Home
last modified time | relevance | path

Searched defs:cb (Results 1 – 17 of 17) sorted by relevance

/art/runtime/
Druntime_callbacks.cc44 static inline void Remove(T* cb, std::vector<T*>* data) { in Remove()
51 void RuntimeCallbacks::AddDdmCallback(DdmCallback* cb) { in AddDdmCallback()
56 void RuntimeCallbacks::RemoveDdmCallback(DdmCallback* cb) { in RemoveDdmCallback()
67 void RuntimeCallbacks::AddDebuggerControlCallback(DebuggerControlCallback* cb) { in AddDebuggerControlCallback()
72 void RuntimeCallbacks::RemoveDebuggerControlCallback(DebuggerControlCallback* cb) { in RemoveDebuggerControlCallback()
98 void RuntimeCallbacks::AddMethodInspectionCallback(MethodInspectionCallback* cb) { in AddMethodInspectionCallback()
103 void RuntimeCallbacks::RemoveMethodInspectionCallback(MethodInspectionCallback* cb) { in RemoveMethodInspectionCallback()
137 void RuntimeCallbacks::AddThreadLifecycleCallback(ThreadLifecycleCallback* cb) { in AddThreadLifecycleCallback()
166 void RuntimeCallbacks::AddMonitorCallback(MonitorCallback* cb) { in AddMonitorCallback()
171 void RuntimeCallbacks::RemoveMonitorCallback(MonitorCallback* cb) { in RemoveMonitorCallback()
[all …]
Ddebugger.cc4363 RuntimeCallbacks* cb = Runtime::Current()->GetRuntimeCallbacks(); in DdmSendThreadNotification() local
4776 RuntimeCallbacks* cb = Runtime::Current()->GetRuntimeCallbacks(); in DdmSendHeapSegments() local
/art/test/983-source-transform-verify/
Dsource_transform.cc69 jvmtiEventCallbacks cb; in Java_art_Test983_setupLoadHook() local
/art/test/1962-multi-thread-events/
Dmulti_thread_events.cc66 jvmtiEventCallbacks cb{ in Java_art_Test1962_setupTest() local
/art/test/1959-redefine-object-instrument/
Dfake_redef_object.cc107 jvmtiEventCallbacks cb {.ClassFileLoadHook = RedefineObjectHook }; in Java_Main_forceRedefine() local
/art/test/980-redefine-object/
Dredef_object.cc116 jvmtiEventCallbacks cb {.ClassFileLoadHook = RedefineObjectHook }; in Java_Main_addMemoryTrackingCall() local
/art/tools/jvmti-agents/dump-jvmti-state/
Ddump-jvmti.cc97 jvmtiEventCallbacks cb{ in AgentStart() local
/art/test/986-native-method-bind/
Dnative_bind.cc99 jvmtiEventCallbacks cb; in Java_art_Test986_setupNativeBindNotify() local
/art/tools/jvmti-agents/jit-load/
Djitload.cc100 jvmtiEventCallbacks cb { in SetupJvmti() local
/art/openjdkjvmti/
Dti_heap.cc66 const jvmtiHeapCallbacks* cb, in ReportString()
118 const jvmtiHeapCallbacks* cb, in ReportPrimitiveArray()
489 const jvmtiHeapCallbacks* cb, in Report()
520 const jvmtiHeapCallbacks* cb, in ReportPrimitiveField()
659 jvmtiHeapObjectCallback cb, in IterateOverInstancesOfClass()
Devents.cc67 void ArtJvmtiEventCallbacks::CopyExtensionsFrom(const ArtJvmtiEventCallbacks* cb) { in CopyExtensionsFrom()
80 jvmtiError ArtJvmtiEventCallbacks::Set(jint index, jvmtiExtensionEvent cb) { in Set()
/art/tools/jvmti-agents/field-null-percent/
Dfieldnull.cc179 jvmtiEventCallbacks cb { in AgentStart() local
/art/dt_fd_forward/
Ddt_fd_forward.cc74 FdForwardTransport::FdForwardTransport(jdwpTransportCallback* cb) in FdForwardTransport()
770 jdwpTransportCallback* cb, in jdwpTransport_OnLoad()
/art/tools/jvmti-agents/simple-force-redefine/
Dforceredefine.cc289 jvmtiEventCallbacks cb{ in AgentStart() local
/art/runtime/jit/
Djit.cc253 RuntimeCallbacks* cb = Runtime::Current()->GetRuntimeCallbacks(); in CompileMethod() local
/art/test/1953-pop-frame/
Dpop_frame.cc317 jvmtiEventCallbacks cb; in Java_art_Test1953_setupTest() local
/art/test/ti-stress/
Dstress.cc825 jvmtiEventCallbacks cb; in Agent_OnLoad() local