Home
last modified time | relevance | path

Searched refs:jumpSize (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dinterpreter_stub.cpp2353 GateRef jumpSize = GetCallSizeFromFrame(prevState); in DECLARE_ASM_HANDLER() local
2356 *varAcc, *varHotnessCounter, jumpSize }); in DECLARE_ASM_HANDLER()
2417 GateRef jumpSize = GetCallSizeFromFrame(prevState); in DECLARE_ASM_HANDLER() local
2420 *varAcc, *varHotnessCounter, jumpSize }); in DECLARE_ASM_HANDLER()
2492 GateRef jumpSize = GetCallSizeFromFrame(prevState); in DECLARE_ASM_HANDLER() local
2494 *varProfileTypeInfo, *varAcc, *varHotnessCounter, jumpSize }); in DECLARE_ASM_HANDLER()
2566 GateRef jumpSize = GetCallSizeFromFrame(prevState); in DECLARE_ASM_HANDLER() local
2568 *varProfileTypeInfo, *varAcc, *varHotnessCounter, jumpSize }); in DECLARE_ASM_HANDLER()
2898 GateRef jumpSize = GetCallSizeFromFrame(prevState); in DECLARE_ASM_HANDLER() local
2900 *varProfileTypeInfo, *varAcc, *varHotnessCounter, jumpSize }); in DECLARE_ASM_HANDLER()
[all …]
Dstub_builder.h615 inline void SaveJumpSizeIfNeeded(GateRef glue, GateRef jumpSize);
623 …GateRef JSCallDispatch(GateRef glue, GateRef func, GateRef actualNumArgs, GateRef jumpSize, GateRe…
Dstub_builder-inl.h275 void StubBuilder::SaveJumpSizeIfNeeded(GateRef glue, GateRef jumpSize) in SaveJumpSizeIfNeeded() argument
282 … IntPtr(AsmInterpretedFrame::GetCallSizeOffset(GetEnvironment()->IsArch32Bit())), jumpSize); in SaveJumpSizeIfNeeded()
Dstub_builder.cpp5141 …ef StubBuilder::JSCallDispatch(GateRef glue, GateRef func, GateRef actualNumArgs, GateRef jumpSize, in JSCallDispatch() argument
5645 if (jumpSize != 0) { in JSCallDispatch()
5646 SaveJumpSizeIfNeeded(glue, jumpSize); in JSCallDispatch()
/arkcompiler/ets_runtime/ecmascript/deoptimizer/
Ddeoptimizer.cpp547 size_t jumpSize = BytecodeInstruction::Size(op); in GetCallSize() local
548 return jumpSize; in GetCallSize()
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
Dcommon_call.h221 static void SaveFpAndJumpSize(ExtendedAssembler *assembler, Immediate jumpSize);
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter_assembly.cpp2746 size_t jumpSize = GetJumpSizeAfterCall(pc); in HandleAsyncgeneratorresolveV8V8V8() local
2747 DISPATCH_OFFSET(jumpSize); in HandleAsyncgeneratorresolveV8V8V8()
4412 size_t jumpSize = GetJumpSizeAfterCall(pc); in HandleDeprecatedSuspendgeneratorPrefV8V8() local
4413 DISPATCH_OFFSET(jumpSize); in HandleDeprecatedSuspendgeneratorPrefV8V8()
7579 size_t jumpSize = BytecodeInstruction::Size(op); in GetJumpSizeAfterCall() local
7580 return jumpSize; in GetJumpSizeAfterCall()
Dinterpreter-inl.h161 size_t jumpSize = GetJumpSizeAfterCall(pc); \
162 DISPATCH_OFFSET(jumpSize); \
7311 size_t jumpSize = BytecodeInstruction::Size(op); in GetJumpSizeAfterCall() local
7312 return jumpSize; in GetJumpSizeAfterCall()