HomeSort by relevance Sort by last modified time
    Searched refs:kInterpEntryReturn (Results 1 - 21 of 21) sorted by null

  /dalvik/vm/mterp/cstubs/
entry.c 51 case kInterpEntryReturn:
  /dalvik/vm/mterp/x86/
entry.S 66 cmpb $$kInterpEntryReturn,%al
footer.S 350 movb $$kInterpEntryReturn,offGlue_entryPoint(%ecx)
  /dalvik/vm/interp/
InterpDefs.h 33 kInterpEntryReturn = 1, // jump to method return
  /dalvik/vm/mterp/portable/
entry.c 79 retval = interpState->retval; /* only need for kInterpEntryReturn? */
105 case kInterpEntryReturn:
  /dalvik/vm/mterp/x86-atom/
entry.S 85 cmpl $$kInterpEntryReturn, offGlue_entryPoint(%ecx)
  /dalvik/vm/mterp/common/
asm-constants.h 270 MTERP_CONSTANT(kInterpEntryReturn, 1)
  /dalvik/vm/mterp/c/
gotoTargets.c 537 PERIODIC_CHECKS(kInterpEntryReturn, 0);
    [all...]
  /dalvik/vm/mterp/armv5te/
footer.S 768 mov r0, #kInterpEntryReturn
    [all...]
  /dalvik/vm/mterp/out/
InterpC-x86-atom.c     [all...]
InterpC-x86.c     [all...]
InterpC-allstubs.c     [all...]
InterpC-portdbg.c     [all...]
InterpC-portstd.c     [all...]
InterpAsm-x86.S     [all...]
InterpAsm-armv4t.S 354 cmp r1, #kInterpEntryReturn @ were we returning from a method?
    [all...]
InterpAsm-armv5te-vfp.S 354 cmp r1, #kInterpEntryReturn @ were we returning from a method?
    [all...]
InterpAsm-armv5te.S 354 cmp r1, #kInterpEntryReturn @ were we returning from a method?
    [all...]
InterpAsm-armv7-a-neon.S 364 cmp r1, #kInterpEntryReturn @ were we returning from a method?
    [all...]
InterpAsm-armv7-a.S 364 cmp r1, #kInterpEntryReturn @ were we returning from a method?
    [all...]
InterpAsm-x86-atom.S     [all...]

Completed in 53 milliseconds