| /arkcompiler/ets_runtime/common_components/heap/allocator/ |
| D | local_deque.h | 67 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/ |
| D | serialize_chunk.h | 85 bool Empty() const in Empty() function
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | free_object_set.h | 45 inline bool Empty() const in Empty() function
|
| /arkcompiler/runtime_core/static_core/runtime/coroutines/ |
| D | priority_queue.h | 131 bool Empty() const in Empty() function
|
| /arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/ |
| D | location_mask.h | 120 bool Empty() const in Empty() function
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/ |
| D | location_mask.h | 118 bool Empty() const in Empty() function
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | weak_vector.h | 61 inline bool Empty() const in Empty() function
|
| D | tagged_queue.h | 106 inline bool Empty(const JSThread *thread) in Empty() function
|
| /arkcompiler/ets_frontend/ets2panda/util/ |
| D | doubleLinkedList.h | 44 bool Empty() in Empty() function
|
| /arkcompiler/runtime_core/static_core/runtime/mem/gc/ |
| D | gc_adaptive_stack_inl.h | 54 bool GCAdaptiveStack<Ref>::Empty() const in Empty() function
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | monitor.h | 39 bool Empty() const in Empty() function
|
| /arkcompiler/ets_runtime/common_components/common/ |
| D | mem_common.h | 107 bool Empty() { return size_ == 0; } in Empty() function 173 bool Empty() { return Begin() == head_; } in Empty() function
|
| D | page_allocator.h | 95 inline bool Empty() const { return free_ == total_; } in Empty() function
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mempool/include/ |
| D | maple_sparse_bitvector.h | 59 bool Empty() const in Empty() function 353 bool Empty() const in Empty() function
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
| D | pgo_utils.h | 167 bool Empty() const in Empty() function
|
| /arkcompiler/runtime_core/static_core/libpandabase/utils/ |
| D | span.h | 152 constexpr bool Empty() const in Empty() function
|
| /arkcompiler/runtime_core/libpandabase/utils/ |
| D | span.h | 152 constexpr bool Empty() const in Empty() function
|
| /arkcompiler/runtime_core/static_core/runtime/include/ |
| D | thread.h | 171 bool Empty() const in Empty() function
|
| /arkcompiler/ets_runtime/ecmascript/napi/include/ |
| D | jsnapi_expo.h | 199 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/ |
| D | pool_template.h | 106 bool Empty() const in Empty() function
|
| /arkcompiler/runtime_core/libabckit/src/codegen/templates_dynamic/ |
| D | codegen_dynamic_isapi.rb | 128 Empty = Struct.new(:dummy) do constant
|
| /arkcompiler/runtime_core/bytecode_optimizer/ |
| D | bytecode_optimizer_isapi.rb | 128 Empty = Struct.new(:dummy) do constant
|
| /arkcompiler/ets_runtime/ecmascript/js_api/ |
| D | js_api_stack.cpp | 24 bool JSAPIStack::Empty() in Empty() function in panda::ecmascript::JSAPIStack
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | type.h | 172 static GateType Empty() in Empty() function
|
| /arkcompiler/ets_runtime/common_components/heap/collector/ |
| D | marking_collector.h | 76 inline bool Empty() const { return head_ == tail_; } in Empty() function
|