Searched refs:gc_map_offset (Results 1 – 6 of 6) sorted by relevance
/art/runtime/ |
D | exception_test.cc | 80 uint32_t gc_map_offset = mapping_table_offset + fake_gc_map_.size(); in SetUp() local 81 OatQuickMethodHeader method_header(mapping_table_offset, vmap_table_offset, gc_map_offset, in SetUp() 97 const uint8_t* code_ptr = &fake_header_code_and_maps_[gc_map_offset]; in SetUp()
|
D | oat.h | 177 uint32_t gc_map_offset = 0U, uint32_t frame_size_in_bytes = 0U,
|
D | oat.cc | 481 uint32_t mapping_table_offset, uint32_t vmap_table_offset, uint32_t gc_map_offset, in OatQuickMethodHeader() argument 485 gc_map_offset_(gc_map_offset), in OatQuickMethodHeader()
|
/art/compiler/ |
D | common_compiler_test.cc | 70 uint32_t gc_map_offset = !gc_map_used ? 0u in MakeExecutable() local 72 OatQuickMethodHeader method_header(mapping_table_offset, vmap_table_offset, gc_map_offset, in MakeExecutable()
|
D | oat_writer.cc | 414 uint32_t gc_map_offset = method_header->gc_map_offset_; in VisitMethod() local 426 if (gc_map_offset != 0u) { in VisitMethod() 427 gc_map_offset += code_offset; in VisitMethod() 428 DCHECK_LT(gc_map_offset, code_offset); in VisitMethod() 434 gc_map_offset, frame_size_in_bytes, core_spill_mask, in VisitMethod()
|
/art/oatdump/ |
D | oatdump.cc | 845 uint32_t gc_map_offset = oat_method.GetGcMapOffset(); in DumpOatMethod() local 846 *indent2_os << StringPrintf("(offset=0x%08x)\n", gc_map_offset); in DumpOatMethod() 847 if (gc_map_offset > oat_file_.Size()) { in DumpOatMethod() 850 gc_map_offset, oat_file_.Size()); in DumpOatMethod()
|