Searched refs:GetVregValue (Results 1 - 7 of 7) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | interpreter_stub.cpp | 351 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 D | interpreter_stub.h | 113 inline GateRef GetVregValue(GateRef sp, GateRef idx);
|
H A D | interpreter_stub-inl.h | 35 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 D | baseline_stubs.cpp | 322 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 D | baseline_stubs.h | 61 inline GateRef GetVregValue(GateRef sp, GateRef idx);
|
H A D | baseline_stub_builder.h | 290 inline GateRef GetVregValue(GateRef sp, GateRef idx) in GetVregValue() function in panda::ecmascript::kungfu::BaselineStubBuilder
|
H A D | baseline_stubs-inl.h | 317 GateRef BaselineStubBuilder::GetVregValue(GateRef sp, GateRef idx)
in GetVregValue() function in panda::ecmascript::kungfu::BaselineStubBuilder
|
Completed in 21 milliseconds