Home
last modified time | relevance | path

Searched defs:jumpSize (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dinterpreter_stub.cpp1564 GateRef jumpSize = IntPtr(-BytecodeInstruction::Size(BytecodeInstruction::Format::IMM8_V8)); in DECLARE_ASM_HANDLER() local
2820 GateRef jumpSize = GetCallSizeFromFrame(*prevState); in DECLARE_ASM_HANDLER() local
2831 GateRef jumpSize = GetCallSizeFromFrame(*prevState); in DECLARE_ASM_HANDLER() local
2920 GateRef jumpSize = GetCallSizeFromFrame(*prevState); in DECLARE_ASM_HANDLER() local
2931 GateRef jumpSize = GetCallSizeFromFrame(*prevState); in DECLARE_ASM_HANDLER() local
3026 GateRef jumpSize = GetCallSizeFromFrame(*prevState); in DECLARE_ASM_HANDLER() local
3037 GateRef jumpSize = GetCallSizeFromFrame(*prevState); in DECLARE_ASM_HANDLER() local
3131 GateRef jumpSize = GetCallSizeFromFrame(*prevState); in DECLARE_ASM_HANDLER() local
3142 GateRef jumpSize = GetCallSizeFromFrame(*prevState); in DECLARE_ASM_HANDLER() local
3512 GateRef jumpSize = GetCallSizeFromFrame(*prevState); in DECLARE_ASM_HANDLER() local
[all …]
Dstub_builder-inl.h320 void StubBuilder::SaveJumpSizeIfNeeded(GateRef glue, GateRef jumpSize) in SaveJumpSizeIfNeeded()
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
Dbaseline_stubs.cpp328 GateRef jumpSize = INT_PTR(CALLARG1_IMM8_V8); in GenerateCircuit() local
652 GateRef jumpSize = GetCallSizeFromFrame(*prevState); in GenerateCircuit() local
759 GateRef jumpSize = INT_PTR(CALLTHIS0_IMM8_V8); in GenerateCircuit() local
821 GateRef jumpSize = INT_PTR(CALLTHIS1_IMM8_V8_V8); in GenerateCircuit() local
854 GateRef jumpSize = INT_PTR(CALLTHIS2_IMM8_V8_V8_V8); in GenerateCircuit() local
1353 GateRef jumpSize = INT_PTR(CALLTHIS3_IMM8_V8_V8_V8_V8); in GenerateCircuit() local
1383 GateRef jumpSize = INT_PTR(CALLTHISRANGE_IMM8_IMM8_V8); in GenerateCircuit() local
1446 … GateRef jumpSize = IntPtr(-BytecodeInstruction::Size(BytecodeInstruction::Format::IMM8_IMM8_V8)); in GenerateCircuit() local
1621 GateRef jumpSize = INT_PTR(CALLARG0_IMM8); in GenerateCircuit() local
1682 … GateRef jumpSize = IntPtr(-BytecodeInstruction::Size(BytecodeInstruction::Format::IMM8_V8)); in GenerateCircuit() local
[all …]
/arkcompiler/ets_runtime/ecmascript/deoptimizer/
Ddeoptimizer.cpp612 size_t jumpSize = BytecodeInstruction::Size(op); in GetCallSize() local
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter_assembly.cpp2775 size_t jumpSize = GetJumpSizeAfterCall(pc); in HandleAsyncgeneratorresolveV8V8V8() local
4483 size_t jumpSize = GetJumpSizeAfterCall(pc); in HandleDeprecatedSuspendgeneratorPrefV8V8() local
7956 size_t jumpSize = BytecodeInstruction::Size(op); in GetJumpSizeAfterCall() local
Dinterpreter-inl.cpp7806 size_t jumpSize = BytecodeInstruction::Size(op); in GetJumpSizeAfterCall() local