/arkcompiler/ets_frontend/es2panda/parser/module/ |
D | sourceTextModuleRecord.cpp | 22 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/ |
D | js_tagged_queue_test.cpp | 60 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()
|
D | weak_vector_test.cpp | 66 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/ |
D | tagged_queue.h | 34 if (Empty()) { in Pop() 105 inline bool Empty() in Empty() function 112 if (Empty()) { in Front() 121 if (Empty()) { in Back()
|
D | js_finalization_registry.cpp | 37 if (Empty()) { in IsEmpty() 146 if (!cellVect->Empty()) { in DealCallBackOfMap() 181 if (!noUnregister->Empty()) { in CleanupFinalizationRegistry() 205 if (!cellVect->Empty()) { in CleanupFinalizationRegistry()
|
D | js_for_in_iterator.cpp | 87 while (!remaining->Empty()) { in GetAllEnumKeys() 125 while (!remaining->Empty()) { in NextInternal()
|
/arkcompiler/ets_runtime/ecmascript/jobs/ |
D | micro_job_queue.cpp | 59 while (!promiseQueue->Empty()) { in ExecutePendingJob() 70 while (!scriptQueue->Empty()) { in ExecutePendingJob()
|
/arkcompiler/ets_frontend/es2panda/parser/context/ |
D | parserContext.cpp | 25 if (iter->label_.Empty()) { in FindLabel()
|
/arkcompiler/ets_runtime/ecmascript/mem/ |
D | free_object_list.cpp | 70 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()
|
D | allocator-inl.h | 175 if (set == nullptr || set->Empty()) { in CollectFreeObjectSet() 187 if (set == nullptr || set->Empty()) { in MatchFreeObjectSet() 199 if (set == nullptr || set->Empty()) { in DetachFreeObjectSet()
|
D | free_object_set.h | 36 inline bool Empty() const in Empty() function
|
/arkcompiler/runtime_core/libpandabase/tests/ |
D | list_test.cpp | 85 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/ |
D | validationInfo.h | 30 return !msg.Empty(); in Fail()
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | variable_type.h | 25 : machineType_(MachineType::NOVALUE), gateType_(GateType::Empty()) in VariableType() 46 return VariableType(MachineType::NOVALUE, GateType::Empty()); in VOID()
|
D | circuit.cpp | 54 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/ |
D | exec.cpp | 34 ASSERT(!args.Empty()); in Exec()
|
/arkcompiler/ets_frontend/es2panda/typescript/types/ |
D | stringLiteralType.cpp | 41 return value_.Empty() ? TypeFacts::EMPTY_STRING_FACTS : TypeFacts::NON_EMPTY_STRING_FACTS; in GetTypeFacts()
|
/arkcompiler/runtime_core/bytecode_optimizer/ |
D | bytecode_optimizer_isapi.rb | 128 Empty = Struct.new(:dummy) do constant 152 Empty.new
|
/arkcompiler/ets_frontend/es2panda/ir/expressions/literals/ |
D | regExpLiteral.cpp | 47 if (!flags_.Empty()) { in Compile()
|
/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/ |
D | reg_alloc_resolver.cpp | 146 if (!inst->GetUsers().Empty()) { in GetFirstUserOrInst() 161 if (inst->GetUsers().Empty()) { in GetExplicitUser() 269 if (inst->GetInputs().Empty()) { in ResolveCatchPhis()
|
D | location_mask.h | 120 bool Empty() const in Empty() function
|
/arkcompiler/runtime_core/compiler/optimizer/ir_builder/ |
D | phi_resolver.h | 49 if (inst->HasType() || (!inst->GetUsers().Empty() && CheckPhiInputs(inst))) { in Run() 134 if (inst->GetInputs().Empty()) { in FindInputsRec()
|
/arkcompiler/ets_runtime/ecmascript/js_api/ |
D | js_api_stack.h | 45 bool Empty();
|
D | js_api_hashmap_iterator.cpp | 122 if (queue->Empty()) { in GetCurrentNode() 143 if (queue->Empty()) { in GetCurrentNode()
|
D | js_api_hashset_iterator.cpp | 116 if (queue->Empty()) { in GetCurrentNode() 137 if (queue->Empty()) { in GetCurrentNode()
|