Home | History | Annotate | Download | only in x86

Lines Matching defs:offsetPC

45 int offsetPC/*offset in bytecode*/, offsetNCG/*byte offset in native code*/;
290 u4 start = pTry->startAddr; //offsetPC
477 /* offsetPC is used in O1 code generator, where it is defined as the sequence number
479 int offsetPC = rPC - (u2*)method->insns;
482 ALOGI("LOWER bytecode %x at offsetPC %x offsetNCG %x @%p",
483 INST_INST(inst), offsetPC, stream - streamMethodStart, stream);
487 if(offsetPC >= BYTECODE_SIZE_PER_METHOD) ALOGE("offsetPC %d exceeds BYTECODE_SIZE_PER_METHOD", offsetPC);
488 mapFromBCtoNCG[offsetPC] = offsetNCG;
490 insertMapWorklist(offsetPC, mapFromBCtoNCG[offsetPC], 1);
975 ALOGE("No JIT support for bytecode %x at offsetPC %x",
976 INST_INST(inst), offsetPC);