Home
last modified time | relevance | path

Searched refs:LoadObjectFromWeakRef (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dic_stub_builder.cpp44 Branch(Equal(LoadObjectFromWeakRef(firstValue), hclass), in NamedICAccessor()
77 … Branch(BoolAnd(TaggedIsHeapObject(firstValue), Equal(LoadObjectFromWeakRef(firstValue), hclass)), in NamedICAccessor()
106 Branch(Equal(LoadObjectFromWeakRef(firstValue), hclass), in ValuedICAccessor()
Dcommon_stubs.cpp585 Branch(Equal(LoadObjectFromWeakRef(firstValue), hclass), in GenerateCircuit()
627 Branch(Equal(LoadObjectFromWeakRef(firstValue), hclass), in GenerateCircuit()
665 Branch(Equal(LoadObjectFromWeakRef(firstValue), hclass), in GenerateCircuit()
705 Branch(Equal(LoadObjectFromWeakRef(firstValue), hclass), in GenerateCircuit()
Dhcr_circuit_builder.h349 GateRef CircuitBuilder::LoadObjectFromWeakRef(GateRef x) in LoadObjectFromWeakRef() function
Dprofiler_stub_builder.cpp217 auto cachedHClass = LoadObjectFromWeakRef(slotValue); in ProfileCreateObject()
Dcircuit_builder.h428 inline GateRef LoadObjectFromWeakRef(GateRef x);
Dstub_builder-inl.h2222 inline GateRef StubBuilder::LoadObjectFromWeakRef(GateRef x) in LoadObjectFromWeakRef() function
2224 return env_->GetBuilder()->LoadObjectFromWeakRef(x); in LoadObjectFromWeakRef()
Dstub_builder.h563 GateRef LoadObjectFromWeakRef(GateRef x);
Dstub_builder.cpp1702 Branch(Equal(LoadObjectFromWeakRef(element), hclass), &hasHclass, &loopEnd); in CheckPolyHClass()
3261 GateRef transitionHClass = LoadObjectFromWeakRef(transition); in FindTransitions()
3310 GateRef newHClass = LoadObjectFromWeakRef(value); in FindTransitions()
Dtyped_hcr_lowering.cpp1625 return builder_.LoadObjectFromWeakRef(val); in GetValueFromSupers()
Dinterpreter_stub.cpp4981 Branch(Equal(LoadObjectFromWeakRef(firstValue), hclass), &icPath, &hclassNotHit); in DECLARE_ASM_HANDLER()