Searched refs:TaggedIsWeak (Results 1 - 8 of 8) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | ic_stub_builder.cpp | 130 BRANCH(TaggedIsWeak(firstValue), slowPath_, &checkSecond); in ValuedICAccessor()
|
H A D | mcr_circuit_builder.h | 422 GateRef CircuitBuilder::TaggedIsWeak(GateRef x) in TaggedIsWeak() function in panda::ecmascript::kungfu::CircuitBuilder
|
H A D | profiler_stub_builder.cpp | 203 BRANCH(TaggedIsWeak(slotValue), &isWeak, &updateSlot); in ProfileCreateObject()
|
H A D | stub_builder-inl.h | 762 inline GateRef StubBuilder::TaggedIsWeak(GateRef x) in TaggedIsWeak() function in panda::ecmascript::kungfu::StubBuilder 764 return env_->GetBuilder()->TaggedIsWeak(x); in TaggedIsWeak()
|
H A D | circuit_builder.h | 699 inline GateRef TaggedIsWeak(GateRef x);
|
H A D | stub_builder.h | 284 GateRef TaggedIsWeak(GateRef x);
|
H A D | stub_builder.cpp | 2450 BRANCH(TaggedIsWeak(cachedValue), &exit, &cachedValueNotWeak); in CheckPolyHClass() 4160 BRANCH(TaggedIsWeak(transition), &isWeak, ¬Weak); in FindTransitions()
|
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
H A D | linked_hashtable_stub_builder.cpp | 69 BRANCH(TaggedIsWeak(*key), &weak, ¬Weak); in Rehash() 270 BRANCH(TaggedIsWeak(*element), &weak, ¬Weak); in FindElement()
|
Completed in 34 milliseconds