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

  /dalvik/vm/compiler/codegen/x86/
CodegenInterface.cpp 634 cUnit->method->name, blockId, offset, stream - streamMethodStart);
637 offset, stream - streamMethodStart, stream);
656 cUnit->method->name, blockId, offset, stream - streamMethodStart);
659 offset, stream - streamMethodStart, stream);
675 cUnit->method->name, blockId, offset, stream - streamMethodStart);
678 offset, stream - streamMethodStart, stream);
694 cUnit->method->name, blockId, callee->name, stream - streamMethodStart);
697 blockId, stream - streamMethodStart, stream);
714 blockId, stream - streamMethodStart, stream);
    [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.cpp 51 char* streamMethodStart; //start of the method
254 streamMethodStart = stream;
410 //when to update streamMethodStart
446 streamMethodStart = stream;
476 int lowerByteCode(const Method* method) { //inputs: rPC & inst & stream & streamMethodStart
483 INST_INST(inst), offsetPC, stream - streamMethodStart, stream);
486 offsetNCG = stream - streamMethodStart;
LowerJump.cpp 266 item->addend = codeStart - streamMethodStart; //relative code pointer
347 char* NCGaddr = streamMethodStart + tmpNCG;
653 int offsetNCG2 = stream - streamMethodStart;
754 int offsetNCG2 = codeInst - streamMethodStart;
777 mapFromBCtoNCG[tmpPC] = stream - streamMethodStart; //offsetNCG in byte
897 int offsetNCG2 = stream - streamMethodStart;
    [all...]
Lower.h 534 extern char* streamMethodStart; //start of the method
    [all...]
AnalysisO1.cpp     [all...]

Completed in 347 milliseconds