Home
last modified time | relevance | path

Searched refs:kDebug (Results 1 – 8 of 8) 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/angle/src/compiler/translator/
DDirectiveHandler.cpp85 const char kDebug[] = "debug"; in handlePragma() local
100 else if (name == kDebug) in handlePragma()
/external/v8/src/objects/
Dvisitors.h28 V(kDebug, "(Debugger)") \
/external/v8/src/inspector/
Dv8-console-message.h29 kDebug, enumerator
Dv8-console-message.cc28 case ConsoleAPIType::kDebug: in consoleAPITypeValue()
223 if (m_type == ConsoleAPIType::kDebug || m_type == ConsoleAPIType::kCount || in reportToFrontend()
437 if (type == ConsoleAPIType::kDebug || type == ConsoleAPIType::kCount || in createForConsoleAPI()
Dv8-console.cc204 .reportCall(ConsoleAPIType::kDebug); in Debug()
/external/v8/src/debug/
Ddebug.cc397 v->VisitRootPointer(Root::kDebug, nullptr, in Iterate()
399 v->VisitRootPointer(Root::kDebug, nullptr, in Iterate()
402 Root::kDebug, nullptr, in Iterate()
/external/v8/src/heap/
Dheap.cc4355 v->Synchronize(VisitorSynchronization::kDebug); in IterateRoots()