Searched defs:prevFrame (Results 1 – 6 of 6) 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
380 … auto prevFrame = reinterpret_cast<Frame *>(GetPrevFromBoundary<FrameKind::COMPILER>(prev)); in NextFromCFrame() local390 … auto prevFrame = reinterpret_cast<Frame *>(GetPrevFromBoundary<FrameKind::COMPILER>(prev)); in NextFromCFrame() local446 … auto prevFrame = reinterpret_cast<Frame *>(GetPrevFromBoundary<FrameKind::COMPILER>(prev)); in GetNextFrame() local453 … auto prevFrame = reinterpret_cast<Frame *>(GetPrevFromBoundary<FrameKind::COMPILER>(prev)); in GetNextFrame() local509 auto prevFrame = reinterpret_cast<Frame *>(GetPrevFromBoundary<FrameKind::COMPILER>(prev)); in IsCompilerBoundFrame() local530 void *prevFrame; in ConvertToIFrame() local
82 auto prevFrame = frame->GetPrevFrame(); in InvokeInterpreter() local
455 auto prevFrame = GetFrame<InterpretedFrame>(); in GetPrevFrame() local460 auto prevFrame = GetFrame<InterpretedEntryFrame>(); in GetPrevFrame() local465 auto prevFrame = GetFrame<InterpretedBuiltinFrame>(); in GetPrevFrame() local
138 void SetPrevFrame(void *prevFrame) in SetPrevFrame()
111 Frame *prevFrame = thread->GetCurrentFrame(); in InterpreterEntryPoint() local