• Home
  • Raw
  • Download

Lines Matching refs:LOGVV

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()
1399 LOGVV("--- Successfully loaded %s %p (thisldr=%p clazz=%p)", in findClassFromLoaderNoInit()
1481 LOGVV("#### findClassNoInit(%s,%p,%p)", descriptor, loader, in findClassNoInit()
2627 LOGVV("+++ found interface '%s'", in dvmLinkClass()
2961 LOGVV("+++ reduced vtable from %d to %d", in createVtable()
3029 LOGVV("INTF: class '%s' direct w/supra=%d super=%d total=%d", in createIftable()
3105 LOGVV("INTF: redundant interface %s in %s", in createIftable()
3118 LOGVV("INTF: class '%s' nodupes=%d", clazz->descriptor, ifCount); in createIftable()
3156 LOGVV("INTF: pool: %d from %s", in createIftable()
3163 LOGVV("INTF: didn't find any new interfaces with methods"); in createIftable()
3221 LOGVV("INTF: matching '%s' '%s'", imeth->name, desc); in createIftable()
3229 LOGVV("INTF: matched at %d", j); in createIftable()
3281 LOGVV("MIRANDA dupe: %s and %s %s%s", in createIftable()
3294 LOGVV("MIRANDA: %s points at slot %d", in createIftable()
3314 LOGVV("MIRANDA %d: %s.%s", i, in createIftable()
3360 LOGVV("MIRANDA fixing vtable pointers"); in createIftable()
3505 LOGVV(" --- swap '%s' and '%s'", pOne->name, pTwo->name); in swapField()
3554 LOGVV("--- computeFieldOffsets '%s'", clazz->descriptor); in computeFieldOffsets()
3611 LOGVV(" --- offset1 '%s'=%d", pField->name,pField->byteOffset); in computeFieldOffsets()
3620 LOGVV(" +++ not aligned"); in computeFieldOffsets()
3633 LOGVV(" --- offset2 '%s'=%d", in computeFieldOffsets()
3649 LOGVV(" +++ swapped '%s' for alignment", in computeFieldOffsets()
3653 LOGVV(" --- offset3 '%s'=%d", in computeFieldOffsets()
3706 LOGVV(" --- offset4 '%s'=%d", pField->name,pField->byteOffset); in computeFieldOffsets()
4468 LOGVV("No <clinit> found for %s", clazz->descriptor); in dvmInitClass()
4470 LOGVV("Invoking %s.<clinit>", clazz->descriptor); in dvmInitClass()
4492 LOGVV("Initialized class: %s", clazz->descriptor); in dvmInitClass()