/arkcompiler/runtime_core/libpandabase/tests/ringbuf/ |
D | lock_free_ring_buffer_test.cpp | 34 ASSERT_TRUE(buffer.IsEmpty()); in TEST() 37 ASSERT_FALSE(buffer.IsEmpty()); in TEST() 39 ASSERT_TRUE(buffer.IsEmpty()); in TEST() 116 while (!buffer.IsEmpty()) { in TEST()
|
/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/ |
D | sampling_processor.cpp | 66 if (generator_->samplesQueue_->IsEmpty()) { in Run() 70 while (!generator_->samplesQueue_->IsEmpty()) { in Run()
|
/arkcompiler/ets_runtime/ecmascript/mem/ |
D | mark_stack.h | 69 bool IsEmpty() const in IsEmpty() function 118 while (!unusedList_.IsEmpty()) { in FinishMarking() 127 if (!areaList_.IsEmpty()) { in PopBack()
|
D | work_manager.h | 67 if (IsEmpty()) { in PopObject() 78 bool IsEmpty() const in IsEmpty() function 80 return stack_->IsEmpty(); in IsEmpty()
|
D | space.cpp | 135 if (hugeNeedFreeList_.IsEmpty()) { in ReclaimHugeRegion() 141 } while (!hugeNeedFreeList_.IsEmpty()); in ReclaimHugeRegion()
|
/arkcompiler/ets_runtime/ecmascript/ |
D | object_operator.h | 90 return key_.IsEmpty(); in IsElement() 190 if (value_.IsEmpty()) { in GetValue() 199 if (value_.IsEmpty()) { in SetValue() 217 return !holder_.IsEmpty(); in HasHolder() 232 if (key_.IsEmpty()) { in GetKey()
|
D | js_object.h | 81 if (value_.IsEmpty()) { in GetValue() 127 return !value_.IsEmpty(); in HasValue() 147 return !getter_.IsEmpty(); in HasGetter() 152 return !setter_.IsEmpty(); in HasSetter() 185 return !(getter_.IsEmpty() && setter_.IsEmpty()); in IsAccessorDescriptor() 191 return !(value_.IsEmpty() && !hasWritable_); in IsDataDescriptor() 200 inline bool IsEmpty() const in IsEmpty() function
|
/arkcompiler/toolchain/tooling/backend/ |
D | debugger_executor.cpp | 49 if (!value.IsEmpty()) { in DebuggerGetValue() 92 if (!value.IsEmpty()) { in GetValue() 96 if (!value.IsEmpty()) { in GetValue() 100 if (!value.IsEmpty()) { in GetValue() 104 if (!value.IsEmpty()) { in GetValue()
|
/arkcompiler/runtime_core/libpandabase/mem/ |
D | pool_map.cpp | 86 bool PoolMap::IsEmpty() const in IsEmpty() function in panda::PoolMap 89 if (!i.IsEmpty()) { in IsEmpty()
|
D | pool_map.h | 86 bool IsEmpty() const; 115 inline bool IsEmpty() const in IsEmpty() function
|
/arkcompiler/runtime_core/compiler/tests/ |
D | irBuilder_tests.cpp | 190 EXPECT_TRUE(bb->IsEmpty()); in __anon1538a8fc0302() 200 EXPECT_TRUE(bb->IsEmpty()); in __anon1538a8fc0302() 340 EXPECT_TRUE(bb->IsEmpty()); in __anon1538a8fc0402() 353 EXPECT_TRUE(bb->IsEmpty()); in __anon1538a8fc0402() 415 EXPECT_TRUE(bb->IsEmpty()); in __anon1538a8fc0402() 488 EXPECT_TRUE(bb->IsEmpty()); in __anon1538a8fc0502() 498 EXPECT_TRUE(bb->IsEmpty()); in __anon1538a8fc0502() 603 EXPECT_TRUE(bb->IsEmpty()); in __anon1538a8fc0602() 665 EXPECT_TRUE(bb->IsEmpty()); in __anon1538a8fc0602()
|
/arkcompiler/ets_runtime/ecmascript/containers/ |
D | containers_stack.h | 27 static JSTaggedValue IsEmpty(EcmaRuntimeCallInfo *argv);
|
D | containers_hashset.h | 26 static JSTaggedValue IsEmpty(EcmaRuntimeCallInfo *argv);
|
D | containers_hashmap.h | 39 static JSTaggedValue IsEmpty(EcmaRuntimeCallInfo *argv);
|
D | containers_treeset.h | 47 static JSTaggedValue IsEmpty(EcmaRuntimeCallInfo *argv);
|
D | containers_plainarray.h | 36 static JSTaggedValue IsEmpty(EcmaRuntimeCallInfo *argv);
|
D | containers_treemap.h | 48 static JSTaggedValue IsEmpty(EcmaRuntimeCallInfo *argv);
|
D | containers_lightweightset.h | 28 static JSTaggedValue IsEmpty(EcmaRuntimeCallInfo *argv);
|
D | containers_list.h | 34 static JSTaggedValue IsEmpty(EcmaRuntimeCallInfo *argv);
|
/arkcompiler/ets_runtime/ecmascript/napi/include/ |
D | jsnapi.h | 115 inline bool IsEmpty() const in IsEmpty() function 122 return IsEmpty() || GetAddress()->IsHole(); in IsNull() 196 if (IsEmpty()) { in ToLocal() 217 inline bool IsEmpty() const in IsEmpty() function 285 if (IsEmpty()) { in ToLocal() 314 inline bool IsEmpty() const in IsEmpty() function 640 if (value_.IsEmpty()) { in GetValue() 651 return !value_.IsEmpty(); in HasValue() 655 if (getter_.IsEmpty()) { in GetGetter() 666 return !getter_.IsEmpty(); in HasGetter() [all …]
|
/arkcompiler/ets_runtime/ecmascript/js_api/ |
D | js_api_deque.cpp | 77 if (JSAPIDeque::IsEmpty()) { in GetFront() 88 if (JSAPIDeque::IsEmpty()) { in GetTail() 114 if (JSAPIDeque::IsEmpty()) { in PopFirst() 130 if (JSAPIDeque::IsEmpty()) { in PopLast() 144 bool JSAPIDeque::IsEmpty() in IsEmpty() function in panda::ecmascript::JSAPIDeque
|
D | js_api_hashset.h | 33 JSTaggedValue IsEmpty();
|
/arkcompiler/toolchain/test/fuzztest/pttypesremoteobjectgetvalue_fuzzer/ |
D | pttypesremoteobjectgetvalue_fuzzer.cpp | 37 ref.IsEmpty(); in PtTypesRemoteObjectGetValueFuzzTest()
|
/arkcompiler/runtime_core/compiler/optimizer/optimizations/ |
D | cleanup.cpp | 48 if (!SkipBasicBlock(bb) && bb->IsEmpty()) { in RunImpl() 187 if (pred->IsEmpty() && !SkipBasicBlock(pred)) { in RemoveDeadPhi() 292 if (pred->IsEmpty() && !SkipBasicBlock(pred)) { in Dce() 297 } else if (bb->IsEmpty() && !SkipBasicBlock(bb)) { in Dce() 405 if (pred->IsEmpty() && !SkipBasicBlock(pred)) { in Removal() 411 if (bb->IsEmpty() && !SkipBasicBlock(bb)) { in Removal()
|
/arkcompiler/ets_runtime/ecmascript/tests/ |
D | js_serializer_test.cpp | 101 EXPECT_FALSE(retObj1.IsEmpty()); in JSPlainObjectTest1() 102 EXPECT_FALSE(retObj2.IsEmpty()); in JSPlainObjectTest1() 160 EXPECT_FALSE(retObj2.IsEmpty()); in NativeBindingObjectTest1() 177 EXPECT_FALSE(retObj1.IsEmpty()); in NativeBindingObjectTest2() 284 EXPECT_TRUE(!setValue.IsEmpty()); in JSSetTest() 310 EXPECT_TRUE(!arrayValue.IsEmpty()); in JSArrayTest() 339 EXPECT_TRUE(!objValue1.IsEmpty()) << "[Empty] Deserialize obj1 fail"; in ObjectsPropertyReferenceTest() 340 EXPECT_TRUE(!objValue2.IsEmpty()) << "[Empty] Deserialize obj2 fail"; in ObjectsPropertyReferenceTest() 352 EXPECT_TRUE(!res.IsEmpty()) << "[Empty] Deserialize ecmaString fail"; in EcmaStringTest1() 373 EXPECT_TRUE(!res.IsEmpty()) << "[Empty] Deserialize ecmaString fail"; in EcmaStringTest2() [all …]
|