Home
last modified time | relevance | path

Searched defs:Empty (Results 1 – 25 of 36) sorted by relevance

12

/arkcompiler/ets_runtime/common_components/heap/allocator/
Dlocal_deque.h67 bool Empty() const { return topAddr_ < frontAddr_; } in Empty() function
118 bool Empty() const { return (top_ < front_) || (front_ == LOCAL_LENGTH && sud_->Empty()); } in Empty() function
/arkcompiler/ets_runtime/ecmascript/serializer/
Dserialize_chunk.h85 bool Empty() const in Empty() function
/arkcompiler/ets_runtime/ecmascript/mem/
Dfree_object_set.h45 inline bool Empty() const in Empty() function
/arkcompiler/runtime_core/static_core/runtime/coroutines/
Dpriority_queue.h131 bool Empty() const in Empty() function
/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
Dlocation_mask.h120 bool Empty() const in Empty() function
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/
Dlocation_mask.h118 bool Empty() const in Empty() function
/arkcompiler/ets_runtime/ecmascript/
Dweak_vector.h61 inline bool Empty() const in Empty() function
Dtagged_queue.h106 inline bool Empty(const JSThread *thread) in Empty() function
/arkcompiler/ets_frontend/ets2panda/util/
DdoubleLinkedList.h44 bool Empty() in Empty() function
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
Dgc_adaptive_stack_inl.h54 bool GCAdaptiveStack<Ref>::Empty() const in Empty() function
/arkcompiler/runtime_core/static_core/runtime/
Dmonitor.h39 bool Empty() const in Empty() function
/arkcompiler/ets_runtime/common_components/common/
Dmem_common.h107 bool Empty() { return size_ == 0; } in Empty() function
173 bool Empty() { return Begin() == head_; } in Empty() function
Dpage_allocator.h95 inline bool Empty() const { return free_ == total_; } in Empty() function
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mempool/include/
Dmaple_sparse_bitvector.h59 bool Empty() const in Empty() function
353 bool Empty() const in Empty() function
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_utils.h167 bool Empty() const in Empty() function
/arkcompiler/runtime_core/static_core/libpandabase/utils/
Dspan.h152 constexpr bool Empty() const in Empty() function
/arkcompiler/runtime_core/libpandabase/utils/
Dspan.h152 constexpr bool Empty() const in Empty() function
/arkcompiler/runtime_core/static_core/runtime/include/
Dthread.h171 bool Empty() const in Empty() function
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi_expo.h199 bool Empty() const in Empty() function
284 inline void Empty() in Empty() function
378 void Empty() in Empty() function
472 void Empty() in Empty() function
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/ap_file/
Dpool_template.h106 bool Empty() const in Empty() function
/arkcompiler/runtime_core/libabckit/src/codegen/templates_dynamic/
Dcodegen_dynamic_isapi.rb128 Empty = Struct.new(:dummy) do constant
/arkcompiler/runtime_core/bytecode_optimizer/
Dbytecode_optimizer_isapi.rb128 Empty = Struct.new(:dummy) do constant
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_stack.cpp24 bool JSAPIStack::Empty() in Empty() function in panda::ecmascript::JSAPIStack
/arkcompiler/ets_runtime/ecmascript/compiler/
Dtype.h172 static GateType Empty() in Empty() function
/arkcompiler/ets_runtime/common_components/heap/collector/
Dmarking_collector.h76 inline bool Empty() const { return head_ == tail_; } in Empty() function

12