Home
last modified time | relevance | path

Searched refs:LOGVV (Results 1 – 25 of 40) sorted by relevance

12

/dalvik/vm/oo/
DResolve.cpp78 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()
226 LOGVV("--- found method %d (%s.%s)", in dvmResolveMethod()
267 LOGVV("--- not caching resolved method %s.%s (class init=%d/%d)", in dvmResolveMethod()
290 LOGVV("--- resolving interface method %d (referrer=%s)", in dvmResolveInterfaceMethod()
336 LOGVV("+++ looking for '%s' '%s' in resClass='%s'", in dvmResolveInterfaceMethod()
344 LOGVV("--- found interface method %d (%s.%s)", in dvmResolveInterfaceMethod()
389 LOGVV("--- resolving field %u (referrer=%s cl=%p)", in dvmResolveInstField()
[all …]
DClass.cpp357 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 …]
DArray.cpp177 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()
/dalvik/vm/mterp/cstubs/
Dentry.cpp28 LOGVV("mterp threadid=%d returning", dvmThreadSelf()->threadId); in DEFINE_GOTO_TABLE()
48 LOGVV("handler %p %s", in DEFINE_GOTO_TABLE()
/dalvik/vm/native/
Djava_lang_reflect_Array.cpp98 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()
DInternalNative.cpp212 LOGVV("FAIL: load %s (%d)", descriptor, doInit); in dvmFindClassByName()
220 LOGVV("GOOD: load %s (%d) --> %p ldr=%p", in dvmFindClassByName()
Djava_lang_VMClassLoader.cpp104 LOGVV("look: %s ldr=%p --> %p", descriptor, loader, clazz); in Dalvik_java_lang_VMClassLoader_findLoadedClass()
/dalvik/vm/
DLinearAlloc.cpp275 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()
DCommon.h74 # define LOGVV LOGV macro
77 # define LOGVV(...) ((void)0) macro
DMisc.cpp524 LOGVV("exsl: sleep exceeded (start=%llu max=%d now=%llu)", in dvmIterativeSleep()
543 LOGVV("exsl: reduced delay from %d to %d", in dvmIterativeSleep()
549 LOGVV("exsl: yield"); in dvmIterativeSleep()
552 LOGVV("exsl: sleep for %d", curDelay); in dvmIterativeSleep()
DException.cpp385 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()
DPointerSet.cpp133 LOGVV("expanding %p to %d", pSet, pSet->alloc); in dvmPointerSetAddEntry()
DReferenceTable.cpp85 LOGVV("Growing %p from %d to %d", pRef, pRef->allocEntries, newSize); in dvmAddToReferenceTable()
/dalvik/vm/mterp/c/
DOP_THROW.cpp17 LOGVV("Bad exception"); in HANDLE_OPCODE()
DgotoTargets.cpp69 LOGVV("+++ filled-new-array type is '%s'", arrayClass->descriptor); in GOTO_TARGET()
203 LOGVV("+++ base=%s.%s virtual[%d]=%s.%s", in GOTO_TARGET()
304 LOGVV("+++ base=%s.%s super-virtual=%s.%s", in GOTO_TARGET()
519 LOGVV("+++ virtual[%d]=%s.%s", in GOTO_TARGET()
579 LOGVV("+++ super-virtual[%d]=%s.%s", in GOTO_TARGET()
627 LOGVV("+++ returned into break frame"); in GOTO_TARGET()
/dalvik/vm/mterp/
DMterp.cpp82 LOGVV("mterp threadid=%d : %s.%s %s", in dvmMterpStd()
/dalvik/vm/mterp/portable/
Dentry.cpp39 LOGVV("threadid=%d: %s.%s pc=%#x fp=%p",
/dalvik/vm/jdwp/
DJdwpHandler.cpp1138 LOGVV(" Frame %d: id=%llx loc={type=%d cls=%llx mth=%x loc=%llx}", in handleTR_Frames()
1379 LOGVV(" Set(kind=%s(%u) suspend=%s(%u) mods=%u)", in handleER_Set()
1404 LOGVV(" Count: %u", count); in handleER_Set()
1413 LOGVV(" Conditional: %d", exprId); in handleER_Set()
1420 LOGVV(" ThreadOnly: %llx", threadId); in handleER_Set()
1427 LOGVV(" ClassOnly: %llx (%s)", in handleER_Set()
1438 LOGVV(" ClassMatch: '%s'", pattern); in handleER_Set()
1451 LOGVV(" ClassExclude: '%s'", pattern); in handleER_Set()
1462 LOGVV(" LocationOnly: typeTag=%d classId=%llx methodId=%x idx=%llx", in handleER_Set()
1475 LOGVV(" ExceptionOnly: type=%llx(%s) caught=%d uncaught=%d", in handleER_Set()
[all …]
DJdwpSocket.cpp179 LOGVV("+++ bound to port %d", netState->listenPort); in netStartup()
362 LOGVV("accept failed: %s", strerror(errno)); in acceptConnection()
/dalvik/vm/interp/
DStack.cpp117 LOGVV("PUSH frame: old=%p new=%p (size=%d)", in dvmPushInterpFrame()
196 LOGVV("PUSH JNI frame: old=%p new=%p (size=%d)", in dvmPushJNIFrame()
256 LOGVV("PUSH JNI local frame: old=%p new=%p (size=%d)", in dvmPushLocalFrame()
287 LOGVV("POP JNI local frame: removing %s, now %s", in dvmPopLocalFrame()
323 LOGVV("Popping JNI stack frame for %s.%s%s", in dvmPopFrame()
339 LOGVV("POP frame: cur=%p new=%p", in dvmPopFrame()
374 LOGVV("thread=%d native code calling %s.%s %s", self->threadId, in callPrep()
DInterp.cpp1046 LOGVV("Value %d not found in switch (%d-%d)", in dvmInterpHandlePackedSwitch()
1058 LOGVV("Value %d found in slot %d (goto 0x%02x)", in dvmInterpHandlePackedSwitch()
1123 LOGVV("Value %d found in entry %d (goto 0x%02x)", in dvmInterpHandleSparseSwitch()
1129 LOGVV("Value %d not found in switch", testVal); in dvmInterpHandleSparseSwitch()
1301 LOGVV("+++ interface=%s.%s concrete=%s.%s", in dvmInterpFindInterfaceMethod()
/dalvik/vm/analysis/
DOptimize.cpp882 LOGVV("--- resolving method %u (referrer=%s)", methodIdx, in dvmOptResolveMethod()
975 LOGVV("--- found method %d (%s.%s)", in dvmOptResolveMethod()
1086 LOGVV("DexOpt: replaced Object.<init> in %s.%s", in rewriteInvokeObjectInit()
1116 LOGVV("DexOpt: replaced jumbo Object.<init> in %s.%s", in rewriteJumboInvokeObjectInit()
1135 LOGVV("--- resolving interface method %d (referrer=%s)", in dvmOptResolveInterfaceMethod()
1162 LOGVV("+++ looking for '%s' '%s' in resClass='%s'", in dvmOptResolveInterfaceMethod()
1184 LOGVV("--- found interface method %d (%s.%s)", in dvmOptResolveInterfaceMethod()
DDexPrepare.cpp192 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/reflect/
DReflect.cpp149 LOGVV("REFLECT found %d parameters in '%s'", count, *pSignature); in convertSignatureToClassArray()
165 LOGVV("REFLECT %d: '%s'", i, clazz->descriptor); in convertSignatureToClassArray()
1016 LOGVV("conv arg: type '%s' not boxed primitive", in dvmConvertArgument()
1032 LOGVV("Arg %p (%s) not compatible with %s", in dvmConvertArgument()
DProxy.cpp261 LOGVV("--- %s virtualMethodCount=%d", in gatherMethods()
269 LOGVV("--- +%s %d", in gatherMethods()
971 LOGVV("+++ ignoring return to void"); in proxyInvoker()

12