Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ size
Method
size
lowlevelilinstruction.cpp:627–630 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
625
626
627
size_t LowLevelILIntegerList::size() const
628
{
629
return m_start.count;
630
}
631
632
633
uint64_t LowLevelILIntegerList::operator[](size_t i) const
Callers
15
GetOperandIndexForOperandUsages
Function · 0.45
UpdateRawOperandAsSSARegisterList
Method · 0.45
UpdateRawOperandAsSSARegisterOrFlagList
Method · 0.45
JumpTo
Method · 0.45
CallStackAdjust
Method · 0.45
CallSSA
Method · 0.45
SystemCallSSA
Method · 0.45
TailCallSSA
Method · 0.45
SeparateParamListSSA
Method · 0.45
SharedParamSlotSSA
Method · 0.45
Intrinsic
Method · 0.45
IntrinsicSSA
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected