Home
last modified time | relevance | path

Searched defs:isFull (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/runtime_core/static_core/libpandafile/
H A Dhelpers.h89 [[maybe_unused]] bool isFull; in ReadULeb128() local
122 [[maybe_unused]] bool isFull; in ReadLeb128() local
/arkcompiler/runtime_core/static_core/libpandabase/utils/
H A Dleb128.h50 bool isFull = MinimumBitsToStore(byte) <= (BITWIDTH - shift); in DecodeUnsigned() local
/arkcompiler/ets_runtime/ecmascript/stackmap/
H A Dark_stackmap_parser.cpp134 [[maybe_unused]] bool isFull; in GetStackSlotAddress() local
/arkcompiler/runtime_core/static_core/runtime/mem/
H A Drunslots.h121 bool isFull = (nextFree_ == nullptr) && (firstUninitializedSlotOffset_ == 0); in IsFull() local
/arkcompiler/runtime_core/static_core/runtime/entrypoints/
H A Dentrypoints.cpp1414 [[maybe_unused]] bool isFull; in ReadUlebEntrypoint() local

Completed in 6 milliseconds