Home
last modified time | relevance | path

Searched defs:cb (Results 1 – 25 of 25) 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()
61 void RuntimeCallbacks::AddAppInfoCallback(AppInfoCallback* cb) { in AddAppInfoCallback()
66 void RuntimeCallbacks::RemoveAppInfoCallback(AppInfoCallback* cb) { in RemoveAppInfoCallback()
107 void RuntimeCallbacks::AddDebuggerControlCallback(DebuggerControlCallback* cb) { in AddDebuggerControlCallback()
112 void RuntimeCallbacks::RemoveDebuggerControlCallback(DebuggerControlCallback* cb) { in RemoveDebuggerControlCallback()
138 void RuntimeCallbacks::AddMethodInspectionCallback(MethodInspectionCallback* cb) { in AddMethodInspectionCallback()
143 void RuntimeCallbacks::RemoveMethodInspectionCallback(MethodInspectionCallback* cb) { in RemoveMethodInspectionCallback()
157 void RuntimeCallbacks::AddThreadLifecycleCallback(ThreadLifecycleCallback* cb) { in AddThreadLifecycleCallback()
[all …]
Dthread_list.h167 void ForEach(CallBack cb) REQUIRES(Locks::thread_list_lock_) { in ForEach()
Ddebugger.cc301 RuntimeCallbacks* cb = Runtime::Current()->GetRuntimeCallbacks(); in DdmSendThreadNotification() local
709 RuntimeCallbacks* cb = Runtime::Current()->GetRuntimeCallbacks(); in DdmSendHeapSegments() local
Dclass_linker.cc404 ClassLinker::VisiblyInitializedCallback* cb = MarkClassInitialized(self, klass); in ForceClassInitialized() 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.cc99 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.cc98 jvmtiEventCallbacks cb { in SetupJvmti() local
/art/openjdkjvmti/
Dalloc_manager.cc89 auto cb = manager_->callback_; in ObjectAllocated() local
Dti_heap.cc96 const jvmtiHeapCallbacks* cb, in ReportString()
148 const jvmtiHeapCallbacks* cb, in ReportPrimitiveArray()
516 const jvmtiHeapCallbacks* cb, in Report()
547 const jvmtiHeapCallbacks* cb, in ReportPrimitiveField()
686 jvmtiHeapObjectCallback cb, in IterateOverInstancesOfClass()
Devents.cc82 void ArtJvmtiEventCallbacks::CopyExtensionsFrom(const ArtJvmtiEventCallbacks* cb) { in CopyExtensionsFrom()
95 jvmtiError ArtJvmtiEventCallbacks::Set(jint index, jvmtiExtensionEvent cb) { in Set()
/art/runtime/base/
Dgc_visited_arena_pool.h184 void ForEachAllocatedArena(Callback cb) REQUIRES_SHARED(Locks::mutator_lock_, lock_) { in ForEachAllocatedArena()
/art/tools/jvmti-agents/field-null-percent/
Dfieldnull.cc179 jvmtiEventCallbacks cb { in AgentStart() local
/art/test/1940-ddms-ext/
Dddm_ext.cc150 for (auto cb : callbacks) { in Java_art_Test1940_publishListen() local
/art/test/1974-resize-array/
Dresize_array.cc185 jvmtiEventCallbacks cb{ in Java_art_Test1974_StartCollectFrees() local
/art/tools/jvmti-agents/field-counts/
Dfieldcount.cc237 jvmtiEventCallbacks cb{ in AgentStart() local
/art/dt_fd_forward/
Ddt_fd_forward.cc76 FdForwardTransport::FdForwardTransport(jdwpTransportCallback* cb) in FdForwardTransport()
788 jdwpTransportCallback* cb, in jdwpTransport_OnLoad()
/art/tools/jvmti-agents/simple-force-redefine/
Dforceredefine.cc287 jvmtiEventCallbacks cb{ in AgentStart() local
/art/runtime/jit/
Ddebugger_interface.cc667 void ForEachNativeDebugSymbol(std::function<void(const void*, size_t, const char*)> cb) { in ForEachNativeDebugSymbol()
Djit_code_cache.cc1849 void JitCodeCache::VisitAllMethods(const std::function<void(const void*, ArtMethod*)>& cb) { in VisitAllMethods()
/art/test/ti-agent/
Dsuspend_event_helper.cc304 jvmtiEventCallbacks cb; in Java_art_SuspendEvents_setupTest() local
/art/test/ti-stress/
Dstress.cc824 jvmtiEventCallbacks cb; in Agent_OnLoad() local