Searched refs:jumpSize (Results 1 – 8 of 8) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | interpreter_stub.cpp | 2353 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 …]
|
D | stub_builder.h | 615 inline void SaveJumpSizeIfNeeded(GateRef glue, GateRef jumpSize); 623 …GateRef JSCallDispatch(GateRef glue, GateRef func, GateRef actualNumArgs, GateRef jumpSize, GateRe…
|
D | stub_builder-inl.h | 275 void StubBuilder::SaveJumpSizeIfNeeded(GateRef glue, GateRef jumpSize) in SaveJumpSizeIfNeeded() argument 282 … IntPtr(AsmInterpretedFrame::GetCallSizeOffset(GetEnvironment()->IsArch32Bit())), jumpSize); in SaveJumpSizeIfNeeded()
|
D | stub_builder.cpp | 5141 …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/ |
D | deoptimizer.cpp | 547 size_t jumpSize = BytecodeInstruction::Size(op); in GetCallSize() local 548 return jumpSize; in GetCallSize()
|
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/ |
D | common_call.h | 221 static void SaveFpAndJumpSize(ExtendedAssembler *assembler, Immediate jumpSize);
|
/arkcompiler/ets_runtime/ecmascript/interpreter/ |
D | interpreter_assembly.cpp | 2746 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()
|
D | interpreter-inl.h | 161 size_t jumpSize = GetJumpSizeAfterCall(pc); \ 162 DISPATCH_OFFSET(jumpSize); \ 7311 size_t jumpSize = BytecodeInstruction::Size(op); in GetJumpSizeAfterCall() local 7312 return jumpSize; in GetJumpSizeAfterCall()
|