Searched refs:vmap_table (Results 1 – 5 of 5) sorted by relevance
75 const uint8_t* vmap_table = GetVmapTable(); in GetVmapTableOffset() local76 return static_cast<uint32_t>(vmap_table != nullptr ? vmap_table - begin_ : 0u); in GetVmapTableOffset()
109 const ArrayRef<const uint8_t>& vmap_table, in CompiledMethod() argument117 vmap_table_(driver->GetCompiledMethodStorage()->DeduplicateVMapTable(vmap_table)), in CompiledMethod()130 const ArrayRef<const uint8_t>& vmap_table, in SwapAllocCompiledMethod() argument143 vmap_table, in SwapAllocCompiledMethod()
61 ArrayRef<const uint8_t> vmap_table = compiled_method->GetVmapTable(); in MakeExecutable() local62 const uint32_t vmap_table_offset = vmap_table.empty() ? 0u in MakeExecutable()63 : sizeof(OatQuickMethodHeader) + vmap_table.size(); in MakeExecutable()79 const size_t size = method_info.size() + vmap_table.size() + sizeof(method_header) + code_size; in MakeExecutable()83 chunk->insert(chunk->begin(), vmap_table.begin(), vmap_table.end()); in MakeExecutable()
119 const ArrayRef<const uint8_t>& vmap_table,133 const ArrayRef<const uint8_t>& vmap_table,
60 ArrayRef<const uint8_t> vmap_table[] = { in TEST() local87 for (auto&& v : vmap_table) { in TEST()