Home
last modified time | relevance | path

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

/art/runtime/
Doat_file.cc264 uint8_t* dex_cache_arrays = bss_begin_; in Setup() local
438 if (dex_cache_arrays != nullptr) { in Setup()
441 if (static_cast<size_t>(bss_end_ - dex_cache_arrays) < layout.Size()) { in Setup()
447 static_cast<size_t>(bss_end_ - dex_cache_arrays), in Setup()
451 current_dex_cache_arrays = dex_cache_arrays; in Setup()
452 dex_cache_arrays += layout.Size(); in Setup()
478 if (dex_cache_arrays != bss_end_) { in Setup()
483 static_cast<size_t>(bss_end_ - dex_cache_arrays)); in Setup()
1152 uint8_t* dex_cache_arrays) in OatDexFile() argument
1160 dex_cache_arrays_(dex_cache_arrays) {} in OatDexFile()
Doat_file.h390 uint8_t* dex_cache_arrays);