Home
last modified time | relevance | path

Searched refs:GetVregValue (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dinterpreter_stub.cpp351 GateRef receiver = GetVregValue(sp, ZExtInt8ToPtr(ReadInst8_3(pc))); \
634 GateRef obj = GetVregValue(sp, ZExtInt8ToPtr(ReadInst8_1(pc))); in DECLARE_ASM_HANDLER()
644 GateRef obj = GetVregValue(sp, ZExtInt8ToPtr(ReadInst8_3(pc))); in DECLARE_ASM_HANDLER()
669 GateRef asyncFuncObj = GetVregValue(sp, ZExtInt8ToPtr(ReadInst8_0(pc))); in DECLARE_ASM_HANDLER()
678 GateRef asyncFuncObj = GetVregValue(sp, ZExtInt8ToPtr(ReadInst8_1(pc))); in DECLARE_ASM_HANDLER()
679 GateRef value = GetVregValue(sp, ZExtInt8ToPtr(ReadInst8_3(pc))); in DECLARE_ASM_HANDLER()
687 GateRef asyncFuncObj = GetVregValue(sp, ZExtInt8ToPtr(ReadInst8_0(pc))); in DECLARE_ASM_HANDLER()
696 GateRef asyncFuncObj = GetVregValue(sp, ZExtInt8ToPtr(ReadInst8_1(pc))); in DECLARE_ASM_HANDLER()
697 GateRef value = GetVregValue(sp, ZExtInt8ToPtr(ReadInst8_3(pc))); in DECLARE_ASM_HANDLER()
705 GateRef obj = GetVregValue(s in DECLARE_ASM_HANDLER()
[all...]
H A Dinterpreter_stub.h113 inline GateRef GetVregValue(GateRef sp, GateRef idx);
H A Dinterpreter_stub-inl.h35 inline GateRef InterpreterStubBuilder::GetVregValue(GateRef sp, GateRef idx) in GetVregValue() function in panda::ecmascript::kungfu::InterpreterStubBuilder
486 GateRef arg = GetVregValue(array, ZExtInt32ToPtr(*i)); in PushRange()
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
H A Dbaseline_stubs.cpp322 GateRef a0Value = GetVregValue(sp, ZExtInt32ToPtr(arg0No)); in GenerateCircuit()
559 GateRef asyncGenerator = GetVregValue(sp, ZExtInt8ToPtr(v0)); in GenerateCircuit()
560 GateRef value = GetVregValue(sp, ZExtInt8ToPtr(v1)); in GenerateCircuit()
561 GateRef flag = GetVregValue(sp, ZExtInt8ToPtr(v2)); in GenerateCircuit()
749 GateRef thisValue = GetVregValue(sp, ZExtInt32ToPtr(thisValueNo)); in GenerateCircuit()
810 GateRef thisValue = GetVregValue(sp, ZExtInt32ToPtr(thisValueId)); in GenerateCircuit()
811 GateRef a0Value = GetVregValue(sp, ZExtInt32ToPtr(a0ValueId)); in GenerateCircuit()
842 GateRef a0Value = GetVregValue(sp, ZExtInt32ToPtr(a0ValueId)); in GenerateCircuit()
843 GateRef a1Value = GetVregValue(sp, ZExtInt32ToPtr(a1ValueId)); in GenerateCircuit()
844 GateRef thisValue = GetVregValue(s in GenerateCircuit()
[all...]
H A Dbaseline_stubs.h61 inline GateRef GetVregValue(GateRef sp, GateRef idx);
H A Dbaseline_stub_builder.h290 inline GateRef GetVregValue(GateRef sp, GateRef idx) in GetVregValue() function in panda::ecmascript::kungfu::BaselineStubBuilder
H A Dbaseline_stubs-inl.h317 GateRef BaselineStubBuilder::GetVregValue(GateRef sp, GateRef idx) in GetVregValue() function in panda::ecmascript::kungfu::BaselineStubBuilder

Completed in 21 milliseconds