Searched refs:IsStringTypeIndex (Results 1 – 4 of 4) sorted by relevance
469 bool IsStringTypeIndex(uint16_t type_index, const DexFile* dex_file);
2518 bool CompilerDriver::IsStringTypeIndex(uint16_t type_index, const DexFile* dex_file) { in IsStringTypeIndex() function in art::CompilerDriver
2012 if (compiler_driver_->IsStringTypeIndex(type_index, dex_file_)) { in AnalyzeDexInstruction()
1669 if (cu_->compiler_driver->IsStringTypeIndex(type_idx, cu_->dex_file)) { in StringChange()