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

/dalvik/vm/compiler/codegen/x86/
H A DLowerJump.cpp428 unsigned getJmpCallInstSize(OpndSize size, JmpCall_type type) { function
523 relOffset -= getJmpCallInstSize(*immSize, type);
903 return relativeOff - getJmpCallInstSize(*size, type);
H A DCodegenInterface.cpp268 relOffset -= getJmpCallInstSize(immSize, JmpCall_uncond);
470 int jumpSize = getJmpCallInstSize(immSize, JmpCall_uncond);
1473 //relOffset -= getJmpCallInstSize(immSize, JmpCall_uncond);
H A DLower.h1203 unsigned getJmpCallInstSize(OpndSize size, JmpCall_type type);

Completed in 66 milliseconds