Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dinterpreter_stub.cpp1340 GateRef jumpSize = IntPtr(-BytecodeInstruction::Size(BytecodeInstruction::Format::IMM8_V8)); in DECLARE_ASM_HANDLER() local
2536 GateRef jumpSize = GetCallSizeFromFrame(prevState); in DECLARE_ASM_HANDLER() local
2608 GateRef jumpSize = GetCallSizeFromFrame(prevState); in DECLARE_ASM_HANDLER() local
2690 GateRef jumpSize = GetCallSizeFromFrame(prevState); in DECLARE_ASM_HANDLER() local
2770 GateRef jumpSize = GetCallSizeFromFrame(prevState); in DECLARE_ASM_HANDLER() local
3091 GateRef jumpSize = GetCallSizeFromFrame(prevState); in DECLARE_ASM_HANDLER() local
3168 … GateRef jumpSize = IntPtr(-BytecodeInstruction::Size(BytecodeInstruction::Format::IMM8_IMM8_V8)); in DECLARE_ASM_HANDLER() local
3822 GateRef jumpSize = INT_PTR(CALLARG0_IMM8); in DECLARE_ASM_HANDLER() local
3833 GateRef jumpSize = INT_PTR(DEPRECATED_CALLARG0_PREF_V8); in DECLARE_ASM_HANDLER() local
3846 GateRef jumpSize = INT_PTR(CALLARG1_IMM8_V8); in DECLARE_ASM_HANDLER() local
[all …]
Dstub_builder-inl.h296 void StubBuilder::SaveJumpSizeIfNeeded(GateRef glue, GateRef jumpSize) in SaveJumpSizeIfNeeded()
Dstub_builder.cpp6744 …ef StubBuilder::JSCallDispatch(GateRef glue, GateRef func, GateRef actualNumArgs, GateRef jumpSize, in JSCallDispatch()
/arkcompiler/ets_runtime/ecmascript/deoptimizer/
Ddeoptimizer.cpp547 size_t jumpSize = BytecodeInstruction::Size(op); in GetCallSize() local
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter_assembly.cpp2783 size_t jumpSize = GetJumpSizeAfterCall(pc); in HandleAsyncgeneratorresolveV8V8V8() local
4451 size_t jumpSize = GetJumpSizeAfterCall(pc); in HandleDeprecatedSuspendgeneratorPrefV8V8() local
7684 size_t jumpSize = BytecodeInstruction::Size(op); in GetJumpSizeAfterCall() local
Dinterpreter-inl.h7592 size_t jumpSize = BytecodeInstruction::Size(op); in GetJumpSizeAfterCall() local