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/
Dcompiled_method.cc127 const size_t frame_size_in_bytes, in CompiledMethod() argument
138 frame_size_in_bytes_(frame_size_in_bytes), core_spill_mask_(core_spill_mask), in CompiledMethod()
174 const size_t frame_size_in_bytes, in SwapAllocCompiledMethod() argument
185 alloc.construct(ret, driver, instruction_set, quick_code, frame_size_in_bytes, core_spill_mask, in SwapAllocCompiledMethod()
Dcompiled_method.h315 const size_t frame_size_in_bytes,
331 const size_t frame_size_in_bytes,
Doat_writer.cc430 uint32_t frame_size_in_bytes = compiled_method->GetFrameSizeInBytes(); in VisitMethod() local
434 gc_map_offset, frame_size_in_bytes, core_spill_mask, in VisitMethod()
/art/compiler/jit/
Djit_compiler.cc192 const auto frame_size_in_bytes = compiled_method->GetFrameSizeInBytes(); in WriteMethodHeaderAndCode() local
201 code_ptr - mapping_table, code_ptr - vmap_table, code_ptr - gc_map, frame_size_in_bytes, in WriteMethodHeaderAndCode()
/art/runtime/
Dart_method.h384 FrameOffset GetReturnPcOffset(uint32_t frame_size_in_bytes) in GetReturnPcOffset() argument
386 DCHECK_EQ(frame_size_in_bytes, GetFrameSizeInBytes()); in GetReturnPcOffset()
387 return FrameOffset(frame_size_in_bytes - sizeof(void*)); in GetReturnPcOffset()
Doat.h177 uint32_t gc_map_offset = 0U, uint32_t frame_size_in_bytes = 0U,
Doat.cc482 uint32_t frame_size_in_bytes, uint32_t core_spill_mask, uint32_t fp_spill_mask, in OatQuickMethodHeader() argument
486 frame_info_(frame_size_in_bytes, core_spill_mask, fp_spill_mask), code_size_(code_size) { in OatQuickMethodHeader()