Home
last modified time | relevance | path

Searched defs:frame_size_in_bytes (Results 1 – 3 of 3) sorted by relevance

/art/runtime/quick/
Dquick_method_frame_info.h34 constexpr QuickMethodFrameInfo(uint32_t frame_size_in_bytes, uint32_t core_spill_mask, in QuickMethodFrameInfo()
/art/compiler/debug/
Dmethod_debug_info.h43 uint32_t frame_size_in_bytes; member
/art/compiler/optimizing/
Dstack_map_stream.cc42 void StackMapStream::BeginMethod(size_t frame_size_in_bytes, in BeginMethod()