Home | History | Annotate | Download | only in runtime

Lines Matching refs:dex2oat

547   dex2oat_string += (kIsDebugBuild ? "/bin/dex2oatd" : "/bin/dex2oat");
548 const char* dex2oat = dex2oat_string.c_str();
591 // fork and exec dex2oat
600 VLOG(class_linker) << dex2oat
614 execl(dex2oat, dex2oat,
629 PLOG(FATAL) << "execl(" << dex2oat << ") failed";
632 // wait for dex2oat to finish
640 LOG(ERROR) << dex2oat << " failed with dex-file=" << dex_filename;
2612 // similar to DexVerifier::ScanTryCatchBlocks and dex2oat's ResolveExceptionsForMethod.