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

  /dalvik/vm/compiler/codegen/x86/
LowerReturn.cpp 43 insertMapWorklist(offsetPC, mapFromBCtoNCG[offsetPC], 1); //check when helper switch is on
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 490 insertMapWorklist(offsetPC, mapFromBCtoNCG[offsetPC], 1);
Lower.h 876 int insertMapWorklist(s4 BCOffset, s4 NCGOffset, int isStartOfPC);
    [all...]
LowerJump.cpp 672 int insertMapWorklist(s4 BCOffset, s4 NCGOffset, int isStartOfPC) {
    [all...]

Completed in 26 milliseconds