Home
last modified time | relevance | path

Searched refs:callee_info (Results 1 – 1 of 1) sorted by relevance

/art/runtime/
Dart_method.cc508 QuickMethodFrameInfo callee_info = runtime->GetCalleeSaveMethodFrameInfo(Runtime::kRefsAndArgs); in GetQuickFrameInfo() local
512 size_t frame_size = RoundUp(callee_info.FrameSizeInBytes() - sizeof(void*) + in GetQuickFrameInfo()
514 return QuickMethodFrameInfo(frame_size, callee_info.CoreSpillMask(), callee_info.FpSpillMask()); in GetQuickFrameInfo()