Home
last modified time | relevance | path

Searched refs:callbacks (Results 26 – 38 of 38) sorted by relevance

12

/art/runtime/verifier/
Dmethod_verifier.h260 CompilerCallbacks* callbacks,
282 CompilerCallbacks* callbacks,
Dmethod_verifier.cc5110 CompilerCallbacks* callbacks, in VerifyMethod() argument
5130 callbacks, in VerifyMethod()
5150 callbacks, in VerifyMethod()
5186 CompilerCallbacks* callbacks, in VerifyMethod() argument
5221 if (code_item != nullptr && callbacks != nullptr) { in VerifyMethod()
5223 callbacks->MethodVerified(&verifier); in VerifyMethod()
5249 if (aot_mode && (callbacks != nullptr) && !callbacks->IsBootImage()) { in VerifyMethod()
5309 if (callbacks != nullptr) { in VerifyMethod()
5312 callbacks->ClassRejected(ref); in VerifyMethod()
Dverifier_deps.cc187 CompilerCallbacks* callbacks = Runtime::Current()->GetCompilerCallbacks(); in GetMainVerifierDeps() local
188 if (callbacks == nullptr) { in GetMainVerifierDeps()
191 return callbacks->GetVerifierDeps(); in GetMainVerifierDeps()
/art/cmdline/
Dcmdline.h98 static NoopCompilerCallbacks callbacks; in StartRuntime() local
99 options.push_back(std::make_pair("compilercallbacks", &callbacks)); in StartRuntime()
/art/dexoptanalyzer/
Ddexoptanalyzer.cc273 NoopCompilerCallbacks callbacks; in CreateRuntime() local
274 options.push_back(std::make_pair("compilercallbacks", &callbacks)); in CreateRuntime()
/art/test/115-native-bridge/
Dexpected.txt6 Test ART callbacks: all JNI function number is 12.
/art/openjdkjvmti/include/
Djvmti.h1602 const jvmtiHeapCallbacks* callbacks,
1609 const jvmtiHeapCallbacks* callbacks,
1631 const jvmtiEventCallbacks* callbacks,
1974 const jvmtiHeapCallbacks* callbacks, in FollowReferences()
1976 …return functions->FollowReferences(this, heap_filter, klass, initial_object, callbacks, user_data); in FollowReferences()
1981 const jvmtiHeapCallbacks* callbacks, in IterateThroughHeap()
1983 return functions->IterateThroughHeap(this, heap_filter, klass, callbacks, user_data); in IterateThroughHeap()
2392 jvmtiError SetEventCallbacks(const jvmtiEventCallbacks* callbacks, in SetEventCallbacks()
2394 return functions->SetEventCallbacks(this, callbacks, size_of_callbacks); in SetEventCallbacks()
/art/openjdkjvmti/
DOpenjdkJvmTi.cc389 const jvmtiHeapCallbacks* callbacks, in FollowReferences() argument
398 callbacks, in FollowReferences()
405 const jvmtiHeapCallbacks* callbacks, in IterateThroughHeap() argument
410 return heap_util.IterateThroughHeap(env, heap_filter, klass, callbacks, user_data); in IterateThroughHeap()
997 const jvmtiEventCallbacks* callbacks, in SetEventCallbacks() argument
1004 if (callbacks == nullptr) { in SetEventCallbacks()
1020 memcpy(tmp.get(), callbacks, copy_size); in SetEventCallbacks()
Dti_method.cc119 art::RuntimeCallbacks* callbacks = art::Runtime::Current()->GetRuntimeCallbacks(); in Register() local
120 callbacks->AddMethodCallback(&gMethodCallback); in Register()
127 art::RuntimeCallbacks* callbacks = art::Runtime::Current()->GetRuntimeCallbacks(); in Unregister() local
128 callbacks->RemoveMethodCallback(&gMethodCallback); in Unregister()
/art/runtime/
Druntime.h165 void SetCompilerCallbacks(CompilerCallbacks* callbacks) { in SetCompilerCallbacks() argument
166 CHECK(callbacks != nullptr); in SetCompilerCallbacks()
167 compiler_callbacks_ = callbacks; in SetCompilerCallbacks()
Dclass_linker.cc4938 CompilerCallbacks* callbacks = Runtime::Current()->GetCompilerCallbacks(); in VerifyClassUsingOatFile() local
4940 if (!callbacks->CanUseOatStatusForVerification(klass.Ptr())) { in VerifyClassUsingOatFile()
/art/dex2oat/
Dverifier_deps_test.cc110 VerifierDepsCompilerCallbacks* callbacks = in SetVerifierDeps() local
112 callbacks->SetVerifierDeps(verifier_deps_.get()); in SetVerifierDeps()
Ddex2oat.cc2777 QuickCompilerCallbacks* callbacks) { in PrepareRuntimeOptions() argument
2795 raw_options.push_back(std::make_pair("compilercallbacks", callbacks)); in PrepareRuntimeOptions()

12