Home
last modified time | relevance | path

Searched refs:COPY (Results 1 – 1 of 1) sorted by relevance

/art/runtime/
Druntime_callbacks.cc36 #define COPY(T) \ macro
62 for (DdmCallback* cb : COPY(ddm_callbacks_)) { in DdmPublishChunk()
78 for (DebuggerControlCallback* cb : COPY(debugger_control_callbacks_)) { in IsDebuggerConfigured()
87 for (DebuggerControlCallback* cb : COPY(debugger_control_callbacks_)) { in StartDebugger()
93 for (DebuggerControlCallback* cb : COPY(debugger_control_callbacks_)) { in StopDebugger()
109 for (MethodInspectionCallback* cb : COPY(method_inspection_callbacks_)) { in IsMethodSafeToJit()
120 for (MethodInspectionCallback* cb : COPY(method_inspection_callbacks_)) { in IsMethodBeingInspected()
129 for (MethodInspectionCallback* cb : COPY(method_inspection_callbacks_)) { in MethodNeedsDebugVersion()
143 for (MonitorCallback* cb : COPY(monitor_callbacks_)) { in MonitorContendedLocking()
149 for (MonitorCallback* cb : COPY(monitor_callbacks_)) { in MonitorContendedLocked()
[all …]