Searched refs:InterpreterAssembly (Results 1 - 6 of 6) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/interpreter/ |
H A D | interpreter_assembly.cpp | 190 void InterpreterAssembly::InitStackFrame(JSThread *thread) in InitStackFrame() 195 void InterpreterAssembly::InitStackFrame(EcmaContext *context) in InitStackFrame() 200 void InterpreterAssembly::InitStackFrameForSP(JSTaggedType *prevSp) in InitStackFrameForSP() 208 JSTaggedValue InterpreterAssembly::Execute(EcmaRuntimeCallInfo *info) in Execute() 281 void InterpreterAssembly::MethodEntry(JSThread *thread, Method *method, JSTaggedValue env) in MethodEntry() 294 JSTaggedValue InterpreterAssembly::GeneratorReEnterInterpreter(JSThread *thread, JSHandle<GeneratorContext> context) in GeneratorReEnterInterpreter() 309 void InterpreterAssembly::HandleMovV4V4( in HandleMovV4V4() 321 void InterpreterAssembly::HandleMovV8V8( in HandleMovV8V8() 333 void InterpreterAssembly::HandleMovV16V16( in HandleMovV16V16() 345 void InterpreterAssembly [all...] |
H A D | interpreter_assembly.h | 36 class InterpreterAssembly { class 75 #define DEF_HANDLER(name) InterpreterAssembly::name,
|
H A D | interpreter-inl.cpp | 661 return InterpreterAssembly::Execute(info); in Execute() 791 return InterpreterAssembly::GeneratorReEnterInterpreter(thread, context); in GeneratorReEnterInterpreter() 7804 return InterpreterAssembly::InitStackFrame(thread); in InitStackFrame() 7812 return InterpreterAssembly::InitStackFrame(context); in InitStackFrame()
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | interpreter_stub.cpp | 4231 GateRef actualNumArgs = Int32(InterpreterAssembly::ActualNumArgsOfCall::CALLARG0);
in DECLARE_ASM_HANDLER() 4244 GateRef actualNumArgs = Int32(InterpreterAssembly::ActualNumArgsOfCall::CALLARG0);
in DECLARE_ASM_HANDLER() 4257 GateRef actualNumArgs = Int32(InterpreterAssembly::ActualNumArgsOfCall::CALLARG1);
in DECLARE_ASM_HANDLER() 4272 GateRef actualNumArgs = Int32(InterpreterAssembly::ActualNumArgsOfCall::CALLARG1);
in DECLARE_ASM_HANDLER() 4287 GateRef actualNumArgs = Int32(InterpreterAssembly::ActualNumArgsOfCall::CALLARGS2);
in DECLARE_ASM_HANDLER() 4304 GateRef actualNumArgs = Int32(InterpreterAssembly::ActualNumArgsOfCall::CALLARGS2);
in DECLARE_ASM_HANDLER() 4321 GateRef actualNumArgs = Int32(InterpreterAssembly::ActualNumArgsOfCall::CALLARGS3);
in DECLARE_ASM_HANDLER() 4340 GateRef actualNumArgs = Int32(InterpreterAssembly::ActualNumArgsOfCall::CALLARGS3);
in DECLARE_ASM_HANDLER() 4459 GateRef actualNumArgs = Int32(InterpreterAssembly::ActualNumArgsOfCall::CALLARG0);
in DECLARE_ASM_HANDLER() 4473 GateRef actualNumArgs = Int32(InterpreterAssembly in DECLARE_ASM_HANDLER() [all...] |
/arkcompiler/ets_runtime/ecmascript/stubs/ |
H A D | runtime_stubs.cpp | 1078 JSTaggedValue function = InterpreterAssembly::GetNewTarget(sp); in DEF_RUNTIME_STUBS() 1097 auto newTarget = JSHandle<JSTaggedValue>(thread, InterpreterAssembly::GetNewTarget(sp)); in DEF_RUNTIME_STUBS() 1099 uint32_t restNumArgs = InterpreterAssembly::GetNumArgs(sp, 0, startIdx); // 0: rest args start idx in DEF_RUNTIME_STUBS() 1298 JSTaggedValue thisFunc = InterpreterAssembly::GetFunction(sp); in DEF_RUNTIME_STUBS() 1318 JSTaggedValue thisFunc = InterpreterAssembly::GetFunction(sp); in DEF_RUNTIME_STUBS() 2407 uint32_t actualNumArgs = InterpreterAssembly::GetNumArgs(sp, 0, startIdx); in DEF_RUNTIME_STUBS() 2417 uint32_t restNumArgs = InterpreterAssembly::GetNumArgs(sp, restIdx.GetInt(), startIdx); in DEF_RUNTIME_STUBS() 2582 JSTaggedValue newTarget = InterpreterAssembly::GetNewTarget(sp); in DEF_RUNTIME_STUBS()
|
/arkcompiler/ets_runtime/ecmascript/napi/ |
H A D | jsnapi_expo.cpp | 3563 result = ecmascript::InterpreterAssembly::Execute(info); in CallForNapi()
|
Completed in 46 milliseconds