Home
last modified time | relevance | path

Searched refs:callbacks_ (Results 1 – 15 of 15) sorted by relevance

/art/dex2oat/
Dcommon_compiler_driver_test.cc48 down_cast<QuickCompilerCallbacks*>(callbacks_.get())->SetVerificationResults( in CompileAll()
53 down_cast<QuickCompilerCallbacks*>(callbacks_.get())->SetVerificationResults( in CompileAll()
105 callbacks_.reset(callbacks); in SetUpRuntimeOptions()
Dverifier_deps_test.cc64 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()
Ddex2oat.cc1686 callbacks_.reset(new QuickCompilerCallbacks( in Setup()
1693 if (!PrepareRuntimeOptions(&runtime_options, callbacks_.get())) { in Setup()
1766 callbacks_->SetVerificationResults(verification_results_.get()); in Setup()
1983 callbacks_->SetVerifierDeps(verifier_deps.release()); in Setup()
1987 callbacks_->SetVerifierDeps(new verifier::VerifierDeps(dex_files)); in Setup()
2121 callbacks_->SetDoesClassUnloading(true, driver_.get()); in Compile()
2162 callbacks_->SetDexFiles(&dex_files); in CompileDexFiles()
2186 callbacks_->SetVerificationResults(nullptr); // Should not be needed anymore. in CompileDexFiles()
2308 verifier::VerifierDeps* verifier_deps = callbacks_->GetVerifierDeps(); in WriteOutputFiles()
2999 std::unique_ptr<QuickCompilerCallbacks> callbacks_; member in art::Dex2Oat
/art/runtime/jit/
Dprofile_saver_test.cc33 callbacks_ = nullptr; in SetUpRuntimeOptions()
/art/runtime/
Ddex2oat_environment_test.h117 callbacks_.reset(); in SetUpRuntimeOptions()
Dcommon_runtime_test.cc106 callbacks_.reset(new NoopCompilerCallbacks()); in SetUp()
111 if (callbacks_.get() != nullptr) { in SetUp()
112 options.push_back(std::make_pair("compilercallbacks", callbacks_.get())); in SetUp()
Druntime.cc306 callbacks_.reset(new RuntimeCallbacks()); in Runtime()
419 callbacks_->NextRuntimePhase(RuntimePhaseCallback::RuntimePhase::kDeath); in ~Runtime()
925 callbacks_->NextRuntimePhase(RuntimePhaseCallback::RuntimePhase::kStart); in Start()
957 callbacks_->NextRuntimePhase(RuntimePhaseCallback::RuntimePhase::kInit); in Start()
1451 callbacks_->AddThreadLifecycleCallback(Dbg::GetThreadLifecycleCallback()); in Init()
1782 callbacks_->NextRuntimePhase(RuntimePhaseCallback::RuntimePhase::kInitialAgents); in Init()
2028 callbacks_->SigQuit(); in DumpForSigQuit()
2239 callbacks_->VisitReflectiveTargets(visitor); in VisitReflectiveTargets()
2824 return callbacks_.get(); in GetRuntimeCallbacks()
Dcommon_runtime_test.h197 std::unique_ptr<CompilerCallbacks> callbacks_; variable
Druntime.h1317 std::unique_ptr<RuntimeCallbacks> callbacks_; variable
/art/dex2oat/linker/
Dimage_test.h96 callbacks_.reset(new_callbacks); in SetUpRuntimeOptions()
97 options->push_back(std::make_pair("compilercallbacks", callbacks_.get())); in SetUpRuntimeOptions()
Doat_writer_test.cc97 callbacks_.reset(new QuickCompilerCallbacks(CompilerCallbacks::CallbackMode::kCompileApp)); in SetupCompiler()
98 callbacks_->SetVerificationResults(verification_results_.get()); in SetupCompiler()
99 Runtime::Current()->SetCompilerCallbacks(callbacks_.get()); in SetupCompiler()
312 std::unique_ptr<QuickCompilerCallbacks> callbacks_; member in art::linker::OatTest
/art/openjdkjvmti/
Dti_heap.cc865 callbacks_(callbacks), in FollowReferencesHelper()
1148 jint string_ret = ReportString(obj, env, tag_table_, callbacks_, user_data_); in VisitObject()
1154 stop_reports_ = ReportPrimitiveField::Report(obj, tag_table_, callbacks_, user_data_); in VisitObject()
1186 jint array_ret = ReportPrimitiveArray(array, env, tag_table_, callbacks_, user_data_); in VisitArray()
1277 stop_reports_ = ReportPrimitiveField::Report(klass, tag_table_, callbacks_, user_data_); in VisitClass()
1348 jint result = callbacks_->heap_reference_callback(kind, in ReportReference()
1371 const jvmtiHeapCallbacks* callbacks_; member in openjdkjvmti::FollowReferencesHelper
/art/dex2oat/driver/
Dcompiler_driver_test.cc346 callbacks_->SetDoesClassUnloading(true, compiler_driver_.get()); in TEST_F()
/art/runtime/gc/space/
Dimage_space_test.cc390 callbacks_.reset(); in SetUpRuntimeOptions()
/art/runtime/verifier/
Dreg_type_test.cc1061 callbacks_.reset(); in SetUpRuntimeOptions()