Home
last modified time | relevance | path

Searched defs:isFull (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/runtime_core/static_core/libpandafile/
Dhelpers.h90 [[maybe_unused]] bool isFull; in ReadULeb128() local
125 [[maybe_unused]] bool isFull; in ReadLeb128() local
/arkcompiler/runtime_core/static_core/libpandabase/utils/
Dleb128.h51 bool isFull = MinimumBitsToStore(byte) <= (BITWIDTH - shift); in DecodeUnsigned() local
127 bool isFull = MinimumBitsToStore(masked) <= shift; in DecodeSigned() local
/arkcompiler/runtime_core/static_core/runtime/mem/
Drunslots.h121 bool isFull = (nextFree_ == nullptr) && (firstUninitializedSlotOffset_ == 0); in IsFull() local
/arkcompiler/ets_runtime/ecmascript/stackmap/
Dark_stackmap_parser.cpp134 [[maybe_unused]] bool isFull; in GetStackSlotAddress() local
/arkcompiler/runtime_core/static_core/assembler/tests/
Demitter_test.cpp248 bool isFull {}; in TEST() local
/arkcompiler/runtime_core/static_core/runtime/entrypoints/
Dentrypoints.cpp1454 [[maybe_unused]] bool isFull; in ReadUlebEntrypoint() local