Searched refs:getRelativeNCG (Results 1 - 3 of 3) sorted by relevance
/dalvik/vm/compiler/codegen/x86/ |
H A D | LowerJump.cpp | 883 int getRelativeNCG(s4 tmp, JmpCall_type type, bool* unknown, OpndSize* size) {//tmp: relativePC function 926 relativeNCG = getRelativeNCG(tmp, JmpCall_uncond, &unknown, &size); 936 relativeNCG = getRelativeNCG(traceCurrentBB->taken->id, JmpCall_cond, &unknown, &size); 940 relativeNCG = getRelativeNCG(traceCurrentBB->fallThrough->id, JmpCall_uncond, &unknown, &size);
|
H A D | CodegenInterface.cpp | 278 relativeNCG = getRelativeNCG(targetId, JmpCall_uncond, &unknown, &size); 288 relativeNCG = getRelativeNCG(targetId, JmpCall_cond, &unknown, &size);
|
H A D | Lower.h | 1233 int getRelativeNCG(s4 tmp, JmpCall_type type, bool* unknown, OpndSize* size);
|
Completed in 89 milliseconds