Searched refs:callbacks_ (Results 1 – 14 of 14) sorted by relevance
/art/dex2oat/ |
D | common_compiler_driver_test.cc | 48 down_cast<QuickCompilerCallbacks*>(callbacks_.get())->SetVerificationResults( in CompileAll() 53 down_cast<QuickCompilerCallbacks*>(callbacks_.get())->SetVerificationResults( in CompileAll() 105 callbacks_.reset(callbacks); in SetUpRuntimeOptions()
|
D | dex2oat.cc | 1482 callbacks_.reset(new QuickCompilerCallbacks( in Setup() 1488 if (!PrepareRuntimeOptions(&runtime_options, callbacks_.get())) { in Setup() 1632 callbacks_->SetVerificationResults(verification_results_.get()); in Setup() 1812 callbacks_->SetDoesClassUnloading(true, driver_.get()); in Compile() 1818 callbacks_->SetVerifierDeps( in Compile() 1833 callbacks_->SetVerifierDeps(new verifier::VerifierDeps(dex_files)); in Compile() 1852 callbacks_->SetDexFiles(&dex_files); in CompileDexFiles() 1876 callbacks_->SetVerificationResults(nullptr); // Should not be needed anymore. in CompileDexFiles() 2005 verifier::VerifierDeps* verifier_deps = callbacks_->GetVerifierDeps(); in WriteOutputFiles() 2731 std::unique_ptr<QuickCompilerCallbacks> callbacks_; member in art::Dex2Oat
|
D | verifier_deps_test.cc | 64 callbacks_.reset(new VerifierDepsCompilerCallbacks()); in SetUpRuntimeOptions() 95 callbacks_->SetVerifierDeps(verifier_deps); in VerifyWithCompilerDriver() 97 callbacks_->SetVerifierDeps(nullptr); in VerifyWithCompilerDriver() 111 reinterpret_cast<VerifierDepsCompilerCallbacks*>(callbacks_.get()); in SetVerifierDeps() 166 soa.Self()->SetVerifierDeps(callbacks_->GetVerifierDeps()); in VerifyMethod()
|
/art/runtime/ |
D | common_runtime_test.cc | 129 callbacks_.reset(new NoopCompilerCallbacks()); in SetUp() 134 if (callbacks_.get() != nullptr) { in SetUp() 135 options.push_back(std::make_pair("compilercallbacks", callbacks_.get())); in SetUp()
|
D | dex2oat_environment_test.h | 117 callbacks_.reset(); in SetUpRuntimeOptions()
|
D | common_runtime_test.h | 146 std::unique_ptr<CompilerCallbacks> callbacks_; variable
|
D | runtime.cc | 300 callbacks_.reset(new RuntimeCallbacks()); in Runtime() 409 callbacks_->NextRuntimePhase(RuntimePhaseCallback::RuntimePhase::kDeath); in ~Runtime() 882 callbacks_->NextRuntimePhase(RuntimePhaseCallback::RuntimePhase::kStart); in Start() 913 callbacks_->NextRuntimePhase(RuntimePhaseCallback::RuntimePhase::kInit); in Start() 1397 callbacks_->AddThreadLifecycleCallback(Dbg::GetThreadLifecycleCallback()); in Init() 1398 callbacks_->AddClassLoadCallback(Dbg::GetClassLoadCallback()); in Init() 1725 callbacks_->NextRuntimePhase(RuntimePhaseCallback::RuntimePhase::kInitialAgents); in Init() 1950 callbacks_->SigQuit(); in DumpForSigQuit() 2733 return callbacks_.get(); in GetRuntimeCallbacks()
|
D | runtime.h | 1200 std::unique_ptr<RuntimeCallbacks> callbacks_; variable
|
/art/openjdkjvmti/ |
D | ti_heap.cc | 839 callbacks_(callbacks), in FollowReferencesHelper() 1120 jint string_ret = ReportString(obj, env, tag_table_, callbacks_, user_data_); in VisitObject() 1126 stop_reports_ = ReportPrimitiveField::Report(obj, tag_table_, callbacks_, user_data_); in VisitObject() 1160 jint array_ret = ReportPrimitiveArray(array, env, tag_table_, callbacks_, user_data_); in VisitArray() 1251 stop_reports_ = ReportPrimitiveField::Report(klass, tag_table_, callbacks_, user_data_); in VisitClass() 1322 jint result = callbacks_->heap_reference_callback(kind, in ReportReference() 1345 const jvmtiHeapCallbacks* callbacks_; member in openjdkjvmti::FollowReferencesHelper
|
/art/dex2oat/linker/ |
D | oat_writer_test.cc | 96 callbacks_.reset(new QuickCompilerCallbacks(CompilerCallbacks::CallbackMode::kCompileApp)); in SetupCompiler() 97 callbacks_->SetVerificationResults(verification_results_.get()); in SetupCompiler() 98 Runtime::Current()->SetCompilerCallbacks(callbacks_.get()); in SetupCompiler() 267 std::unique_ptr<QuickCompilerCallbacks> callbacks_; member in art::linker::OatTest
|
D | image_test.h | 97 callbacks_.reset(new_callbacks); in SetUpRuntimeOptions() 98 options->push_back(std::make_pair("compilercallbacks", callbacks_.get())); in SetUpRuntimeOptions()
|
/art/runtime/gc/space/ |
D | image_space_test.cc | 126 callbacks_.reset(); in SetUpRuntimeOptions()
|
/art/dex2oat/driver/ |
D | compiler_driver_test.cc | 346 callbacks_->SetDoesClassUnloading(true, compiler_driver_.get()); in TEST_F()
|
/art/runtime/verifier/ |
D | reg_type_test.cc | 1049 callbacks_.reset(); in SetUpRuntimeOptions()
|