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

/art/compiler/dex/
H A Dverification_results.cc51 bool compile = IsCandidateForCompilation(ref, method_verifier->GetAccessFlags()); local
52 const VerifiedMethod* verified_method = VerifiedMethod::Create(method_verifier, compile);
113 // Don't compile class initializers unless kEverything.
H A Dverified_method.cc41 bool compile) {
45 if (compile) {
40 Create(verifier::MethodVerifier* method_verifier, bool compile) argument
/art/compiler/driver/
H A Dcompiler_driver.cc82 // Whether classes-to-compile and methods-to-compile are only applied to the boot image, or, when
231 // Indicate that a method of the given type was resolved at compile time.
238 // Indicate that a method of the given type was unresolved at compile time as it was in an
1183 // isn't created at compile time. TODO: implement this
1398 // never be updated even after we compile the method.
1907 * At compile time, we can still structurally verify the class even if FindClass fails.
2278 bool compile = compilation_enabled && local
2283 // Is eligable for compilation by methods-to-compile filter.
2285 if (compile) {
2475 bool compile = data.GetTopKUsedPercentage() - data.GetUsedPercent() local
[all...]

Completed in 70 milliseconds