Home
last modified time | relevance | path

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

/art/libartbase/base/
Dsystrace.h97 #define SCOPED_TRACE \ macro
/art/runtime/
Dsubtype_check_test.cc621 SCOPED_TRACE(transition_details); in EnsureStateChangedTestRecursiveGeneric()
954 SCOPED_TRACE("class A"); in EnsureSubtypeOfCorrect()
955 SCOPED_TRACE(*a); in EnsureSubtypeOfCorrect()
956 SCOPED_TRACE("class B"); in EnsureSubtypeOfCorrect()
957 SCOPED_TRACE(*b); in EnsureSubtypeOfCorrect()
Dquick_exception_handler.cc590 SCOPED_TRACE << "Deoptimizing " in DeoptimizeSingleFrame()
Dclass_linker.cc4138 SCOPED_TRACE << __FUNCTION__ << " " << dex_cache->GetDexFile()->GetLocation(); in RegisterExistingDexCache()
4202 SCOPED_TRACE << __FUNCTION__ << " " << dex_file.GetLocation(); in RegisterDexFile()
/art/compiler/jit/
Djit_compiler.cc169 SCOPED_TRACE << "JIT compiling " in CompileMethod()
/art/runtime/verifier/
Dclass_verifier.cc244 SCOPED_TRACE << "VerifyClass " << PrettyDescriptor(accessor.GetDescriptor()); in VerifyClass()
/art/compiler/jni/
Djni_compiler_test.cc407 SCOPED_TRACE("Normal JNI with compiler"); \
413 SCOPED_TRACE("Normal JNI with generic"); \
424 SCOPED_TRACE("@FastNative JNI with compiler"); \
431 SCOPED_TRACE("@FastNative JNI with generic"); \
441 SCOPED_TRACE("@CriticalNative JNI with compiler"); \
447 SCOPED_TRACE("@CriticalNative JNI with generic"); \
/art/cmdline/
Dcmdline_parser_test.cc554 SCOPED_TRACE(arg); in TEST_F()
/art/dex2oat/driver/
Dcompiler_driver.cc2724 SCOPED_TRACE << "compile " << dex_file.GetLocation() << "@" << class_def_index; in CompileDexFile()
/art/runtime/gc/
Dheap.cc3439 SCOPED_TRACE << "GC: Wait For Completion " << cause; in WaitForGcToCompleteLocked()