Searched refs:InitStackFrame (Results 1 – 5 of 5) sorted by relevance
38 static void InitStackFrame(JSThread *thread);39 static void InitStackFrame(EcmaContext *context);
54 static inline void InitStackFrame(JSThread *thread);55 static inline void InitStackFrame(EcmaContext *context);
7240 void EcmaInterpreter::InitStackFrame(JSThread *thread) in InitStackFrame() function7243 return InterpreterAssembly::InitStackFrame(thread); in InitStackFrame()7248 void EcmaInterpreter::InitStackFrame(EcmaContext *context) in InitStackFrame() function7251 return InterpreterAssembly::InitStackFrame(context); in InitStackFrame()
202 void InterpreterAssembly::InitStackFrame(JSThread *thread) in InitStackFrame() function in panda::ecmascript::InterpreterAssembly207 void InterpreterAssembly::InitStackFrame(EcmaContext *context) in InitStackFrame() function in panda::ecmascript::InterpreterAssembly
59 EcmaInterpreter::InitStackFrame(jsThread); in Create()596 EcmaInterpreter::InitStackFrame(context); in PushContext()