Home | History | Annotate | Download | only in driver

Lines Matching defs:GetCompiler

1473   CompilerDriver* GetCompiler() const {
1697 manager->GetCompiler()->AddRequiresConstructorBarrier(self, &dex_file, class_def_index);
1846 manager->GetCompiler()->RecordClassStatus(ref, klass->GetStatus());
1904 bool can_init_static_fields = manager->GetCompiler()->IsImage() &&
1905 manager->GetCompiler()->IsImageClass(descriptor) &&
1944 manager->GetCompiler()->RecordClassStatus(ref, klass->GetStatus());
2015 if (manager->GetCompiler()->verification_results_->IsClassRejected(ref)) {
2042 CompilerDriver* driver = manager->GetCompiler();