Searched refs:vmap_table (Results 1 – 7 of 7) sorted by relevance
/art/compiler/ |
D | compiled_method.cc | 109 const ArrayRef<const uint8_t>& vmap_table, in CompiledMethod() argument 117 vmap_table_(driver->GetCompiledMethodStorage()->DeduplicateVMapTable(vmap_table)), in CompiledMethod() 130 const ArrayRef<const uint8_t>& vmap_table, in SwapAllocCompiledMethod() argument 143 vmap_table, in SwapAllocCompiledMethod()
|
D | common_compiler_test.cc | 59 ArrayRef<const uint8_t> vmap_table = compiled_method->GetVmapTable(); in MakeExecutable() local 60 uint32_t vmap_table_offset = vmap_table.empty() ? 0u in MakeExecutable() 61 : sizeof(OatQuickMethodHeader) + vmap_table.size(); in MakeExecutable() 71 const size_t size = vmap_table.size() + sizeof(method_header) + code_size; in MakeExecutable() 75 chunk->insert(chunk->begin(), vmap_table.begin(), vmap_table.end()); in MakeExecutable()
|
D | compiled_method.h | 380 const ArrayRef<const uint8_t>& vmap_table, 394 const ArrayRef<const uint8_t>& vmap_table,
|
/art/runtime/ |
D | oat_file-inl.h | 75 const uint8_t* vmap_table = GetVmapTable(); in GetVmapTableOffset() local 76 return static_cast<uint32_t>(vmap_table != nullptr ? vmap_table - begin_ : 0u); in GetVmapTableOffset()
|
/art/compiler/driver/ |
D | compiled_method_storage_test.cc | 67 ArrayRef<const uint8_t> vmap_table[] = { in TEST() local 94 for (auto&& v : vmap_table) { in TEST()
|
/art/runtime/jit/ |
D | jit_code_cache.cc | 198 const uint8_t* vmap_table, in CommitCode() argument 207 vmap_table, in CommitCode() 219 vmap_table, in CommitCode() 309 const uint8_t* vmap_table, in CommitCodeInternal() argument 339 (vmap_table == nullptr) ? 0 : code_ptr - vmap_table, in CommitCodeInternal()
|
D | jit_code_cache.h | 95 const uint8_t* vmap_table, 205 const uint8_t* vmap_table,
|