Searched defs:LOAD_FUNC_ADDR (Results 1 - 2 of 2) sorted by relevance

/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
/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

Completed in 43 milliseconds