Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiler_driver.h341 DexCacheArraysLayout GetDexCacheArraysLayout(const DexFile* dex_file);
Dcompiler_driver.cc1227 DexCacheArraysLayout CompilerDriver::GetDexCacheArraysLayout(const DexFile* dex_file) { in GetDexCacheArraysLayout() function in art::CompilerDriver
/art/compiler/dex/quick/
Dcodegen_util.cc1070 dex_cache_arrays_layout_(cu->compiler_driver->GetDexCacheArraysLayout(cu->dex_file)), in Mir2Lir()