MCPcopy 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
627size_t LowLevelILIntegerList::size() const
628{
629 return m_start.count;
630}
631
632
633uint64_t LowLevelILIntegerList::operator[](size_t i) const

Callers 15

JumpToMethod · 0.45
CallStackAdjustMethod · 0.45
CallSSAMethod · 0.45
SystemCallSSAMethod · 0.45
TailCallSSAMethod · 0.45
SeparateParamListSSAMethod · 0.45
SharedParamSlotSSAMethod · 0.45
IntrinsicMethod · 0.45
IntrinsicSSAMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected