Home
last modified time | relevance | path

Searched defs:callsiteSp (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
H A Doptimized_fast_call.cpp269 Register callsiteSp = __ AvailableRegister2(); in JSFastCallWithArgV() local
348 Register callsiteSp = __ AvailableRegister2(); in JSFastCallWithArgVAndPushArgv() local
H A Doptimized_call.cpp1262 Register callsiteSp = __ AvailableRegister2(); in GenJSCallWithArgV() local
/arkcompiler/ets_runtime/ecmascript/deoptimizer/
H A Ddeoptimizer.h48 uintptr_t callsiteSp; member
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
H A Doptimized_fast_call.cpp239 Register callsiteSp = __ AvailableRegister2(); in JSFastCallWithArgV() local
244 __ Addq(Immediate(FRAME_SLOT_SIZE), callsiteSp); // 8 : 8 means skip pc to get last callsitesp in JSFastCallWithArgV() local
300 Register callsiteSp = __ AvailableRegister2(); in JSFastCallWithArgVAndPushArgv() local
314 __ Addq(Immediate(FRAME_SLOT_SIZE), callsiteSp); // 8 : 8 means skip pc to get last callsitesp in JSFastCallWithArgVAndPushArgv() local
H A Doptimized_call.cpp1282 Register callsiteSp = __ AvailableRegister2(); in GenJSCallWithArgV() local
1287 __ Addq(Immediate(FRAME_SLOT_SIZE), callsiteSp); // 8 : 8 means skip pc to get last callsitesp in GenJSCallWithArgV() local

Completed in 7 milliseconds