Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dinterpreter_stub.cpp2353 GateRef jumpSize = GetCallSizeFromFrame(prevState); in DECLARE_ASM_HANDLER() local
2417 GateRef jumpSize = GetCallSizeFromFrame(prevState); in DECLARE_ASM_HANDLER() local
2492 GateRef jumpSize = GetCallSizeFromFrame(prevState); in DECLARE_ASM_HANDLER() local
2566 GateRef jumpSize = GetCallSizeFromFrame(prevState); in DECLARE_ASM_HANDLER() local
2898 GateRef jumpSize = GetCallSizeFromFrame(prevState); in DECLARE_ASM_HANDLER() local
3572 GateRef jumpSize = INT_PTR(CALLARG0_IMM8); in DECLARE_ASM_HANDLER() local
3583 GateRef jumpSize = INT_PTR(DEPRECATED_CALLARG0_PREF_V8); in DECLARE_ASM_HANDLER() local
3595 GateRef jumpSize = INT_PTR(CALLARG1_IMM8_V8); in DECLARE_ASM_HANDLER() local
3608 GateRef jumpSize = INT_PTR(DEPRECATED_CALLARG1_PREF_V8_V8); in DECLARE_ASM_HANDLER() local
3622 GateRef jumpSize = INT_PTR(CALLARGS2_IMM8_V8_V8); in DECLARE_ASM_HANDLER() local
[all …]
Dstub_builder-inl.h275 void StubBuilder::SaveJumpSizeIfNeeded(GateRef glue, GateRef jumpSize) in SaveJumpSizeIfNeeded()
Dstub_builder.cpp5141 …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.cpp2746 size_t jumpSize = GetJumpSizeAfterCall(pc); in HandleAsyncgeneratorresolveV8V8V8() local
4412 size_t jumpSize = GetJumpSizeAfterCall(pc); in HandleDeprecatedSuspendgeneratorPrefV8V8() local
7579 size_t jumpSize = BytecodeInstruction::Size(op); in GetJumpSizeAfterCall() local
Dinterpreter-inl.h7311 size_t jumpSize = BytecodeInstruction::Size(op); in GetJumpSizeAfterCall() local