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()
51 down_cast<QuickCompilerCallbacks*>(callbacks_.get())->SetVerificationResults( in CompileAll()
103 callbacks_.reset(callbacks); in SetUpRuntimeOptions()
Dverifier_deps_test.cc68 callbacks_.reset(new VerifierDepsCompilerCallbacks()); in SetUpRuntimeOptions()
99 callbacks_->SetVerifierDeps(verifier_deps); in VerifyWithCompilerDriver()
101 callbacks_->SetVerifierDeps(nullptr); in VerifyWithCompilerDriver()
107 reinterpret_cast<VerifierDepsCompilerCallbacks*>(callbacks_.get()); in SetVerifierDeps()
161 callbacks_->GetVerifierDeps(), in VerifyMethod()
Ddex2oat.cc1462 callbacks_.reset(new QuickCompilerCallbacks( in Setup()
1469 if (!PrepareRuntimeOptions(&runtime_options, callbacks_.get())) { in Setup()
1536 callbacks_->SetVerificationResults(verification_results_.get()); in Setup()
1743 callbacks_->SetVerifierDeps(verifier_deps.release()); in Setup()
1747 callbacks_->SetVerifierDeps(new verifier::VerifierDeps(dex_files)); in Setup()
1918 callbacks_->SetDoesClassUnloading(true, driver_.get()); in Compile()
1947 callbacks_->SetDexFiles(&dex_files); in CompileDexFiles()
1988 callbacks_->SetVerificationResults(nullptr); // Should not be needed anymore. in CompileDexFiles()
2105 verifier::VerifierDeps* verifier_deps = callbacks_->GetVerifierDeps(); in WriteOutputFiles()
2897 std::unique_ptr<QuickCompilerCallbacks> callbacks_; member in art::Dex2Oat
/art/runtime/jit/
Dprofile_saver_test.cc33 callbacks_ = nullptr; in SetUpRuntimeOptions()
/art/runtime/
Dcommon_runtime_test.cc79 callbacks_(), in CommonRuntimeTestImpl()
115 callbacks_.reset(new NoopCompilerCallbacks()); in SetUp()
120 if (callbacks_.get() != nullptr) { in SetUp()
121 options.push_back(std::make_pair("compilercallbacks", callbacks_.get())); in SetUp()
Ddex2oat_environment_test.h153 callbacks_.reset(); in SetUpRuntimeOptions()
Druntime.cc333 callbacks_.reset(new RuntimeCallbacks()); in Runtime()
459 callbacks_->NextRuntimePhase(RuntimePhaseCallback::RuntimePhase::kDeath); in ~Runtime()
1112 callbacks_->NextRuntimePhase(RuntimePhaseCallback::RuntimePhase::kStart); in Start()
1138 callbacks_->NextRuntimePhase(RuntimePhaseCallback::RuntimePhase::kInit); in Start()
1835 callbacks_->AddThreadLifecycleCallback(Dbg::GetThreadLifecycleCallback()); in Init()
2197 callbacks_->NextRuntimePhase(RuntimePhaseCallback::RuntimePhase::kInitialAgents); in Init()
2478 callbacks_->SigQuit(); in DumpForSigQuit()
2695 callbacks_->VisitReflectiveTargets(visitor); in VisitReflectiveTargets()
3183 return callbacks_.get(); in GetRuntimeCallbacks()
Dcommon_runtime_test.h211 std::unique_ptr<CompilerCallbacks> callbacks_; variable
Druntime.h1519 std::unique_ptr<RuntimeCallbacks> callbacks_; variable
/art/dex2oat/linker/
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()
304 std::unique_ptr<QuickCompilerCallbacks> callbacks_; member in art::linker::OatTest
Dimage_test.h107 callbacks_.reset(new_callbacks); in SetUpRuntimeOptions()
108 options->push_back(std::make_pair("compilercallbacks", callbacks_.get())); in SetUpRuntimeOptions()
/art/openjdkjvmti/
Dti_heap.cc861 callbacks_(callbacks), in FollowReferencesHelper()
1153 jint string_ret = ReportString(obj, env, tag_table_, callbacks_, user_data_); in VisitObject()
1159 stop_reports_ = ReportPrimitiveField::Report(obj, tag_table_, callbacks_, user_data_); in VisitObject()
1191 jint array_ret = ReportPrimitiveArray(array, env, tag_table_, callbacks_, user_data_); in VisitArray()
1282 stop_reports_ = ReportPrimitiveField::Report(klass, tag_table_, callbacks_, user_data_); in VisitClass()
1353 jint result = callbacks_->heap_reference_callback(kind, in ReportReference()
1376 const jvmtiHeapCallbacks* callbacks_; member in openjdkjvmti::FollowReferencesHelper
/art/dex2oat/driver/
Dcompiler_driver_test.cc344 callbacks_->SetDoesClassUnloading(true, compiler_driver_.get()); in TEST_F()
/art/runtime/gc/space/
Dimage_space_test.cc333 callbacks_.reset(); in SetUpRuntimeOptions()
/art/runtime/verifier/
Dreg_type_test.cc1103 callbacks_.reset(); in SetUpRuntimeOptions()