/dalvik/vm/compiler/codegen/x86/ |
D | NcgHelper.cpp | 34 LOGVV("Value %d not found in switch (%d-%d)", in dvmNcgHandlePackedSwitch() 40 LOGVV("Value %d found in slot %d (goto 0x%02x)", in dvmNcgHandlePackedSwitch() 50 LOGVV("Value %d not found in switch (%d-%d)", in dvmJitHandlePackedSwitch() 55 LOGVV("Value %d found in slot %d (goto 0x%02x)", in dvmJitHandlePackedSwitch() 75 LOGVV("Value %d found in entry %d (goto 0x%02x)", in dvmNcgHandleSparseSwitch() 83 LOGVV("Value %d not found in switch", testVal); in dvmNcgHandleSparseSwitch() 94 LOGVV("Value %d found in entry %d (goto 0x%02x)", in dvmJitHandleSparseSwitch() 102 LOGVV("Value %d not found in switch", testVal); in dvmJitHandleSparseSwitch()
|
/dalvik/vm/oo/ |
D | Resolve.cpp | 78 LOGVV("--- resolving class %u (referrer=%s cl=%p)", in dvmResolveClass() 143 LOGVV("##### +ResolveClass(%s): referrer=%s dex=%p ldr=%p ref=%d", in dvmResolveClass() 157 LOGVV("Class not found: %s", in dvmResolveClass() 186 LOGVV("--- resolving method %u (referrer=%s)", methodIdx, in dvmResolveMethod() 230 LOGVV("--- found method %d (%s.%s)", in dvmResolveMethod() 271 LOGVV("--- not caching resolved method %s.%s (class init=%d/%d)", in dvmResolveMethod() 294 LOGVV("--- resolving interface method %d (referrer=%s)", in dvmResolveInterfaceMethod() 340 LOGVV("+++ looking for '%s' in resClass='%s'", methodName, resClass->descriptor); in dvmResolveInterfaceMethod() 351 LOGVV("--- found interface method %d (%s.%s)", in dvmResolveInterfaceMethod() 396 LOGVV("--- resolving field %u (referrer=%s cl=%p)", in dvmResolveInstField() [all …]
|
D | Array.cpp | 177 LOGVV("dvmAllocMultiArray: class='%s' curDim=%d *dimensions=%d", in dvmAllocMultiArray() 182 LOGVV(" end: array class (obj) is '%s'", in dvmAllocMultiArray() 187 LOGVV(" end: array class (prim) is '%s'", in dvmAllocMultiArray() 308 LOGVV("searching for element class '%s'", subDescriptor); in createArrayClass() 344 LOGVV("--- checking for '%s' in %p vs. elem %p", in createArrayClass()
|
D | Class.cpp | 357 LOGVV("Constructed class for primitive type '%s'", newClass->descriptor); in createPrimitiveType() 383 LOGVV("Constructed the class Class."); in createInitialClasses() 745 LOGVV(" (filled %d of %d slots)", idx, count); in processClassPath() 774 LOGVV("+++ class '%s' not yet loaded, scanning bootclasspath...", in searchBootPathForClass() 1007 LOGVV("Adding %p to '%s' init list", loader, clazz->descriptor); in dvmAddInitiatingLoader() 1132 LOGVV("threadid=%d: dvmLookupClass searching for '%s' %p", in dvmLookupClass() 1291 LOGVV("FindClassNoInit '%s' %p", descriptor, loader); in dvmFindClassNoInit() 1338 LOGVV("Already loaded: %s %p", descriptor, loader); in findClassFromLoaderNoInit() 1341 LOGVV("Not already loaded: %s %p", descriptor, loader); in findClassFromLoaderNoInit() 1367 LOGVV("--- Invoking loadClass(%s, %p)", dotName, loader); in findClassFromLoaderNoInit() [all …]
|
/dalvik/vm/mterp/cstubs/ |
D | entry.cpp | 28 LOGVV("mterp threadid=%d returning", dvmThreadSelf()->threadId); in DEFINE_GOTO_TABLE() 48 LOGVV("handler %p %s", in DEFINE_GOTO_TABLE()
|
/dalvik/vm/native/ |
D | java_lang_reflect_Array.cpp | 98 LOGVV("DIM %d: %d", i, dimensions[i]); in Dalvik_java_lang_reflect_Array_createMultiArray() 108 LOGVV("#### element name = '%s'", elementClass->descriptor); in Dalvik_java_lang_reflect_Array_createMultiArray() 116 LOGVV("#### array name = '%s'", acDescriptor); in Dalvik_java_lang_reflect_Array_createMultiArray()
|
D | InternalNative.cpp | 212 LOGVV("FAIL: load %s (%d)", descriptor, doInit); in dvmFindClassByName() 220 LOGVV("GOOD: load %s (%d) --> %p ldr=%p", in dvmFindClassByName()
|
D | java_lang_VMClassLoader.cpp | 104 LOGVV("look: %s ldr=%p --> %p", descriptor, loader, clazz); in Dalvik_java_lang_VMClassLoader_findLoadedClass()
|
/dalvik/vm/ |
D | LinearAlloc.cpp | 275 LOGVV("--- LinearAlloc(%p, %d)", classLoader, size); in dvmLinearAlloc() 306 LOGVV("--- old=%d size=%d new=%d", startOffset, size, nextOffset); in dvmLinearAlloc() 327 LOGVV("--- (size now %d)", size); in dvmLinearAlloc() 345 LOGVV("--- lastGood=0x%04x firstWrite=0x%04x lastWrite=0x%04x", in dvmLinearAlloc() 354 LOGVV("--- calling mprotect(start=%d len=%d RW)", start, len); in dvmLinearAlloc() 371 LOGVV("--- marking pages %d-%d RW (alloc %d at %p)", in dvmLinearAlloc() 467 LOGVV("--- updating pages %d-%d (%d)", firstPage, lastPage, direction); in updatePages() 495 LOGVV("--- prot page %d RO", i); in updatePages() 509 LOGVV("--- prot page %d RW", i); in updatePages()
|
D | Common.h | 74 # define LOGVV ALOGV macro 77 # define LOGVV(...) ((void)0) macro
|
D | Misc.cpp | 529 LOGVV("exsl: sleep exceeded (start=%llu max=%d now=%llu)", in dvmIterativeSleep() 548 LOGVV("exsl: reduced delay from %d to %d", in dvmIterativeSleep() 554 LOGVV("exsl: yield"); in dvmIterativeSleep() 557 LOGVV("exsl: sleep for %d", curDelay); in dvmIterativeSleep()
|
D | Exception.cpp | 385 LOGVV("+++ exc noarg (ic=%d)", needInitCause); in initException() 389 LOGVV("+++ exc msg (ic=%d)", needInitCause); in initException() 393 LOGVV("+++ exc throw"); in initException() 398 LOGVV("+++ exc msg+throw"); in initException() 610 LOGVV("findCatchInMethod %s.%s excep=%s depth=%d", in findCatchInMethod()
|
D | PointerSet.cpp | 133 LOGVV("expanding %p to %d", pSet, pSet->alloc); in dvmPointerSetAddEntry()
|
/dalvik/vm/mterp/c/ |
D | OP_THROW.cpp | 17 LOGVV("Bad exception"); in HANDLE_OPCODE()
|
D | gotoTargets.cpp | 60 LOGVV("+++ filled-new-array type is '%s'", arrayClass->descriptor); in GOTO_TARGET() 180 LOGVV("+++ base=%s.%s virtual[%d]=%s.%s", in GOTO_TARGET() 271 LOGVV("+++ base=%s.%s super-virtual=%s.%s", in GOTO_TARGET() 456 LOGVV("+++ virtual[%d]=%s.%s", in GOTO_TARGET() 516 LOGVV("+++ super-virtual[%d]=%s.%s", in GOTO_TARGET() 564 LOGVV("+++ returned into break frame"); in GOTO_TARGET()
|
/dalvik/vm/mterp/ |
D | Mterp.cpp | 86 LOGVV("mterp threadid=%d : %s.%s %s", in dvmMterpStd()
|
/dalvik/vm/mterp/portable/ |
D | entry.cpp | 37 LOGVV("threadid=%d: %s.%s pc=%#x fp=%p",
|
/dalvik/vm/jdwp/ |
D | JdwpHandler.cpp | 1140 LOGVV(" Frame %d: id=%llx loc={type=%d cls=%llx mth=%x loc=%llx}", in handleTR_Frames() 1381 LOGVV(" Set(kind=%s(%u) suspend=%s(%u) mods=%u)", in handleER_Set() 1406 LOGVV(" Count: %u", count); in handleER_Set() 1415 LOGVV(" Conditional: %d", exprId); in handleER_Set() 1422 LOGVV(" ThreadOnly: %llx", threadId); in handleER_Set() 1429 LOGVV(" ClassOnly: %llx (%s)", in handleER_Set() 1440 LOGVV(" ClassMatch: '%s'", pattern); in handleER_Set() 1453 LOGVV(" ClassExclude: '%s'", pattern); in handleER_Set() 1464 LOGVV(" LocationOnly: typeTag=%d classId=%llx methodId=%x idx=%llx", in handleER_Set() 1477 LOGVV(" ExceptionOnly: type=%llx(%s) caught=%d uncaught=%d", in handleER_Set() [all …]
|
/dalvik/vm/analysis/ |
D | Optimize.cpp | 764 LOGVV("--- resolving method %u (referrer=%s)", methodIdx, in dvmOptResolveMethod() 857 LOGVV("--- found method %d (%s.%s)", in dvmOptResolveMethod() 968 LOGVV("DexOpt: replaced Object.<init> in %s.%s", in rewriteInvokeObjectInit() 987 LOGVV("--- resolving interface method %d (referrer=%s)", in dvmOptResolveInterfaceMethod() 1014 LOGVV("+++ looking for '%s' '%s' in resClass='%s'", in dvmOptResolveInterfaceMethod() 1036 LOGVV("--- found interface method %d (%s.%s)", in dvmOptResolveInterfaceMethod()
|
D | DexPrepare.cpp | 192 LOGVV("DexOpt: unlocking cache file %s", cacheFileName); in dvmOpenCachedDexFile() 200 LOGVV("DexOpt: unlocking cache file %s", cacheFileName); in dvmOpenCachedDexFile() 297 LOGVV("DexOpt: unlocking cache file %s", cacheFileName); in dvmOpenCachedDexFile() 322 LOGVV("DexOpt: unlocking cache file fd=%d", fd); in dvmUnlockCachedDexFile()
|
/dalvik/vm/interp/ |
D | Stack.cpp | 121 LOGVV("PUSH frame: old=%p new=%p (size=%d)", in dvmPushInterpFrame() 200 LOGVV("PUSH JNI frame: old=%p new=%p (size=%d)", in dvmPushJNIFrame() 260 LOGVV("PUSH JNI local frame: old=%p new=%p (size=%d)", in dvmPushLocalFrame() 291 LOGVV("POP JNI local frame: removing %s, now %s", in dvmPopLocalFrame() 327 LOGVV("Popping JNI stack frame for %s.%s%s", in dvmPopFrame() 343 LOGVV("POP frame: cur=%p new=%p", in dvmPopFrame() 378 LOGVV("thread=%d native code calling %s.%s %s", self->threadId, in callPrep()
|
D | Interp.cpp | 1026 LOGVV("Value %d not found in switch (%d-%d)", in dvmInterpHandlePackedSwitch() 1038 LOGVV("Value %d found in slot %d (goto 0x%02x)", in dvmInterpHandlePackedSwitch() 1103 LOGVV("Value %d found in entry %d (goto 0x%02x)", in dvmInterpHandleSparseSwitch() 1109 LOGVV("Value %d not found in switch", testVal); in dvmInterpHandleSparseSwitch() 1281 LOGVV("+++ interface=%s.%s concrete=%s.%s", in dvmInterpFindInterfaceMethod()
|
/dalvik/vm/reflect/ |
D | Reflect.cpp | 149 LOGVV("REFLECT found %d parameters in '%s'", count, *pSignature); in convertSignatureToClassArray() 165 LOGVV("REFLECT %d: '%s'", i, clazz->descriptor); in convertSignatureToClassArray() 1025 LOGVV("conv arg: type '%s' not boxed primitive", in dvmConvertArgument() 1041 LOGVV("Arg %p (%s) not compatible with %s", in dvmConvertArgument()
|
D | Proxy.cpp | 260 LOGVV("--- %s virtualMethodCount=%d", in gatherMethods() 268 LOGVV("--- +%s %d", in gatherMethods() 970 LOGVV("+++ ignoring return to void"); in proxyInvoker()
|
/dalvik/libdex/ |
D | SysUtil.cpp | 222 LOGVV("mmap seg (st=%d ln=%d): bp=%p bl=%d ad=%p ln=%d", in sysMapFileSegmentInShmem()
|