Searched defs:is_in_dex_cache (Results 1 - 3 of 3) sorted by relevance

/art/compiler/optimizing/
H A Dsharpening.cc163 bool is_in_dex_cache = false; local
185 is_in_dex_cache = true;
194 is_in_dex_cache = (string != nullptr);
227 if (is_in_dex_cache) {
H A Dinstruction_builder.cc2613 bool is_in_dex_cache = local
2622 is_in_dex_cache));
H A Dnodes.h5343 bool is_in_dex_cache)
5354 SetPackedFlag<kFlagIsInDexCache>(is_in_dex_cache);
5337 HLoadClass(HCurrentMethod* current_method, uint16_t type_index, const DexFile& dex_file, bool is_referrers_class, uint32_t dex_pc, bool needs_access_check, bool is_in_dex_cache) argument

Completed in 156 milliseconds