Lines Matching refs:IsCompiler
91 if (!Runtime::Current()->IsCompiler()) { // Give info if this occurs at runtime.
205 CHECK(Runtime::Current()->IsCompiler());
696 !Runtime::Current()->IsCompiler()));
827 !Runtime::Current()->IsCompiler());
987 oat_file = OatFile::Open(oat_location, oat_location, NULL, !Runtime::Current()->IsCompiler());
2405 (klass->IsCompileTimeVerified() && Runtime::Current()->IsCompiler())) {
2421 CHECK(!Runtime::Current()->IsCompiler());
2469 Runtime::Current()->IsCompiler(),
2497 if (Runtime::Current()->IsCompiler()) {
2528 if (Runtime::Current()->IsCompiler()) {
2544 if (Runtime::Current()->IsCompiler() && (oat_file == NULL)) {
2976 CHECK(Runtime::Current()->IsCompiler());
3115 if (klass->GetStatus() == mirror::Class::kStatusVerified && Runtime::Current()->IsCompiler()) {