Searched refs:LoadObjectFromWeakRef (Results 1 – 10 of 10) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | ic_stub_builder.cpp | 44 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()
|
| D | common_stubs.cpp | 585 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()
|
| D | hcr_circuit_builder.h | 349 GateRef CircuitBuilder::LoadObjectFromWeakRef(GateRef x) in LoadObjectFromWeakRef() function
|
| D | profiler_stub_builder.cpp | 217 auto cachedHClass = LoadObjectFromWeakRef(slotValue); in ProfileCreateObject()
|
| D | circuit_builder.h | 428 inline GateRef LoadObjectFromWeakRef(GateRef x);
|
| D | stub_builder-inl.h | 2222 inline GateRef StubBuilder::LoadObjectFromWeakRef(GateRef x) in LoadObjectFromWeakRef() function 2224 return env_->GetBuilder()->LoadObjectFromWeakRef(x); in LoadObjectFromWeakRef()
|
| D | stub_builder.h | 563 GateRef LoadObjectFromWeakRef(GateRef x);
|
| D | stub_builder.cpp | 1702 Branch(Equal(LoadObjectFromWeakRef(element), hclass), &hasHclass, &loopEnd); in CheckPolyHClass() 3261 GateRef transitionHClass = LoadObjectFromWeakRef(transition); in FindTransitions() 3310 GateRef newHClass = LoadObjectFromWeakRef(value); in FindTransitions()
|
| D | typed_hcr_lowering.cpp | 1625 return builder_.LoadObjectFromWeakRef(val); in GetValueFromSupers()
|
| D | interpreter_stub.cpp | 4981 Branch(Equal(LoadObjectFromWeakRef(firstValue), hclass), &icPath, &hclassNotHit); in DECLARE_ASM_HANDLER()
|