Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/libpandafile/
Ddebug_info_updater-inl.h57 bool isFull; in Scrap() local
74 bool isFull; in Scrap() local
96 bool isFull; in Scrap() local
Dhelpers.h89 [[maybe_unused]] bool isFull; in ReadULeb128() local
121 [[maybe_unused]] bool isFull; in ReadLeb128() local
/arkcompiler/runtime_core/static_core/libpandabase/utils/
Dleb128.h50 bool isFull = MinimumBitsToStore(byte) <= (BITWIDTH - shift); in DecodeUnsigned() local
120 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/mem/
Dmem_controller.cpp159 void MemController::RecordAfterConcurrentMark(const bool isFull, const ConcurrentMarker *marker) in RecordAfterConcurrentMark()
/arkcompiler/runtime_core/static_core/assembler/tests/
Demitter_test.cpp247 bool isFull {}; in TEST() local
/arkcompiler/runtime_core/static_core/runtime/entrypoints/
Dentrypoints.cpp1388 [[maybe_unused]] bool isFull; in ReadUlebEntrypoint() local