Searched refs:callbacks_ (Results 1 – 15 of 15) sorted by relevance
/art/dex2oat/ |
D | common_compiler_driver_test.cc | 48 down_cast<QuickCompilerCallbacks*>(callbacks_.get())->SetVerificationResults( in CompileAll() 51 down_cast<QuickCompilerCallbacks*>(callbacks_.get())->SetVerificationResults( in CompileAll() 103 callbacks_.reset(callbacks); in SetUpRuntimeOptions()
|
D | verifier_deps_test.cc | 68 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()
|
D | dex2oat.cc | 1462 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/ |
D | profile_saver_test.cc | 33 callbacks_ = nullptr; in SetUpRuntimeOptions()
|
/art/runtime/ |
D | common_runtime_test.cc | 79 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()
|
D | dex2oat_environment_test.h | 153 callbacks_.reset(); in SetUpRuntimeOptions()
|
D | runtime.cc | 333 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()
|
D | common_runtime_test.h | 211 std::unique_ptr<CompilerCallbacks> callbacks_; variable
|
D | runtime.h | 1519 std::unique_ptr<RuntimeCallbacks> callbacks_; variable
|
/art/dex2oat/linker/ |
D | oat_writer_test.cc | 97 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
|
D | image_test.h | 107 callbacks_.reset(new_callbacks); in SetUpRuntimeOptions() 108 options->push_back(std::make_pair("compilercallbacks", callbacks_.get())); in SetUpRuntimeOptions()
|
/art/openjdkjvmti/ |
D | ti_heap.cc | 861 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/ |
D | compiler_driver_test.cc | 344 callbacks_->SetDoesClassUnloading(true, compiler_driver_.get()); in TEST_F()
|
/art/runtime/gc/space/ |
D | image_space_test.cc | 333 callbacks_.reset(); in SetUpRuntimeOptions()
|
/art/runtime/verifier/ |
D | reg_type_test.cc | 1103 callbacks_.reset(); in SetUpRuntimeOptions()
|