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

  /dalvik/vm/mterp/mips/
header.S 286 #define JAL(n) jal n
  /dalvik/vm/compiler/template/mips/
header.S 340 /* This directive will make sure all subsequent jal restore gp at a known offset */
343 #define JAL(func) move rTEMP, ra; \
344 jal func; \
  /dalvik/vm/compiler/template/out/
CompilerTemplateAsm-mips.S 347 /* This directive will make sure all subsequent jal restore gp at a known offset */
350 #define JAL(func) move rTEMP, ra; \
351 jal func; \
    [all...]
  /dalvik/vm/mterp/out/
InterpAsm-mips.S 293 #define JAL(n) jal n
429 /* This directive will make sure all subsequent jal restore gp at a known offset */
476 JAL(printf)
477 JAL(dvmAbort)
923 JAL(dvmResolveString) # v0 <- String reference
    [all...]

Completed in 330 milliseconds