Searched defs:compile (Results 1 - 3 of 3) sorted by path

/art/compiler/dex/
H A Dverification_results.cc52 bool compile = IsCandidateForCompilation(ref, method_verifier->GetAccessFlags()); local
54 if (!compile && !method_verifier->HasCheckCasts()) {
58 const VerifiedMethod* verified_method = VerifiedMethod::Create(method_verifier, compile);
122 // Don't compile class initializers, ever.
H A Dverified_method.cc47 bool compile) {
49 if (compile) {
46 Create(verifier::MethodVerifier* method_verifier, bool compile) argument
/art/compiler/driver/
H A Dcompiler_driver.cc216 // Indicate that a method of the given type was resolved at compile time.
223 // Indicate that a method of the given type was unresolved at compile time as it was in an
989 // isn't created at compile time. TODO: implement this
1035 // isn't created at compile time. TODO: implement this
1783 * At compile time, we can still structurally verify the class even if FindClass fails.
2115 bool compile = compilation_enabled && local
2120 if (compile) {
2121 // NOTE: if compiler declines to compile this method, it will return nullptr.
2285 bool compile = data.GetTopKUsedPercentage() - data.GetUsedPercent() local
2288 if (compile) {
[all...]

Completed in 49 milliseconds