Searched refs:LOAD_FUNC_ADDR (Results 1 - 5 of 5) sorted by relevance

/dalvik/vm/compiler/codegen/x86/
H A DCalloutHelper.h24 * JIT'ed code here and use the LOAD_FUNC_ADDR macro to load the address into
26 * helper functions and we can grep for LOAD_FUNC_ADDR to find out all the
31 #define LOAD_FUNC_ADDR(cUnit, reg, addr) loadConstant(cUnit, reg, addr) macro
/dalvik/vm/compiler/codegen/arm/
H A DCalloutHelper.h24 * JIT'ed code here and use the LOAD_FUNC_ADDR macro to load the address into
26 * helper functions and we can grep for LOAD_FUNC_ADDR to find out all the
31 #define LOAD_FUNC_ADDR(cUnit, reg, addr) loadConstant(cUnit, reg, addr) macro
H A DCodegenDriver.cpp64 LOAD_FUNC_ADDR(cUnit, r2, (int)funct);
119 LOAD_FUNC_ADDR(cUnit, r2, (int)funct);
163 LOAD_FUNC_ADDR(cUnit, r14lr, (int)funct);
588 LOAD_FUNC_ADDR(cUnit, r2, (int)dvmCanPutArrayElement);
750 LOAD_FUNC_ADDR(cUnit, r14lr, (int) callTgt);
873 LOAD_FUNC_ADDR(cUnit, r2, (int) callTgt);
1250 LOAD_FUNC_ADDR(cUnit, r7, (int) dvmJitToPatchPredictedChain);
1412 LOAD_FUNC_ADDR(cUnit, r2, (int)dvmUnlockObject);
1798 LOAD_FUNC_ADDR(cUnit, r2, (int)dvmAllocObject);
1857 LOAD_FUNC_ADDR(cUni
[all...]
/dalvik/vm/compiler/codegen/arm/FP/
H A DThumb2VFP.cpp199 LOAD_FUNC_ADDR(cUnit, r2, (int) (double (*)(double)) sqrt);
/dalvik/vm/compiler/codegen/arm/Thumb2/
H A DGen.cpp326 LOAD_FUNC_ADDR(cUnit, r7, (int)dvmUnlockObject);

Completed in 76 milliseconds