Searched defs:prevFrame (Results 1 – 7 of 7) sorted by relevance
73 … auto prevFrame = reinterpret_cast<Frame *>(GetPrevFromBoundary<FrameKind::COMPILER>(prev)); in NextFromCFrame() local82 … auto prevFrame = reinterpret_cast<Frame *>(GetPrevFromBoundary<FrameKind::COMPILER>(prev)); in NextFromCFrame() local
340 auto *prevFrame = frameInfo.frame->GetPrevFrame(); in CollectBoundaryFrames() local
382 … auto prevFrame = reinterpret_cast<Frame *>(GetPrevFromBoundary<FrameKind::COMPILER>(prev)); in NextFromCFrame() local392 … auto prevFrame = reinterpret_cast<Frame *>(GetPrevFromBoundary<FrameKind::COMPILER>(prev)); in NextFromCFrame() local448 … auto prevFrame = reinterpret_cast<Frame *>(GetPrevFromBoundary<FrameKind::COMPILER>(prev)); in GetNextFrame() local455 … auto prevFrame = reinterpret_cast<Frame *>(GetPrevFromBoundary<FrameKind::COMPILER>(prev)); in GetNextFrame() local511 auto prevFrame = reinterpret_cast<Frame *>(GetPrevFromBoundary<FrameKind::COMPILER>(prev)); in IsCompilerBoundFrame() local522 Frame *StackWalker::GetFrameFromPrevFrame(Frame *prevFrame) in GetFrameFromPrevFrame()591 void *prevFrame; in ConvertToIFrame() local
82 auto prevFrame = frame->GetPrevFrame(); in InvokeInterpreter() local
138 void SetPrevFrame(void *prevFrame) in SetPrevFrame()
636 auto prevFrame = GetFrame<InterpretedFrame>(); in GetPrevFrame() local641 auto prevFrame = GetFrame<InterpretedEntryFrame>(); in GetPrevFrame() local646 auto prevFrame = GetFrame<InterpretedBuiltinFrame>(); in GetPrevFrame() local
113 Frame *prevFrame = thread->GetCurrentFrame(); in InterpreterEntryPoint() local