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()
104 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()
168 callbacks_->GetVerifierDeps(), in VerifyMethod()
Ddex2oat.cc1424 callbacks_.reset(new QuickCompilerCallbacks( in Setup()
1431 if (!PrepareRuntimeOptions(&runtime_options, callbacks_.get())) { in Setup()
1508 callbacks_->SetVerificationResults(verification_results_.get()); in Setup()
1735 callbacks_->SetVerifierDeps(verifier_deps.release()); in Setup()
1739 callbacks_->SetVerifierDeps(new verifier::VerifierDeps(dex_files)); in Setup()
1912 callbacks_->SetDoesClassUnloading(true, driver_.get()); in Compile()
1941 callbacks_->SetDexFiles(&dex_files); in CompileDexFiles()
1980 callbacks_->SetVerificationResults(nullptr); // Should not be needed anymore. in CompileDexFiles()
2098 verifier::VerifierDeps* verifier_deps = callbacks_->GetVerifierDeps(); in WriteOutputFiles()
2886 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.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()
Ddex2oat_environment_test.h121 callbacks_.reset(); in SetUpRuntimeOptions()
Druntime.cc318 callbacks_.reset(new RuntimeCallbacks()); in Runtime()
431 callbacks_->NextRuntimePhase(RuntimePhaseCallback::RuntimePhase::kDeath); in ~Runtime()
946 callbacks_->NextRuntimePhase(RuntimePhaseCallback::RuntimePhase::kStart); in Start()
978 callbacks_->NextRuntimePhase(RuntimePhaseCallback::RuntimePhase::kInit); in Start()
1636 callbacks_->AddThreadLifecycleCallback(Dbg::GetThreadLifecycleCallback()); in Init()
1982 callbacks_->NextRuntimePhase(RuntimePhaseCallback::RuntimePhase::kInitialAgents); in Init()
2244 callbacks_->SigQuit(); in DumpForSigQuit()
2455 callbacks_->VisitReflectiveTargets(visitor); in VisitReflectiveTargets()
3055 return callbacks_.get(); in GetRuntimeCallbacks()
Dcommon_runtime_test.h205 std::unique_ptr<CompilerCallbacks> callbacks_; variable
Druntime.h1413 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()
305 std::unique_ptr<QuickCompilerCallbacks> callbacks_; member in art::linker::OatTest
Dimage_test.h96 callbacks_.reset(new_callbacks); in SetUpRuntimeOptions()
97 options->push_back(std::make_pair("compilercallbacks", callbacks_.get())); in SetUpRuntimeOptions()
/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.cc344 callbacks_->SetDoesClassUnloading(true, compiler_driver_.get()); in TEST_F()
/art/runtime/gc/space/
Dimage_space_test.cc384 callbacks_.reset(); in SetUpRuntimeOptions()
/art/runtime/verifier/
Dreg_type_test.cc1061 callbacks_.reset(); in SetUpRuntimeOptions()