Searched refs:dex_cache_length (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Dclass_linker.cc3384 const size_t dex_cache_length = dex_cache_location.length(); local
3385 CHECK_GT(dex_cache_length, 0u) << dex_file.GetLocation();
3387 CHECK_GE(dex_file_location.length(), dex_cache_length)
3391 dex_file_location.length() - dex_cache_length,
3392 dex_cache_length);

Completed in 23 milliseconds