Home
last modified time | relevance | path

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

/art/compiler/
Dcompiled_method.cc146 const size_t frame_size_in_bytes, in CompiledMethod()
164 const size_t frame_size_in_bytes, in CompiledMethod()
201 const size_t frame_size_in_bytes, in SwapAllocCompiledMethod()
218 const size_t frame_size_in_bytes, in SwapAllocCompiledMethod()
Doat_writer.cc396 uint32_t frame_size_in_bytes = compiled_method->GetFrameSizeInBytes(); in VisitMethod() local
/art/runtime/quick/
Dquick_method_frame_info.h34 constexpr QuickMethodFrameInfo(uint32_t frame_size_in_bytes, uint32_t core_spill_mask, in QuickMethodFrameInfo()
/art/runtime/
Doat.cc501 uint32_t frame_size_in_bytes, uint32_t core_spill_mask, uint32_t fp_spill_mask, in OatQuickMethodHeader()
/art/runtime/mirror/
Dart_method.h405 size_t GetReturnPcOffsetInBytes(uint32_t frame_size_in_bytes) in GetReturnPcOffsetInBytes()