Home
last modified time | relevance | path

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

/art/compiler/jit/
Djit_compiler.cc264 uint8_t* const gc_map_ptr = code_cache->AddDataArray( in AddToCodeCache() local
266 if (gc_map_ptr == nullptr) { in AddToCodeCache()
277 vmap_table_ptr, gc_map_ptr); in AddToCodeCache()
285 DCHECK_EQ(out_method->GetGcMap(), gc_map_ptr); in AddToCodeCache()