Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/compiler/
DDirectiveHandler.cpp62 static const char kDebug[] = "debug"; in handlePragma() local
79 else if (name == kDebug) in handlePragma()
/external/v8/src/
Dvisitors.h25 V(kDebug, "(Debugger)") \
/external/v8/src/inspector/
Dv8-console-message.h27 kDebug, enumerator
Dv8-console-message.cc27 case ConsoleAPIType::kDebug: in consoleAPITypeValue()
222 if (m_type == ConsoleAPIType::kDebug || m_type == ConsoleAPIType::kCount || in reportToFrontend()
407 if (type == ConsoleAPIType::kDebug || type == ConsoleAPIType::kCount || in createForConsoleAPI()
Dv8-console.cc202 .reportCall(ConsoleAPIType::kDebug); in Debug()
/external/v8/src/debug/
Ddebug.cc382 v->VisitRootPointer(Root::kDebug, nullptr, &thread_local_.return_value_); in Iterate()
383 v->VisitRootPointer(Root::kDebug, nullptr, in Iterate()
385 v->VisitRootPointer(Root::kDebug, nullptr, in Iterate()
/external/v8/src/heap/
Dheap.cc4166 v->Synchronize(VisitorSynchronization::kDebug); in IterateStrongRoots()