Searched refs:vmap_table (Results 1 – 5 of 5) sorted by relevance
104 const ArrayRef<const uint8_t>& vmap_table, in CompiledMethod() argument108 vmap_table_(storage->DeduplicateVMapTable(vmap_table)), in CompiledMethod()117 const ArrayRef<const uint8_t>& vmap_table, in SwapAllocCompiledMethod() argument126 vmap_table, in SwapAllocCompiledMethod()
56 ArrayRef<const uint8_t> vmap_table = compiled_method->GetVmapTable(); in MakeExecutable() local57 const uint32_t vmap_table_offset = vmap_table.empty() ? 0u in MakeExecutable()58 : sizeof(OatQuickMethodHeader) + vmap_table.size(); in MakeExecutable()64 const size_t size = vmap_table.size() + sizeof(method_header) + code_size; in MakeExecutable()69 chunk->insert(chunk->begin(), vmap_table.begin(), vmap_table.end()); in MakeExecutable()
114 const ArrayRef<const uint8_t>& vmap_table,124 const ArrayRef<const uint8_t>& vmap_table,
77 const uint8_t* vmap_table = GetVmapTable(); in GetVmapTableOffset() local78 return static_cast<uint32_t>(vmap_table != nullptr ? vmap_table - begin_ : 0u); in GetVmapTableOffset()
38 ArrayRef<const uint8_t> vmap_table[] = { in TEST() local64 for (auto&& v : vmap_table) { in TEST()