Home
last modified time | relevance | path

Searched refs:IsEmpty (Results 1 – 25 of 137) sorted by relevance

123456

/arkcompiler/runtime_core/libpandabase/tests/ringbuf/
Dlock_free_ring_buffer_test.cpp34 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/
Dsampling_processor.cpp66 if (generator_->samplesQueue_->IsEmpty()) { in Run()
70 while (!generator_->samplesQueue_->IsEmpty()) { in Run()
/arkcompiler/ets_runtime/ecmascript/mem/
Dmark_stack.h69 bool IsEmpty() const in IsEmpty() function
118 while (!unusedList_.IsEmpty()) { in FinishMarking()
127 if (!areaList_.IsEmpty()) { in PopBack()
Dwork_manager.h67 if (IsEmpty()) { in PopObject()
78 bool IsEmpty() const in IsEmpty() function
80 return stack_->IsEmpty(); in IsEmpty()
Dspace.cpp135 if (hugeNeedFreeList_.IsEmpty()) { in ReclaimHugeRegion()
141 } while (!hugeNeedFreeList_.IsEmpty()); in ReclaimHugeRegion()
/arkcompiler/ets_runtime/ecmascript/
Dobject_operator.h90 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()
Djs_object.h81 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/
Ddebugger_executor.cpp49 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/
Dpool_map.cpp86 bool PoolMap::IsEmpty() const in IsEmpty() function in panda::PoolMap
89 if (!i.IsEmpty()) { in IsEmpty()
Dpool_map.h86 bool IsEmpty() const;
115 inline bool IsEmpty() const in IsEmpty() function
/arkcompiler/runtime_core/compiler/tests/
DirBuilder_tests.cpp190 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/
Dcontainers_stack.h27 static JSTaggedValue IsEmpty(EcmaRuntimeCallInfo *argv);
Dcontainers_hashset.h26 static JSTaggedValue IsEmpty(EcmaRuntimeCallInfo *argv);
Dcontainers_hashmap.h39 static JSTaggedValue IsEmpty(EcmaRuntimeCallInfo *argv);
Dcontainers_treeset.h47 static JSTaggedValue IsEmpty(EcmaRuntimeCallInfo *argv);
Dcontainers_plainarray.h36 static JSTaggedValue IsEmpty(EcmaRuntimeCallInfo *argv);
Dcontainers_treemap.h48 static JSTaggedValue IsEmpty(EcmaRuntimeCallInfo *argv);
Dcontainers_lightweightset.h28 static JSTaggedValue IsEmpty(EcmaRuntimeCallInfo *argv);
Dcontainers_list.h34 static JSTaggedValue IsEmpty(EcmaRuntimeCallInfo *argv);
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi.h115 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/
Djs_api_deque.cpp77 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
Djs_api_hashset.h33 JSTaggedValue IsEmpty();
/arkcompiler/toolchain/test/fuzztest/pttypesremoteobjectgetvalue_fuzzer/
Dpttypesremoteobjectgetvalue_fuzzer.cpp37 ref.IsEmpty(); in PtTypesRemoteObjectGetValueFuzzTest()
/arkcompiler/runtime_core/compiler/optimizer/optimizations/
Dcleanup.cpp48 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/
Djs_serializer_test.cpp101 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 …]

123456