HomeSort by relevance Sort by last modified time
    Searched refs:LOGVV (Results 1 - 25 of 54) sorted by null

1 2 3

  /dalvik/vm/compiler/codegen/x86/
NcgHelper.cpp 34 LOGVV("Value %d not found in switch (%d-%d)",
40 LOGVV("Value %d found in slot %d (goto 0x%02x)",
50 LOGVV("Value %d not found in switch (%d-%d)",
55 LOGVV("Value %d found in slot %d (goto 0x%02x)",
75 LOGVV("Value %d found in entry %d (goto 0x%02x)",
83 LOGVV("Value %d not found in switch", testVal);
94 LOGVV("Value %d found in entry %d (goto 0x%02x)",
102 LOGVV("Value %d not found in switch", testVal);
  /dalvik/vm/mterp/c/
OP_THROW.cpp 17 LOGVV("Bad exception");
gotoTargets.cpp 60 LOGVV("+++ filled-new-array type is '%s'", arrayClass->descriptor);
180 LOGVV("+++ base=%s.%s virtual[%d]=%s.%s",
271 LOGVV("+++ base=%s.%s super-virtual=%s.%s",
456 LOGVV("+++ virtual[%d]=%s.%s",
516 LOGVV("+++ super-virtual[%d]=%s.%s",
564 LOGVV("+++ returned into break frame");
    [all...]
  /dalvik/vm/mterp/cstubs/
entry.cpp 28 LOGVV("mterp threadid=%d returning", dvmThreadSelf()->threadId);
48 LOGVV("handler %p %s",
  /dalvik/vm/oo/
Resolve.cpp 78 LOGVV("--- resolving class %u (referrer=%s cl=%p)",
143 LOGVV("##### +ResolveClass(%s): referrer=%s dex=%p ldr=%p ref=%d",
157 LOGVV("Class not found: %s",
186 LOGVV("--- resolving method %u (referrer=%s)", methodIdx,
230 LOGVV("--- found method %d (%s.%s)",
271 LOGVV("--- not caching resolved method %s.%s (class init=%d/%d)",
294 LOGVV("--- resolving interface method %d (referrer=%s)",
340 LOGVV("+++ looking for '%s' in resClass='%s'", methodName, resClass->descriptor);
351 LOGVV("--- found interface method %d (%s.%s)",
396 LOGVV("--- resolving field %u (referrer=%s cl=%p)"
    [all...]
Array.cpp 177 LOGVV("dvmAllocMultiArray: class='%s' curDim=%d *dimensions=%d",
182 LOGVV(" end: array class (obj) is '%s'",
187 LOGVV(" end: array class (prim) is '%s'",
308 LOGVV("searching for element class '%s'", subDescriptor);
344 LOGVV("--- checking for '%s' in %p vs. elem %p",
Class.cpp 357 LOGVV("Constructed class for primitive type '%s'", newClass->descriptor);
383 LOGVV("Constructed the class Class.");
745 LOGVV(" (filled %d of %d slots)", idx, count);
774 LOGVV("+++ class '%s' not yet loaded, scanning bootclasspath...",
    [all...]
  /dalvik/vm/native/
java_lang_reflect_Array.cpp 98 LOGVV("DIM %d: %d", i, dimensions[i]);
108 LOGVV("#### element name = '%s'", elementClass->descriptor);
116 LOGVV("#### array name = '%s'", acDescriptor);
InternalNative.cpp 212 LOGVV("FAIL: load %s (%d)", descriptor, doInit);
220 LOGVV("GOOD: load %s (%d) --> %p ldr=%p",
java_lang_VMClassLoader.cpp 104 LOGVV("look: %s ldr=%p --> %p", descriptor, loader, clazz);
  /dalvik/vm/mterp/
Mterp.cpp 86 LOGVV("mterp threadid=%d : %s.%s %s",
  /dalvik/vm/
Common.h 74 # define LOGVV ALOGV
77 # define LOGVV(...) ((void)0)
LinearAlloc.cpp 275 LOGVV("--- LinearAlloc(%p, %d)", classLoader, size);
306 LOGVV("--- old=%d size=%d new=%d", startOffset, size, nextOffset);
327 LOGVV("--- (size now %d)", size);
345 LOGVV("--- lastGood=0x%04x firstWrite=0x%04x lastWrite=0x%04x",
354 LOGVV("--- calling mprotect(start=%d len=%d RW)", start, len);
371 LOGVV("--- marking pages %d-%d RW (alloc %d at %p)",
467 LOGVV("--- updating pages %d-%d (%d)", firstPage, lastPage, direction);
495 LOGVV("--- prot page %d RO", i);
509 LOGVV("--- prot page %d RW", i);
Misc.cpp 529 LOGVV("exsl: sleep exceeded (start=%llu max=%d now=%llu)",
548 LOGVV("exsl: reduced delay from %d to %d",
554 LOGVV("exsl: yield");
557 LOGVV("exsl: sleep for %d", curDelay);
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
RealSystemFacade.java 50 if (activeInfo == null && Constants.LOGVV) {
74 if (Constants.LOGVV && isRoaming) {
Helpers.java 133 if (Constants.LOGVV) {
159 if (Constants.LOGVV) {
174 if (Constants.LOGVV) {
190 if (Constants.LOGVV) {
209 if (Constants.LOGVV) {
219 if (Constants.LOGVV) {
237 if (Constants.LOGVV) {
242 if (Constants.LOGVV) {
250 if (Constants.LOGVV) {
255 if (Constants.LOGVV) {
    [all...]
DownloadService.java 151 if (Constants.LOGVV) {
179 if (Constants.LOGVV) {
192 if (Constants.LOGVV) {
383 if (Constants.LOGVV) {
395 if (Constants.LOGVV) {
410 if (Constants.LOGVV) {
420 if (Constants.LOGVV) {
Constants.java 176 public static final boolean LOGVV = LOCAL_LOGVV && LOGV;
DownloadReceiver.java 66 if (Constants.LOGVV) {
72 if (Constants.LOGVV) {
  /dalvik/vm/mterp/portable/
entry.cpp 37 LOGVV("threadid=%d: %s.%s pc=%#x fp=%p",
  /bootable/recovery/minzip/
Log.h 69 #define LOGVV LOGV
SysUtil.c 187 LOGVV("mmap seg (st=%d ln=%d): bp=%p bl=%d ad=%p ln=%d\n",
  /cts/tests/tests/hardware/src/android/hardware/cts/
CameraGLTest.java 68 private static final boolean LOGVV = false;
209 if (LOGVV) Log.v(TAG, "SurfaceTextureBurstCallback, frame #" + mBurstCount);
215 if (LOGVV) Log.v(TAG, "SurfaceTextureBurstCallback preview stopped.");
227 if (LOGVV) Log.v(TAG, "Wait for surface texture callback");
239 if (LOGVV) Log.v(TAG, "Wait for preview callback");
554 if (LOGVV) Log.v(TAG, "Preview started");
567 if (LOGVV) Log.v(TAG, "Frame #" + i + " completed");
608 if (LOGVV) {
616 if (LOGVV) {
664 if (LOGVV) Log.v(TAG, "onDrawFrame()")
    [all...]
  /dalvik/vm/jdwp/
JdwpHandler.cpp     [all...]
  /dalvik/vm/interp/
Stack.cpp 121 LOGVV("PUSH frame: old=%p new=%p (size=%d)",
200 LOGVV("PUSH JNI frame: old=%p new=%p (size=%d)",
260 LOGVV("PUSH JNI local frame: old=%p new=%p (size=%d)",
291 LOGVV("POP JNI local frame: removing %s, now %s",
327 LOGVV("Popping JNI stack frame for %s.%s%s",
343 LOGVV("POP frame: cur=%p new=%p",
378 LOGVV("thread=%d native code calling %s.%s %s", self->threadId,
    [all...]

Completed in 860 milliseconds

1 2 3