Home
last modified time | relevance | path

Searched defs:currentSp (Results 1 - 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dinterpreter.cpp90 JSTaggedType *currentSp = reinterpret_cast<JSTaggedType *>(info); in ReBuildRuntimeCallInfo() local
[all...]
H A Dinterpreter-inl.cpp794 JSTaggedType *currentSp = const_cast<JSTaggedType *>(thread->GetCurrentSPFrame()); in GeneratorReEnterInterpreter() local
1535 JSTaggedType *currentSp = sp; in RunInternal() local
1584 JSTaggedType *currentSp in RunInternal() local
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
H A Doptimized_fast_call.cpp104 Register currentSp = __ AvailableRegister1(); in OptimizedFastCallAndPushArgv() local
268 Register currentSp = __ AvailableRegister1(); in JSFastCallWithArgV() local
346 Register currentSp = __ AvailableRegister1(); JSFastCallWithArgVAndPushArgv() local
[all...]
H A Doptimized_call.cpp99 void OptimizedCall::IncreaseStackForArguments(ExtendedAssembler *assembler, Register argc, Register currentSp, in IncreaseStackForArguments() argument
1094 PushMandatoryJSArgs(ExtendedAssembler *assembler, Register jsfunc, Register thisObj, Register newTarget, Register currentSp) PushMandatoryJSArgs() argument
1261 Register currentSp = __ AvailableRegister1(); GenJSCallWithArgV() local
[all...]
/arkcompiler/ets_runtime/ecmascript/
H A Djs_proxy.cpp1031 JSTaggedType *currentSp = reinterpret_cast<JSTaggedType *>(info); in ConstructInternal() local
H A Djs_function.cpp761 JSTaggedType *currentSp = reinterpret_cast<JSTaggedType *>(info); in ConstructInternal() local
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
H A Dbaseline_stubs.cpp615 GateRef currentSp = *varSp; in GenerateCircuit() local
3386 GateRef currentSp = *varSp; in GenerateCircuit() local
4938 GateRef currentSp = *varSp; in GenerateCircuit() local
5659 GateRef currentSp = *varSp; GenerateCircuit() local
5774 GateRef currentSp = *varSp; GenerateCircuit() local
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dinterpreter_stub.cpp2754 GateRef currentSp = *varSp; in DECLARE_ASM_HANDLER() local
2853 GateRef currentSp = *varSp; in DECLARE_ASM_HANDLER() local
2960 GateRef currentSp = *varSp; in DECLARE_ASM_HANDLER() local
3065 GateRef currentSp = *varSp; DECLARE_ASM_HANDLER() local
3446 GateRef currentSp = *varSp; DECLARE_ASM_HANDLER() local
5314 GateRef currentSp = *varSp; DECLARE_ASM_HANDLER() local
5396 GateRef currentSp = *varSp; DECLARE_ASM_HANDLER() local
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
H A Dasm_interpreter_call.cpp1323 Register currentSp = r12; in ResumeRspAndReturn() local
1345 Register currentSp = r12; in ResumeRspAndReturnBaseline() local

Completed in 37 milliseconds