Searched refs:estOpndSizeFromImm (Results 1 - 3 of 3) sorted by relevance

/dalvik/vm/compiler/codegen/x86/
H A DLowerJump.cpp417 OpndSize estOpndSizeFromImm(int target) { function
455 If the branch target is handled, call estOpndSizeFromImm to set immSize for jump instruction, returns the value of the immediate
521 *immSize = estOpndSizeFromImm(relOffset);
881 If the branch target is handled, call estOpndSizeFromImm to set immSize for jump instruction, returns the value of the immediate
902 *size = estOpndSizeFromImm(relativeOff);
H A DCodegenInterface.cpp267 OpndSize immSize = estOpndSizeFromImm(relOffset);
469 OpndSize immSize = estOpndSizeFromImm(relOffset);
1472 //OpndSize immSize = estOpndSizeFromImm(relOffset);
H A DLower.h1235 OpndSize estOpndSizeFromImm(int target);

Completed in 1006 milliseconds