Searched refs:gc_map_offset (Results 1 - 6 of 6) sorted by relevance

/art/runtime/
H A Dexception_test.cc80 uint32_t gc_map_offset = mapping_table_offset + fake_gc_map_.size(); local
81 OatQuickMethodHeader method_header(mapping_table_offset, vmap_table_offset, gc_map_offset,
97 const uint8_t* code_ptr = &fake_header_code_and_maps_[gc_map_offset];
H A Doat.h177 uint32_t gc_map_offset = 0U, uint32_t frame_size_in_bytes = 0U,
H A Doat.cc481 uint32_t mapping_table_offset, uint32_t vmap_table_offset, uint32_t gc_map_offset,
485 gc_map_offset_(gc_map_offset),
480 OatQuickMethodHeader( uint32_t mapping_table_offset, uint32_t vmap_table_offset, uint32_t gc_map_offset, uint32_t frame_size_in_bytes, uint32_t core_spill_mask, uint32_t fp_spill_mask, uint32_t code_size) argument
/art/compiler/
H A Dcommon_compiler_test.cc70 uint32_t gc_map_offset = !gc_map_used ? 0u local
72 OatQuickMethodHeader method_header(mapping_table_offset, vmap_table_offset, gc_map_offset,
H A Doat_writer.cc414 uint32_t gc_map_offset = method_header->gc_map_offset_; local
426 if (gc_map_offset != 0u) {
427 gc_map_offset += code_offset;
428 DCHECK_LT(gc_map_offset, code_offset);
434 gc_map_offset, frame_size_in_bytes, core_spill_mask,
/art/oatdump/
H A Doatdump.cc845 uint32_t gc_map_offset = oat_method.GetGcMapOffset(); local
846 *indent2_os << StringPrintf("(offset=0x%08x)\n", gc_map_offset);
847 if (gc_map_offset > oat_file_.Size()) {
850 gc_map_offset, oat_file_.Size());

Completed in 691 milliseconds