Home
last modified time | relevance | path

Searched refs:vmap_table_offset (Results 1 – 2 of 2) sorted by relevance

/art/compiler/
Dcommon_compiler_test.cc57 const uint32_t vmap_table_offset = vmap_table.empty() ? 0u in CodeAndMetadata() local
59 OatQuickMethodHeader method_header(vmap_table_offset); in CodeAndMetadata()
86 CHECK_LE(vmap_table_offset, code_offset); in CodeAndMetadata()
87 memcpy(code_addr - vmap_table_offset, vmap_table.data(), vmap_table.size()); in CodeAndMetadata()
/art/oatdump/
Doatdump.cc1236 uint32_t vmap_table_offset = in DumpOatMethod() local
1238 vios->Stream() << StringPrintf("(offset=0x%08x)\n", vmap_table_offset); in DumpOatMethod()
1241 if (vmap_table_offset >= vmap_table_offset_limit) { in DumpOatMethod()
1244 vmap_table_offset, in DumpOatMethod()