Home | History | Annotate | Download | only in runtime

Lines Matching refs:isa_

95     : isa_(isa),
121 if (DexLocationToOdexFilename(dex_location_, isa_, &odex_file_name, &error_msg)) {
130 if (DexLocationToOatFilename(dex_location_, isa_, &oat_file_name, &error_msg)) {
199 std::string lock_file_name = dex_location_ + "." + GetInstructionSetString(isa_) + ".flock";
731 if (!PrepareOdexDirectories(dex_location_, oat_file_name, isa_, error_msg)) {
954 cached_image_info_ = ImageInfo::GetRuntimeImageInfo(isa_, &error_msg);
1221 if (!context->OpenDexFiles(oat_file_assistant_->isa_, classpath_dir)) {