Home
last modified time | relevance | path

Searched refs:Empty (Results 1 – 25 of 65) sorted by relevance

123

/arkcompiler/ets_frontend/es2panda/parser/module/
DsourceTextModuleRecord.cpp22 ASSERT(!source.Empty()); in AddModuleRequest()
38 ASSERT(!entry->importName_.Empty()); in AddImportEntry()
39 ASSERT(!entry->localName_.Empty()); in AddImportEntry()
51 ASSERT(!entry->localName_.Empty()); in AddStarImportEntry()
52 ASSERT(entry->importName_.Empty()); in AddStarImportEntry()
64 ASSERT(entry->importName_.Empty()); in AddLocalExportEntry()
65 ASSERT(!entry->localName_.Empty()); in AddLocalExportEntry()
66 ASSERT(!entry->exportName_.Empty()); in AddLocalExportEntry()
87 ASSERT(!entry->importName_.Empty()); in AddIndirectExportEntry()
88 ASSERT(!entry->exportName_.Empty()); in AddIndirectExportEntry()
[all …]
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_tagged_queue_test.cpp60 EXPECT_TRUE(queue->Empty()); in HWTEST_F_L0()
69 EXPECT_TRUE(queue->Empty()); in HWTEST_F_L0()
73 EXPECT_FALSE(queue2->Empty()); in HWTEST_F_L0()
114 EXPECT_TRUE(queue5->Empty()); in HWTEST_F_L0()
Dweak_vector_test.cpp66 EXPECT_TRUE(weakVector->Empty()); in HWTEST_F_L0()
117 EXPECT_TRUE(newWeakVector->Empty()); in HWTEST_F_L0()
199 EXPECT_FALSE(weakVector->Empty()); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/
Dtagged_queue.h34 if (Empty()) { in Pop()
105 inline bool Empty() in Empty() function
112 if (Empty()) { in Front()
121 if (Empty()) { in Back()
Djs_finalization_registry.cpp37 if (Empty()) { in IsEmpty()
146 if (!cellVect->Empty()) { in DealCallBackOfMap()
181 if (!noUnregister->Empty()) { in CleanupFinalizationRegistry()
205 if (!cellVect->Empty()) { in CleanupFinalizationRegistry()
Djs_for_in_iterator.cpp87 while (!remaining->Empty()) { in GetAllEnumKeys()
125 while (!remaining->Empty()) { in NextInternal()
/arkcompiler/ets_runtime/ecmascript/jobs/
Dmicro_job_queue.cpp59 while (!promiseQueue->Empty()) { in ExecutePendingJob()
70 while (!scriptQueue->Empty()) { in ExecutePendingJob()
/arkcompiler/ets_frontend/es2panda/parser/context/
DparserContext.cpp25 if (iter->label_.Empty()) { in FindLabel()
/arkcompiler/ets_runtime/ecmascript/mem/
Dfree_object_list.cpp70 if (current->Empty()) { in Allocate()
167 if (set == nullptr || set->Empty()) { in MatchFreeObjectInSet()
187 if (set == nullptr || set->Empty() || set->isAdded_) { in AddSet()
244 if (set == nullptr || set->Empty()) { in Merge()
Dallocator-inl.h175 if (set == nullptr || set->Empty()) { in CollectFreeObjectSet()
187 if (set == nullptr || set->Empty()) { in MatchFreeObjectSet()
199 if (set == nullptr || set->Empty()) { in DetachFreeObjectSet()
Dfree_object_set.h36 inline bool Empty() const in Empty() function
/arkcompiler/runtime_core/libpandabase/tests/
Dlist_test.cpp85 ASSERT_TRUE(list.Empty()); in TEST_F()
90 ASSERT_FALSE(list.Empty()); in TEST_F()
119 ASSERT_TRUE(list.Empty()); in TEST_F()
127 ASSERT_TRUE(list2.Empty()); in TEST_F()
/arkcompiler/ets_frontend/es2panda/ir/
DvalidationInfo.h30 return !msg.Empty(); in Fail()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dvariable_type.h25 : machineType_(MachineType::NOVALUE), gateType_(GateType::Empty()) in VariableType()
46 return VariableType(MachineType::NOVALUE, GateType::Empty()); in VOID()
Dcircuit.cpp54 root_ = NewGate(metaBuilder_.CircuitRoot(), MachineType::NOVALUE, {}, GateType::Empty()); in InitRoot()
55 NewGate(metaBuilder_.StateEntry(), MachineType::NOVALUE, { root_ }, GateType::Empty()); in InitRoot()
56 NewGate(metaBuilder_.DependEntry(), MachineType::NOVALUE, { root_ }, GateType::Empty()); in InitRoot()
57 NewGate(metaBuilder_.ReturnList(), MachineType::NOVALUE, { root_ }, GateType::Empty()); in InitRoot()
58 NewGate(metaBuilder_.ArgList(), MachineType::NOVALUE, { root_ }, GateType::Empty()); in InitRoot()
135 …return NewGate(meta, MachineType::NOVALUE, inList.size(), inList.data(), GateType::Empty(), commen… in NewGate()
/arkcompiler/runtime_core/platforms/unix/libpandabase/
Dexec.cpp34 ASSERT(!args.Empty()); in Exec()
/arkcompiler/ets_frontend/es2panda/typescript/types/
DstringLiteralType.cpp41 return value_.Empty() ? TypeFacts::EMPTY_STRING_FACTS : TypeFacts::NON_EMPTY_STRING_FACTS; in GetTypeFacts()
/arkcompiler/runtime_core/bytecode_optimizer/
Dbytecode_optimizer_isapi.rb128 Empty = Struct.new(:dummy) do constant
152 Empty.new
/arkcompiler/ets_frontend/es2panda/ir/expressions/literals/
DregExpLiteral.cpp47 if (!flags_.Empty()) { in Compile()
/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
Dreg_alloc_resolver.cpp146 if (!inst->GetUsers().Empty()) { in GetFirstUserOrInst()
161 if (inst->GetUsers().Empty()) { in GetExplicitUser()
269 if (inst->GetInputs().Empty()) { in ResolveCatchPhis()
Dlocation_mask.h120 bool Empty() const in Empty() function
/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
Dphi_resolver.h49 if (inst->HasType() || (!inst->GetUsers().Empty() && CheckPhiInputs(inst))) { in Run()
134 if (inst->GetInputs().Empty()) { in FindInputsRec()
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_stack.h45 bool Empty();
Djs_api_hashmap_iterator.cpp122 if (queue->Empty()) { in GetCurrentNode()
143 if (queue->Empty()) { in GetCurrentNode()
Djs_api_hashset_iterator.cpp116 if (queue->Empty()) { in GetCurrentNode()
137 if (queue->Empty()) { in GetCurrentNode()

123