Home
last modified time | relevance | path

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

/art/runtime/
Dexception_test.cc79 uint32_t gc_map_offset = mapping_table_offset + fake_gc_map_.size(); in SetUp() local
80 OatQuickMethodHeader method_header(mapping_table_offset, vmap_table_offset, gc_map_offset, in SetUp()
96 const uint8_t* code_ptr = &fake_header_code_and_maps_[gc_map_offset]; in SetUp()
Doat.h176 uint32_t gc_map_offset = 0U, uint32_t frame_size_in_bytes = 0U,
Doat.cc500 uint32_t mapping_table_offset, uint32_t vmap_table_offset, uint32_t gc_map_offset, in OatQuickMethodHeader() argument
504 gc_map_offset_(gc_map_offset), in OatQuickMethodHeader()
/art/compiler/
Doat_writer.cc380 uint32_t gc_map_offset = method_header->gc_map_offset_; in VisitMethod() local
392 if (gc_map_offset != 0u) { in VisitMethod()
393 gc_map_offset += code_offset; in VisitMethod()
394 DCHECK_LT(gc_map_offset, code_offset); in VisitMethod()
400 gc_map_offset, frame_size_in_bytes, core_spill_mask, in VisitMethod()
Dcommon_compiler_test.cc177 uint32_t gc_map_offset = gc_map.empty() ? 0u in MakeExecutable() local
179 OatQuickMethodHeader method_header(mapping_table_offset, vmap_table_offset, gc_map_offset, in MakeExecutable()
/art/oatdump/
Doatdump.cc505 uint32_t gc_map_offset = oat_method.GetGcMapOffset(); in DumpOatMethod() local
506 *indent2_os << StringPrintf("(offset=0x%08x)\n", gc_map_offset); in DumpOatMethod()
507 if (gc_map_offset > oat_file_.Size()) { in DumpOatMethod()
510 gc_map_offset, oat_file_.Size()); in DumpOatMethod()