HomeSort by relevance Sort by last modified time
    Searched defs:LOAD_FUNC_ADDR (Results 1 - 2 of 2) sorted by null

  /dalvik/vm/compiler/codegen/arm/
CalloutHelper.h 24 * 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)
  /dalvik/vm/compiler/codegen/x86/
CalloutHelper.h 24 * 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)

Completed in 88 milliseconds