Home
last modified time | relevance | path

Searched refs:frame_size_in_bytes (Results 1 – 8 of 8) 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() argument
36 : frame_size_in_bytes_(frame_size_in_bytes), in QuickMethodFrameInfo()
/art/compiler/debug/
Dmethod_debug_info.h43 uint32_t frame_size_in_bytes; member
Delf_debug_loc_writer.h219 expr.WriteOpFbreg(value - method_info->frame_size_in_bytes); in WriteDebugLocEntry()
/art/compiler/optimizing/
Dstack_map_stream.cc42 void StackMapStream::BeginMethod(size_t frame_size_in_bytes, in BeginMethod() argument
50 DCHECK_ALIGNED(frame_size_in_bytes, kStackAlignment); in BeginMethod()
51 packed_frame_size_ = frame_size_in_bytes / kStackAlignment; in BeginMethod()
Dstack_map_stream.h61 void BeginMethod(size_t frame_size_in_bytes,
Doptimizing_compiler.cc1329 info.frame_size_in_bytes = method_header->GetFrameSizeInBytes(); in JitCompile()
1438 info.frame_size_in_bytes = method_header->GetFrameSizeInBytes(); in JitCompile()
/art/oatdump/
Doatdump.cc322 info.frame_size_in_bytes = method_header->GetFrameSizeInBytes(); in WalkOatMethod()
/art/dex2oat/linker/
Doat_writer.cc1366 info.frame_size_in_bytes = CodeInfo::DecodeFrameInfo(code_info).FrameSizeInBytes(); in VisitMethod()