HomeSort by relevance Sort by last modified time
    Searched full:callee_info (Results 1 - 1 of 1) sorted by null

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

Completed in 157 milliseconds