Searched refs:InitStackFrame (Results 1 – 5 of 5) sorted by relevance
39 static void InitStackFrame(JSThread *thread);40 static void InitStackFrame(EcmaContext *context);
59 static void InitStackFrame(JSThread *thread);60 static void InitStackFrame(EcmaContext *context);
7717 void EcmaInterpreter::InitStackFrame(JSThread *thread) in InitStackFrame() function in panda::ecmascript::EcmaInterpreter7720 return InterpreterAssembly::InitStackFrame(thread); in InitStackFrame()7725 void EcmaInterpreter::InitStackFrame(EcmaContext *context) in InitStackFrame() function in panda::ecmascript::EcmaInterpreter7728 return InterpreterAssembly::InitStackFrame(context); in InitStackFrame()
190 void InterpreterAssembly::InitStackFrame(JSThread *thread) in InitStackFrame() function in panda::ecmascript::InterpreterAssembly195 void InterpreterAssembly::InitStackFrame(EcmaContext *context) in InitStackFrame() function in panda::ecmascript::InterpreterAssembly
95 EcmaInterpreter::InitStackFrame(jsThread); in Create()981 EcmaInterpreter::InitStackFrame(context); in PushContext()