Lines Matching defs:frame
53 auto frame = GetFrame<OptimizedJSFunctionFrame>(); in GetFunction() local
58 auto frame = GetFrame<AsmInterpretedFrame>(); in GetFunction() local
63 auto frame = GetFrame<InterpretedFrame>(); in GetFunction() local
67 auto frame = GetFrame<InterpretedBuiltinFrame>(); in GetFunction() local
71 auto *frame = BuiltinWithArgvFrame::GetFrameFromSp(GetSp()); in GetFunction() local
76 auto *frame = BuiltinFrame::GetFrameFromSp(GetSp()); in GetFunction() local
80 auto *frame = OptimizedBuiltinLeaveFrame::GetFrameFromSp(GetSp()); in GetFunction() local
85 auto frame = FASTJITFunctionFrame::GetFrameFromSp(GetSp()); in GetFunction() local
149 auto frame = GetFrame<OptimizedFrame>(); in Advance() local
160 auto frame = GetFrame<OptimizedEntryFrame>(); in Advance() local
169 auto frame = GetFrame<BaselineBuiltinFrame>(); in Advance() local
178 auto frame = GetFrame<AsmBridgeFrame>(); in Advance() local
189 auto frame = GetFrame<OptimizedJSFunctionUnfoldArgVFrame>(); in Advance() local
200 auto frame = GetFrame<OptimizedJSFunctionFrame>(); in Advance() local
212 auto frame = GetFrame<OptimizedJSFunctionFrame>(); in Advance() local
223 auto frame = GetFrame<OptimizedLeaveFrame>(); in Advance() local
234 auto frame = GetFrame<OptimizedWithArgvLeaveFrame>(); in Advance() local
245 auto frame = GetFrame<OptimizedBuiltinLeaveFrame>(); in Advance() local
257 auto frame = GetFrame<InterpretedFrame>(); in Advance() local
266 auto frame = GetFrame<InterpretedBuiltinFrame>(); in Advance() local
276 auto frame = GetFrame<AsmInterpretedFrame>(); in Advance() local
285 auto frame = GetFrame<BuiltinFrame>(); in Advance() local
296 auto frame = GetFrame<BuiltinFrame>(); in Advance() local
307 auto frame = GetFrame<BuiltinWithArgvFrame>(); in Advance() local
318 auto frame = GetFrame<BuiltinWithArgvFrame>(); in Advance() local
329 auto frame = GetFrame<InterpretedEntryFrame>(); in Advance() local
338 auto frame = GetFrame<AsmInterpretedEntryFrame>(); in Advance() local
347 auto frame = GetFrame<AsmInterpretedBridgeFrame>(); in Advance() local
359 auto frame = GetFrame<FASTJITFunctionFrame>(); in Advance() local
410 auto frame = GetFrame<OptimizedFrame>(); in GetReturnAddrAddress() local
414 auto frame = GetFrame<BaselineBuiltinFrame>(); in GetReturnAddrAddress() local
418 auto frame = GetFrame<AsmBridgeFrame>(); in GetReturnAddrAddress() local
422 auto frame = GetFrame<OptimizedJSFunctionUnfoldArgVFrame>(); in GetReturnAddrAddress() local
428 auto frame = GetFrame<OptimizedJSFunctionFrame>(); in GetReturnAddrAddress() local
432 auto frame = GetFrame<OptimizedLeaveFrame>(); in GetReturnAddrAddress() local
436 auto frame = GetFrame<OptimizedWithArgvLeaveFrame>(); in GetReturnAddrAddress() local
440 auto frame = GetFrame<OptimizedBuiltinLeaveFrame>(); in GetReturnAddrAddress() local
445 auto frame = GetFrame<BuiltinFrame>(); in GetReturnAddrAddress() local
450 auto frame = GetFrame<BuiltinWithArgvFrame>(); in GetReturnAddrAddress() local
454 auto frame = GetFrame<AsmInterpretedBridgeFrame>(); in GetReturnAddrAddress() local
471 auto frame = GetFrame<OptimizedLeaveFrame>(); in GetPrevFrameCallSiteSp() local
475 auto frame = GetFrame<OptimizedWithArgvLeaveFrame>(); in GetPrevFrameCallSiteSp() local
479 auto frame = GetFrame<OptimizedBuiltinLeaveFrame>(); in GetPrevFrameCallSiteSp() local
483 auto frame = GetFrame<BuiltinWithArgvFrame>(); in GetPrevFrameCallSiteSp() local
487 auto frame = GetFrame<BuiltinWithArgvFrame>(); in GetPrevFrameCallSiteSp() local
491 auto frame = GetFrame<BuiltinFrame>(); in GetPrevFrameCallSiteSp() local
495 auto frame = GetFrame<AsmInterpretedBridgeFrame>(); in GetPrevFrameCallSiteSp() local
516 auto frame = GetFrame<AsmBridgeFrame>(); in GetPrevFrameCallSiteSp() local
520 auto frame = GetFrame<OptimizedJSFunctionUnfoldArgVFrame>(); in GetPrevFrameCallSiteSp() local
551 auto *frame = this->GetFrame<AsmInterpretedFrame>(); in GetBytecodeOffset() local
558 auto *frame = this->GetFrame<InterpretedFrame>(); in GetBytecodeOffset() local
585 auto *frame = this->GetFrame<AsmInterpretedFrame>(); in GetStackTraceInfos() local
598 auto *frame = this->GetFrame<InterpretedFrame>(); in GetStackTraceInfos() local
713 OptimizedJSFunctionFrame *frame = OptimizedJSFunctionFrame::GetFrameFromSp(it.GetSp()); in GCIterate() local
770 FASTJITFunctionFrame *frame = FASTJITFunctionFrame::GetFrameFromSp(it.GetSp()); in GCIterate() local
811 AsmInterpretedFrame *frame = AsmInterpretedFrame::GetFrameFromSp(it.GetSp()); in GCIterate() local
836 InterpretedFrame *frame = InterpretedFrame::GetFrameFromSp(sp); in GCIterate() local
863 InterpretedBuiltinFrame *frame = InterpretedBuiltinFrame::GetFrameFromSp(sp); in GCIterate() local
877 OptimizedLeaveFrame *frame = OptimizedLeaveFrame::GetFrameFromSp(sp); in GCIterate() local
889 OptimizedWithArgvLeaveFrame *frame = OptimizedWithArgvLeaveFrame::GetFrameFromSp(sp); in GCIterate() local
902 OptimizedBuiltinLeaveFrame *frame = OptimizedBuiltinLeaveFrame::GetFrameFromSp(sp); in GCIterate() local
914 auto frame = BuiltinWithArgvFrame::GetFrameFromSp(sp); in GCIterate() local
926 auto frame = BuiltinFrame::GetFrameFromSp(sp); in GCIterate() local
943 InterpretedEntryFrame *frame = InterpretedEntryFrame::GetFrameFromSp(sp); in GCIterate() local