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

  /dalvik/vm/compiler/codegen/x86/
LowerJump.cpp 428 unsigned getJmpCallInstSize(OpndSize size, JmpCall_type type) {
523 relOffset -= getJmpCallInstSize(*immSize, type);
903 return relativeOff - getJmpCallInstSize(*size, type);
    [all...]
CodegenInterface.cpp 259 relOffset -= getJmpCallInstSize(immSize, JmpCall_uncond);
461 int jumpSize = getJmpCallInstSize(immSize, JmpCall_uncond);
    [all...]
Lower.h     [all...]

Completed in 480 milliseconds