• Home
  • Raw
  • Download

Lines Matching full:compiler

60         if (GetBoundaryFrameMethod<FrameKind::COMPILER>(bp) == BYPASS) {  in GetTopFrameFromFp()
61 return CreateCFrame(GetPrevFromBoundary<FrameKind::COMPILER>(bp), in GetTopFrameFromFp()
62 GetReturnAddressFromBoundary<FrameKind::COMPILER>(bp), in GetTopFrameFromFp()
63 GetCalleeStackFromBoundary<FrameKind::COMPILER>(bp)); in GetTopFrameFromFp()
88 ASSERT(GetBoundaryFrameMethod<FrameKind::COMPILER>(prev) != FrameBridgeKind::BYPASS); in CreateCFrameForC2IBridge()
209 auto frame_method = GetBoundaryFrameMethod<FrameKind::COMPILER>(prev); in NextFromCFrame()
212 … auto prev_frame = reinterpret_cast<Frame *>(GetPrevFromBoundary<FrameKind::COMPILER>(prev)); in NextFromCFrame()
222 … auto prev_frame = reinterpret_cast<Frame *>(GetPrevFromBoundary<FrameKind::COMPILER>(prev)); in NextFromCFrame()
227 …frame_ = CreateCFrame(reinterpret_cast<SlotType *>(GetPrevFromBoundary<FrameKind::COMPILER>(prev)), in NextFromCFrame()
228 GetReturnAddressFromBoundary<FrameKind::COMPILER>(prev), in NextFromCFrame()
229 GetCalleeStackFromBoundary<FrameKind::COMPILER>(prev)); in NextFromCFrame()
253 if (GetBoundaryFrameMethod<FrameKind::COMPILER>(bp) == BYPASS) { in NextFromIFrame()
254 frame_ = CreateCFrame(GetPrevFromBoundary<FrameKind::COMPILER>(bp), in NextFromIFrame()
255 GetReturnAddressFromBoundary<FrameKind::COMPILER>(bp), in NextFromIFrame()
256 GetCalleeStackFromBoundary<FrameKind::COMPILER>(bp)); in NextFromIFrame()
275 auto frame_method = GetBoundaryFrameMethod<FrameKind::COMPILER>(prev); in GetNextFrame()
278 … auto prev_frame = reinterpret_cast<Frame *>(GetPrevFromBoundary<FrameKind::COMPILER>(prev)); in GetNextFrame()
285 … auto prev_frame = reinterpret_cast<Frame *>(GetPrevFromBoundary<FrameKind::COMPILER>(prev)); in GetNextFrame()
290 … CFrameType(reinterpret_cast<SlotType *>(GetPrevFromBoundary<FrameKind::COMPILER>(prev)))); in GetNextFrame()
302 if (GetBoundaryFrameMethod<FrameKind::COMPILER>(bp) == BYPASS) { in GetNextFrame()
303 return FrameAccessor(CreateCFrame(GetPrevFromBoundary<FrameKind::COMPILER>(bp), in GetNextFrame()
304 … GetReturnAddressFromBoundary<FrameKind::COMPILER>(bp), in GetNextFrame()
305 … GetCalleeStackFromBoundary<FrameKind::COMPILER>(bp))); in GetNextFrame()
320 if (IsBoundaryFrame<FrameKind::COMPILER>(prev)) { in GetPreviousFrameKind()
323 return FrameKind::COMPILER; in GetPreviousFrameKind()
330 return FrameKind::COMPILER; in GetPreviousFrameKind()
337 if (IsBoundaryFrame<FrameKind::COMPILER>(prev)) { in IsCompilerBoundFrame()
340 if (GetBoundaryFrameMethod<FrameKind::COMPILER>(prev) == FrameBridgeKind::BYPASS) { in IsCompilerBoundFrame()
341 auto prev_frame = reinterpret_cast<Frame *>(GetPrevFromBoundary<FrameKind::COMPILER>(prev)); in IsCompilerBoundFrame()