Searched refs:InitStackFrame (Results 1 – 5 of 5) sorted by relevance
54 static inline void InitStackFrame(JSThread *thread);55 static inline void InitStackFrame(EcmaContext *context);
38 static void InitStackFrame(JSThread *thread);39 static void InitStackFrame(EcmaContext *context);
7222 void EcmaInterpreter::InitStackFrame(JSThread *thread) in InitStackFrame() function7225 return InterpreterAssembly::InitStackFrame(thread); in InitStackFrame()7230 void EcmaInterpreter::InitStackFrame(EcmaContext *context) in InitStackFrame() function7233 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()617 EcmaInterpreter::InitStackFrame(context); in PushContext()