HomeSort by relevance Sort by last modified time
    Searched refs:offsetPC (Results 1 - 7 of 7) sorted by null

  /dalvik/vm/compiler/codegen/x86/
AnalysisO1.cpp 274 RegAccessType insertAUse(DefUsePair* ptr, int offsetPC, int regNum, LowOpndRegType physicalType);
275 DefUsePair* insertADef(int offsetPC, int regNum, LowOpndRegType pType, RegAccessType rType);
285 DefUsePair* searchDefUseTable(int offsetPC, int regNum, LowOpndRegType pType);
559 int offsetPC_back = offsetPC;
560 offsetPC = PC_FOR_END_OF_BB;
574 offsetPC = offsetPC_back;
650 Global variables accessed: offsetPC, rPC
667 offsetPC = seqNum;
702 ALOGI("call mergeEntry2 at offsetPC %x kk %d VR %d %d", offsetPC, kk
    [all...]
LowerReturn.cpp 43 insertMapWorklist(offsetPC, mapFromBCtoNCG[offsetPC], 1); //check when helper switch is on
Lower.cpp 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
    [all...]
AnalysisO1.h 141 int offsetPC;
142 int regNum; //get or set VR at offsetPC
155 int offsetPC; //!the program point
162 int offsetPC;
LowerJump.cpp 655 ALOGI("insert NCGWorklist (goto forward) @ %p offsetPC %x relativePC %x offsetNCG %x", stream, offsetPC, relativePC, offsetNCG2);
663 item->offsetPC = offsetPC;
682 //insert according to offsetPC+relativePC, smallest at the head
689 item->offsetPC = offsetPC;
695 int tmpPC = ptr->offsetPC + ptr->relativePC;
696 int tmpPC2 = relativePC + offsetPC;
774 int tmpPC = ptr->offsetPC + ptr->relativePC
    [all...]
LowerInvoke.cpp 341 insertMapWorklist(offsetPC+3, stream - streamMethodStart, 1); //check when helper switch is on
362 insertMapWorklist(offsetPC+3, stream - streamMethodStart, 1); //check when helper switch is on
384 insertMapWorklist(offsetPC+3, stream - streamMethodStart, 1); //check when helper switch is on
405 insertMapWorklist(offsetPC+3, stream - streamMethodStart, 1); //check when helper switch is on
427 insertMapWorklist(offsetPC+3, stream - streamMethodStart, 1); //check when helper switch is on
448 insertMapWorklist(offsetPC+3, stream - streamMethodStart, 1); //check when helper switch is on
465 insertMapWorklist(offsetPC+3, stream - streamMethodStart, 1); //check when helper switch is on
483 insertMapWorklist(offsetPC+3, stream - streamMethodStart, 1); //check when helper switch is on
500 insertMapWorklist(offsetPC+3, stream - streamMethodStart, 1); //check when helper switch is on
518 insertMapWorklist(offsetPC+3, stream - streamMethodStart, 1); //check when helper switch is o
    [all...]
Lower.h 466 int offsetPC; //PC in bytecode
480 int offsetPC; //PC in bytecode
489 u4 offsetPC;
527 extern int offsetPC;
    [all...]

Completed in 42 milliseconds