Lines Matching refs:compiler

37 #include "compiler.h"
476 VLOG(compiler) << "Before precompile " << GetMemoryUsageString(false);
546 // GetQuickGenericJniStub allowing down calls that aren't compiled using a JNI compiler?
629 // NOTE: if compiler declines to compile this method, it will return null.
702 // Can we run DEX-to-DEX compiler on this class ?
894 VLOG(compiler) << "LoadImageClasses: " << GetMemoryUsageString(false);
905 VLOG(compiler) << "Resolve: " << GetMemoryUsageString(false);
909 VLOG(compiler) << "Verify none mode specified, skipping verification.";
920 VLOG(compiler) << "Resolve const-strings: " << GetMemoryUsageString(false);
924 VLOG(compiler) << "Verify: " << GetMemoryUsageString(false);
932 VLOG(compiler) << "InitializeClasses: " << GetMemoryUsageString(false);
935 VLOG(compiler) << "UpdateImageClasses: " << GetMemoryUsageString(false);
1093 VLOG(compiler) << "Failed to find class " << descriptor;
1159 VLOG(compiler) << "Adding " << descriptor << " to image classes";
1730 VLOG(compiler) << "Dex cache devirtualization failed for: " << PrettyMethod(method);
1767 VLOG(compiler) << "Dex cache devirtualization failed for: " << PrettyMethod(method);
1862 CompilerDriver* compiler,
1869 compiler_(compiler),
2050 // definitions. While the compiler will resolve what it can as it
2164 VLOG(compiler) << "Exception during type resolution: " << exception->Dump();
2264 * will be rejected by the verifier and later skipped during compilation in the compiler.
2288 // ClassLinker::VerifyClass throws, which isn't useful in the compiler.
2435 VLOG(compiler) << "Initializing: " << descriptor;
2458 VLOG(compiler) << "Initialization of " << descriptor << " aborted because of "
2616 VLOG(compiler) << "Compile: " << GetMemoryUsageString(false);
2664 // Can we run DEX-to-DEX compiler on this class ?