Searched refs:a2Value (Results 1 - 3 of 3) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | interpreter_stub.cpp | 4329 GateRef a2Value = GetVregValue(sp, ZExtInt8ToPtr(a2));
in DECLARE_ASM_HANDLER() local 4332 callArgs.callArgs = { a0Value, a1Value, a2Value };
in DECLARE_ASM_HANDLER() 4348 GateRef a2Value = GetVregValue(sp, ZExtInt8ToPtr(a2));
in DECLARE_ASM_HANDLER() local 4351 callArgs.callArgs = { a0Value, a1Value, a2Value };
in DECLARE_ASM_HANDLER() 4516 GateRef a2Value = GetVregValue(sp, ZExtInt8ToPtr(a2));
in DECLARE_ASM_HANDLER() local 4519 callArgs.callArgsWithThis = { a0Value, a1Value, a2Value, thisValue };
in DECLARE_ASM_HANDLER()
|
H A D | slowpath_lowering.cpp | 3302 GateRef a2Value = acc_.GetValueIn(gate, 3); in LowerCallthis3Imm8V8V8V8V8() local 3304 LowerToJSCall(gate, {glue_, actualArgc, actualArgv, func, newTarget, thisObj, a0Value, a1Value, a2Value}, in LowerCallthis3Imm8V8V8V8V8() 3305 {glue_, func, thisObj, a0Value, a1Value, a2Value}); in LowerCallthis3Imm8V8V8V8V8()
|
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/ |
H A D | baseline_stubs.cpp | 1349 GateRef a2Value = GetVregValue(sp, ZExtInt32ToPtr(arg2Id)); in GenerateCircuit() local 1355 callArgs.callArgsWithThis = { a0Value, a1Value, a2Value, thisValue }; in GenerateCircuit() 4571 GateRef a2Value = GetVregValue(sp, ZExtInt8ToPtr(a2)); in GenerateCircuit() local 4584 callArgs.callArgs = { a0Value, a1Value, a2Value }; in GenerateCircuit()
|
Completed in 30 milliseconds