Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dart_method-inl.h391 QuickMethodFrameInfo callee_info = runtime->GetCalleeSaveMethodFrameInfo(Runtime::kRefsAndArgs); in GetQuickFrameInfo() local
394 size_t frame_size = RoundUp(callee_info.FrameSizeInBytes() + scope_size in GetQuickFrameInfo()
399 return QuickMethodFrameInfo(frame_size, callee_info.CoreSpillMask(), callee_info.FpSpillMask()); in GetQuickFrameInfo()