Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dic_stub_builder.cpp40 Branch(Equal(LoadObjectFromWeakRef(firstValue), hclass), in NamedICAccessor()
78 Branch(Equal(LoadObjectFromWeakRef(firstValue), hclass), in ValuedICAccessor()
Dcommon_stubs.cpp503 Branch(Equal(LoadObjectFromWeakRef(firstValue), hclass), in GenerateCircuit()
545 Branch(Equal(LoadObjectFromWeakRef(firstValue), hclass), in GenerateCircuit()
583 Branch(Equal(LoadObjectFromWeakRef(firstValue), hclass), in GenerateCircuit()
623 Branch(Equal(LoadObjectFromWeakRef(firstValue), hclass), in GenerateCircuit()
Dstub_builder-inl.h1810 inline GateRef StubBuilder::LoadObjectFromWeakRef(GateRef x) in LoadObjectFromWeakRef() function
1812 return env_->GetBuilder()->LoadObjectFromWeakRef(x); in LoadObjectFromWeakRef()
Dstub_builder.h485 GateRef LoadObjectFromWeakRef(GateRef x);
Dcircuit_builder-inl.h600 GateRef CircuitBuilder::LoadObjectFromWeakRef(GateRef x) in LoadObjectFromWeakRef() function
Dcircuit_builder.h521 inline GateRef LoadObjectFromWeakRef(GateRef x);
Dtype_mcr_lowering.cpp1236 return builder_.LoadObjectFromWeakRef(val); in GetValueFromSupers()
Dstub_builder.cpp1550 Branch(Equal(LoadObjectFromWeakRef(element), hclass), &hasHclass, &loopEnd); in CheckPolyHClass()
2637 GateRef transitionHClass = LoadObjectFromWeakRef(transition); in FindTransitions()
2681 GateRef newHClass = LoadObjectFromWeakRef(value); in FindTransitions()