Searched refs:descriptor (Results 51 - 75 of 120) sorted by last modified time

12345

/dalvik/vm/analysis/
H A DOptimize.cpp469 if (strcmp(excep->clazz->descriptor,
490 resClass->descriptor);
502 referrer->descriptor, resClass->descriptor);
545 resClass->descriptor,
553 resClass->descriptor,
572 referrer->descriptor, resField->clazz->descriptor,
620 resClass->descriptor, fieldName);
627 resClass->descriptor, fieldNam
[all...]
H A DRegisterMap.cpp245 vdata->method->clazz->descriptor, vdata->method->name,
298 vdata->method->clazz->descriptor,
306 vdata->method->clazz->descriptor,
320 vdata->method->clazz->descriptor,
328 vdata->method->clazz->descriptor,
477 if (strcmp(vdata->method->clazz->descriptor, cd) == 0 &&
482 ALOGI("Map for %s.%s %s", vdata->method->clazz->descriptor,
613 meth->clazz->descriptor, meth->name);
647 ALOGE("Too many methods in %s", clazz->descriptor);
756 LOGVV("Size %s (%d+%d methods): %d", clazz->descriptor,
[all...]
H A DVerifySubs.cpp36 return (strcmp(meth->clazz->descriptor, cd) == 0 &&
62 meth->clazz->descriptor, meth->name, desc);
82 std::string dotFromClass = dvmHumanReadableDescriptor(meth->clazz->descriptor);
H A DVfyBasicBlock.cpp232 meth->clazz->descriptor, meth->name, meth->shorty);
248 ALOGI("Basic blocks for %s.%s:%s", vdata->method->clazz->descriptor,
313 meth->clazz->descriptor, meth->name, meth->shorty);
/dalvik/vm/compiler/
H A DCompiler.cpp262 saveArea->method->clazz->descriptor,
H A DFrontend.cpp360 ALOGE("%s%s is inlinable%s", method->clazz->descriptor, method->name,
365 ALOGE("%s%s is leaf %d%s", method->clazz->descriptor, method->name,
370 ALOGE("%s%s is %s", method->clazz->descriptor, method->name,
375 ALOGE("%s%s is inlinable non setter/getter", method->clazz->descriptor,
638 strlen(method->clazz->descriptor) +
644 method->clazz->descriptor, method->name, signature, startOffset);
1585 * to running and look up the class pointers using the descriptor/loader
1624 if (strncmp(method->clazz->descriptor, str, strlen(str)) == 0) {
1689 /* Store the trace descriptor and set the initial mode */
1708 int len = strlen(desc->method->clazz->descriptor)
[all...]
H A DUtility.cpp175 ALOGD("Compiling %s %s", cUnit->method->clazz->descriptor,
224 methodStats->method->clazz->descriptor,
/dalvik/vm/compiler/codegen/arm/
H A DArchUtility.cpp333 dest ? ((Method *) dest)->clazz->descriptor : "",
339 ((Method *)dest)->clazz->descriptor,
H A DAssemble.cpp1719 gDvmJit.compilerICPatchQueue[index].classDescriptor = clazz->descriptor;
1787 cell, method->clazz->descriptor, method->name));
1861 cellAddr->clazz->descriptor,
1862 cellContent->clazz->descriptor,
2046 method->clazz->descriptor,
2058 method->clazz->descriptor, method->name, methodDesc);
2076 ALOGD(" -> %s%s;%s", method->clazz->descriptor, method->name,
2083 /* Create a copy of the trace descriptor of an existing compilation */
2304 assert(!strcmp(clazz->descriptor, callsiteInfo->classDescriptor));
/dalvik/vm/compiler/codegen/mips/
H A DArchUtility.cpp255 dest ? ((Method *) dest)->clazz->descriptor : "",
261 ((Method *)dest)->clazz->descriptor,
H A DAssemble.cpp1060 gDvmJit.compilerICPatchQueue[index].classDescriptor = clazz->descriptor;
1141 cell, method->clazz->descriptor, method->name));
1213 cellAddr->clazz->descriptor,
1214 cellContent->clazz->descriptor,
1419 method->clazz->descriptor,
1431 method->clazz->descriptor, method->name, methodDesc);
1449 ALOGD(" -> %s%s;%s", method->clazz->descriptor, method->name,
1456 /* Create a copy of the trace descriptor of an existing compilation */
1676 assert(!strcmp(clazz->descriptor, callsiteInfo->classDescriptor));
/dalvik/vm/compiler/codegen/x86/
H A DAnalysisO1.cpp586 ALOGI("execute trace for %s%s at offset %x", method->clazz->descriptor, method->name, offset);
867 ALOGE("JIT couldn't compile %s%s dex_pc=%d", method->clazz->descriptor, method->name, offsetPC);
H A DBytecodeVisitor.cpp4009 if(inst_op == OP_IGET_OBJECT && !strncmp(currentMethod->clazz->descriptor, "Lspec/benchmarks/_228_jack/Parse", 32) &&
4014 LOGD("increase count for instance %d of %s %s", iget_obj_inst, currentMethod->clazz->descriptor, currentMethod->name);
H A DCodegenInterface.cpp123 cellContent->clazz->descriptor,
130 cellAddr->clazz->descriptor,
131 cellContent->clazz->descriptor,
330 cellAddr, newContent->clazz->descriptor, newContent->method->name, newContent->method));
370 gDvmJit.compilerICPatchQueue[index].classDescriptor = clazz->descriptor;
380 cellAddr, newContent->clazz->descriptor, newContent->method->name));
389 cellAddr, newContent->clazz->descriptor, newContent->method->name));
449 cell, method->clazz->descriptor, method->name));
465 cell, method->clazz->descriptor, method->name, jumpSize));
1430 cUnit->method->clazz->descriptor, cUni
[all...]
H A DLowerObject.cpp45 ALOGV("check_cast class %s", classPtr->descriptor);
444 if(classPtr != NULL) ALOGI("FILLED_NEW_ARRAY class %s", classPtr->descriptor);
460 //check descriptor of the class object, if not implemented, throws exception
462 //load a single byte of the descriptor
/dalvik/vm/hprof/
H A DHprofClass.cpp46 cp = clazz->descriptor;
63 return strcmp(c1->descriptor, c2->descriptor);
68 static int getPrettyClassNameId(const char *descriptor) { argument
69 std::string name(dvmHumanReadableDescriptor(descriptor));
100 getPrettyClassNameId(clazz->descriptor);
136 hprofAddIdToRecord(rec, getPrettyClassNameId(clazz->descriptor));
/dalvik/vm/interp/
H A DInterp.cpp279 method->clazz->descriptor, addr);
282 *addr, method->clazz->descriptor, method->name,
291 method->clazz->descriptor, addr);
321 method->clazz->descriptor, method->name, instrOffset);
325 method->clazz->descriptor, method->name, instrOffset);
376 pBreak->addr, clazz->descriptor);
379 *pBreak->addr, pBreak->method->clazz->descriptor,
869 method->clazz->descriptor, method->name, desc);
926 ALOGE(" current method is %s.%s %s", method->clazz->descriptor,
933 ((*top)->clazz != NULL) ? (*top)->clazz->descriptor
[all...]
H A DJit.cpp203 ALOGD("Class: %s", shadowSpace->method->clazz->descriptor);
713 (void *) thisClass->descriptor : NULL;
962 * Make sure the descriptor for the abandoned work order is
H A DStack.cpp87 self->interpStackSize, method->clazz->descriptor, method->name);
328 saveBlock->method->clazz->descriptor,
364 method->clazz->descriptor, method->name);
379 clazz->descriptor, method->name, desc);
508 method->insSize, clazz->descriptor, method->name);
603 *(desc-1), clazz->descriptor, method->name);
615 method->insSize, clazz->descriptor, method->name);
639 std::string expectedClassName(dvmHumanReadableDescriptor(expected->descriptor));
721 method->insSize, clazz->descriptor, method->name);
827 method->clazz->descriptor,
[all...]
/dalvik/vm/mterp/
H A DMterp.cpp88 self->interpSave.method->clazz->descriptor,
/dalvik/vm/mterp/armv5te/
H A DOP_FILLED_NEW_ARRAY.S34 ldr r3, [r0, #offClassObject_descriptor] @ r3<- arrayClass->descriptor
36 ldrb rINST, [r3, #1] @ rINST<- descriptor[1]
H A Ddebug.cpp35 // method->clazz->descriptor, method->name, method->shorty);
77 method->clazz->descriptor,
H A Dfooter.S928 @ exception->clazz->descriptor
/dalvik/vm/mterp/c/
H A DOP_APUT_OBJECT.cpp26 obj->clazz->descriptor, obj,
27 arrayObj->clazz->descriptor, arrayObj);
H A DOP_MONITOR_ENTER.cpp11 ILOGV("+ locking %p %s", obj, obj->clazz->descriptor);

Completed in 2517 milliseconds

12345