Home
last modified time | relevance | path

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

/art/runtime/quick/
Dquick_method_frame_info.h29 : frame_size_in_bytes_(0u), in QuickMethodFrameInfo()
36 : frame_size_in_bytes_(frame_size_in_bytes), in QuickMethodFrameInfo()
42 return frame_size_in_bytes_; in FrameSizeInBytes()
58 uint32_t frame_size_in_bytes_;
/art/compiler/
Dcompiled_method.h152 return frame_size_in_bytes_; in GetFrameSizeInBytes()
181 const size_t frame_size_in_bytes_; variable
Dcompiled_method.cc113 frame_size_in_bytes_(frame_size_in_bytes), in CompiledMethod()