Home
last modified time | relevance | path

Searched refs:IsInvalid (Results 1 - 25 of 29) sorted by relevance

12

/arkcompiler/ets_runtime/ecmascript/ic/tests/
H A Dproperty_box_test.cpp66 EXPECT_TRUE(handlePropertyBox->IsInvalid()); in HWTEST_F_L0()
85 EXPECT_FALSE(handlePropertyBox->IsInvalid()); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/ic/
H A Dproperty_box.h38 inline bool IsInvalid() const in IsInvalid() function in panda::ecmascript::PropertyBox
H A Dic_runtime_stub-inl.h410 if (cell->IsInvalid() || cell->GetValue().IsAccessorData()) { in LoadGlobal()
423 if (cell->IsInvalid() || cell->GetValue().IsAccessorData()) { in StoreGlobal()
/arkcompiler/runtime_core/static_core/libpandabase/taskmanager/
H A Dtask.cpp56 ASSERT(!IsInvalid()); in RunTask()
68 bool Task::IsInvalid() const in IsInvalid() function in ark::taskmanager::Task
H A Dworker_thread.cpp71 if (stolenTask_.IsInvalid()) { in WorkerLoop()
159 ASSERT(stolenTask_.IsInvalid()); in SetStolenTask()
H A Dtask.h228 PANDA_PUBLIC_API bool IsInvalid() const;
/arkcompiler/ets_frontend/ets2panda/compiler/base/
H A DoptionalChain.cpp43 if (obj.IsInvalid()) { in Check()
H A Dliterals.h122 bool IsInvalid() const in IsInvalid() function in ark::es2panda::ark::es2panda::ark::es2panda::compiler::Literal
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
H A Dmir_type.h628 bool IsInvalid() const in IsInvalid() function
641 if (this->IsInvalid() || OffsetType(offset).IsInvalid()) { in operator +()
654 if (this->IsInvalid() || OffsetType(offset).IsInvalid()) { in operator +=()
668 if (this->IsInvalid()) { in operator -()
/arkcompiler/runtime_core/static_core/libpandabase/taskmanager/utils/
H A Dworker_thread_local_queue.h65 ASSERT(!task.IsInvalid()); in Push()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DvReg.h50 [[nodiscard]] constexpr bool IsInvalid() const noexcept
H A Dpandagen.cpp1007 bool hasThis = !thisReg.IsInvalid(); in Call()
1100 bool hasThis = !thisReg.IsInvalid(); in CallTagged()
1370 if (lit.IsInvalid()) { in HandleArrayLiterals()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dhcr_gate_meta_data.h193 bool IsInvalid() const in IsInvalid() function in panda::ecmascript::kungfu::FrameStateOutput
H A Dbytecodes.h218 bool IsInvalid() const in IsInvalid() function in panda::ecmascript::kungfu::BytecodeMetaData
/arkcompiler/runtime_core/compiler/optimizer/ir/
H A Dlocations.h84 bool IsInvalid() const in IsInvalid() function in panda::compiler::Location
H A Ddump.cpp52 if (!location.IsInvalid() && !location.IsUnallocatedRegister()) { in PrintIfValidLocation()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H A Dlocations.h85 bool IsInvalid() const in IsInvalid() function in ark::compiler::Location
/arkcompiler/runtime_core/static_core/runtime/include/
H A Dtyped_value.h120 bool IsInvalid() const in IsInvalid() function in ark::TypedValue
/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
H A Dreg_alloc_base.cpp155 ASSERT(interval->GetLocation().IsInvalid()); in SetType()
H A Dreg_alloc_resolver.cpp87 if (CanReadFromAccumulator(inst, i) || input_interval->NoDest() || location.IsInvalid()) { in ResolveInputs()
H A Dreg_alloc_graph_coloring.cpp350 ASSERT(interval->GetLocation().IsInvalid()); in InitWorkingRanges()
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/
H A Dreg_alloc_base.cpp172 ASSERT(interval->GetLocation().IsInvalid()); in SetType()
H A Dreg_alloc_graph_coloring.cpp447 ASSERT(interval->GetLocation().IsInvalid()); in InitWorkingRanges()
H A Dreg_alloc_resolver.cpp99 if (CanReadFromAccumulator(inst, i) || inputInterval->NoDest() || location.IsInvalid()) { in ResolveInputs()
/arkcompiler/ets_runtime/ecmascript/
H A Ddate_parse.h167 bool IsInvalid() const in IsInvalid() function in panda::ecmascript::DateParse::DateUnit

Completed in 21 milliseconds

12