Searched refs:InitStackFrame (Results 1 – 5 of 5) sorted by relevance
38 static void InitStackFrame(JSThread *thread);39 static void InitStackFrame(EcmaContext *context);
57 static inline void InitStackFrame(JSThread *thread);58 static inline void InitStackFrame(EcmaContext *context);
7503 void EcmaInterpreter::InitStackFrame(JSThread *thread) in InitStackFrame() function7506 return InterpreterAssembly::InitStackFrame(thread); in InitStackFrame()7511 void EcmaInterpreter::InitStackFrame(EcmaContext *context) in InitStackFrame() function7514 return InterpreterAssembly::InitStackFrame(context); in InitStackFrame()
205 void InterpreterAssembly::InitStackFrame(JSThread *thread) in InitStackFrame() function in panda::ecmascript::InterpreterAssembly210 void InterpreterAssembly::InitStackFrame(EcmaContext *context) in InitStackFrame() function in panda::ecmascript::InterpreterAssembly
64 EcmaInterpreter::InitStackFrame(jsThread); in Create()718 EcmaInterpreter::InitStackFrame(context); in PushContext()