HomeSort by relevance Sort by last modified time
    Searched refs:frame_size_in_bytes_ (Results 1 - 3 of 3) sorted by null

  /art/runtime/quick/
quick_method_frame_info.h 29 : frame_size_in_bytes_(0u),
36 : frame_size_in_bytes_(frame_size_in_bytes),
42 return frame_size_in_bytes_;
58 uint32_t frame_size_in_bytes_; variable
  /art/compiler/
compiled_method.cc 113 frame_size_in_bytes_(frame_size_in_bytes),
compiled_method.h 390 return frame_size_in_bytes_;
419 const size_t frame_size_in_bytes_; member in class:art::FINAL

Completed in 245 milliseconds