Searched defs:a2Value (Results 1 – 3 of 3) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | slowpath_lowering.cpp | 3480 GateRef a2Value = acc_.GetValueIn(gate, 2); // 2: 3rd arg in LowerCallArg3Stub() local 3534 GateRef a2Value = acc_.GetValueIn(gate, 3); // 3: 3rd arg in LowerCallThis3Stub() local
|
| D | interpreter_stub.cpp | 4598 GateRef a2Value = GetVregValue(glue, sp, ZExtInt8ToPtr(a2)); in DECLARE_ASM_HANDLER() local 4617 GateRef a2Value = GetVregValue(glue, sp, ZExtInt8ToPtr(a2)); in DECLARE_ASM_HANDLER() local 4785 GateRef a2Value = GetVregValue(glue, sp, ZExtInt8ToPtr(a2)); in DECLARE_ASM_HANDLER() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/baseline/ |
| D | baseline_stubs.cpp | 1358 GateRef a2Value = GetVregValue(glue, sp, ZExtInt32ToPtr(arg2Id)); in GenerateCircuit() local 4604 GateRef a2Value = GetVregValue(glue, sp, ZExtInt8ToPtr(a2)); in GenerateCircuit() local
|