Home
last modified time | relevance | path

Searched refs:TaggedIsWeak (Results 1 - 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dic_stub_builder.cpp130 BRANCH(TaggedIsWeak(firstValue), slowPath_, &checkSecond); in ValuedICAccessor()
H A Dmcr_circuit_builder.h422 GateRef CircuitBuilder::TaggedIsWeak(GateRef x) in TaggedIsWeak() function in panda::ecmascript::kungfu::CircuitBuilder
H A Dprofiler_stub_builder.cpp203 BRANCH(TaggedIsWeak(slotValue), &isWeak, &updateSlot); in ProfileCreateObject()
H A Dstub_builder-inl.h762 inline GateRef StubBuilder::TaggedIsWeak(GateRef x) in TaggedIsWeak() function in panda::ecmascript::kungfu::StubBuilder
764 return env_->GetBuilder()->TaggedIsWeak(x); in TaggedIsWeak()
H A Dcircuit_builder.h699 inline GateRef TaggedIsWeak(GateRef x);
H A Dstub_builder.h284 GateRef TaggedIsWeak(GateRef x);
H A Dstub_builder.cpp2450 BRANCH(TaggedIsWeak(cachedValue), &exit, &cachedValueNotWeak); in CheckPolyHClass()
4160 BRANCH(TaggedIsWeak(transition), &isWeak, &notWeak); in FindTransitions()
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dlinked_hashtable_stub_builder.cpp69 BRANCH(TaggedIsWeak(*key), &weak, &notWeak); in Rehash()
270 BRANCH(TaggedIsWeak(*element), &weak, &notWeak); in FindElement()

Completed in 34 milliseconds