Home
last modified time | relevance | path

Searched refs:a2Value (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dinterpreter_stub.cpp4329 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 Dslowpath_lowering.cpp3302 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 Dbaseline_stubs.cpp1349 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