HomeSort by relevance Sort by last modified time
    Searched refs:VLOG_IS_ON (Results 51 - 65 of 65) sorted by null

1 23

  /art/compiler/dex/
frontend.cc 675 cu.verbose = VLOG_IS_ON(compiler) ||
  /art/runtime/gc/
heap.cc 202 if (VLOG_IS_ON(heap) || VLOG_IS_ON(startup)) {
448 if (VLOG_IS_ON(heap) || VLOG_IS_ON(startup)) {
    [all...]
  /art/runtime/
monitor.cc 304 if (!Runtime::Current()->IsStarted() || VLOG_IS_ON(monitor)) {
    [all...]
thread_list.cc 861 if (VLOG_IS_ON(threads)) {
    [all...]
check_jni.cc 136 if (VLOG_IS_ON(third_party_jni)) {
404 if (has_method_ && (!soa_.Vm()->trace.empty() || VLOG_IS_ON(third_party_jni))) {
    [all...]
class_linker.cc     [all...]
debugger.cc     [all...]
  /external/chromium_org/ui/chromeos/
touch_exploration_controller.cc 20 #define VLOG_EVENT(event) if (VLOG_IS_ON(0)) VlogEvent(event, __func__)
    [all...]
  /external/chromium_org/chrome/browser/sync/glue/
favicon_cache.cc 775 if (VLOG_IS_ON(2)) {
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
heap-checker_unittest.cc 413 if (!VLOG_IS_ON(1)) // not on a verbose setting
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
heap-checker_unittest.cc 413 if (!VLOG_IS_ON(1)) // not on a verbose setting
    [all...]
  /art/compiler/
image_writer.cc 595 if (kIsDebugBuild || VLOG_IS_ON(compiler)) {
    [all...]
  /art/dex2oat/
dex2oat.cc 278 << compiler->GetMemoryUsageString(kIsDebugBuild || VLOG_IS_ON(compiler));
    [all...]
  /art/runtime/jdwp/
jdwp_handler.cc 154 if (VLOG_IS_ON(jdwp)) {
    [all...]
  /art/runtime/verifier/
method_verifier.cc 278 if (VLOG_IS_ON(verifier)) {
    [all...]

Completed in 4211 milliseconds

1 23