HomeSort by relevance Sort by last modified time
    Searched defs:gc_map_offset (Results 1 - 4 of 4) sorted by null

  /art/runtime/
exception_test.cc 80 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];
  /art/compiler/
common_compiler_test.cc 70 uint32_t gc_map_offset = !gc_map_used ? 0u local
72 OatQuickMethodHeader method_header(mapping_table_offset, vmap_table_offset, gc_map_offset,
oat_writer.cc 414 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,
    [all...]
  /art/oatdump/
oatdump.cc 845 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());
    [all...]

Completed in 133 milliseconds