Lines Matching refs:DebugCallbackContext
1318 struct DebugCallbackContext {
1323 DebugCallbackContext* pContext = reinterpret_cast<DebugCallbackContext*>(context);
1349 DebugCallbackContext context;
1354 DebugCallbackContext::Callback, NULL, &context);
1360 struct DebugCallbackContext {
1366 DebugCallbackContext* pContext = reinterpret_cast<DebugCallbackContext*>(context);
1397 DebugCallbackContext context;
1403 DebugCallbackContext::Callback, &context);
2506 struct DebugCallbackContext {
2507 DebugCallbackContext() EXCLUSIVE_LOCKS_REQUIRED(Locks::breakpoint_lock_) {
2516 DebugCallbackContext* context = reinterpret_cast<DebugCallbackContext*>(raw_context);
2537 ~DebugCallbackContext() NO_THREAD_SAFETY_ANALYSIS {
2556 DebugCallbackContext context;
2559 DebugCallbackContext::Callback, NULL, &context);