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

  /dalvik/vm/mterp/cstubs/
entry.c 54 case kInterpEntryThrow:
  /dalvik/vm/mterp/x86/
entry.S 68 cmpb $$kInterpEntryThrow,%al
  /dalvik/vm/interp/
InterpDefs.h 34 kInterpEntryThrow = 2, // jump to exception throw
  /dalvik/vm/mterp/portable/
entry.c 108 case kInterpEntryThrow:
  /dalvik/vm/mterp/x86-atom/
entry.S 93 cmpl $$kInterpEntryThrow, offGlue_entryPoint(%ecx)
footer.S 422 movl $$kInterpEntryThrow, %ecx # %ecx<- reentry type
  /dalvik/vm/mterp/common/
asm-constants.h 271 MTERP_CONSTANT(kInterpEntryThrow, 2)
  /dalvik/vm/mterp/c/
gotoTargets.c 605 PERIODIC_CHECKS(kInterpEntryThrow, 0);
    [all...]
  /dalvik/vm/mterp/armv5te/
footer.S     [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-atom.S     [all...]
InterpAsm-armv4t.S 358 cmp r1, #kInterpEntryThrow @ were we throwing an exception?
    [all...]
InterpAsm-armv5te-vfp.S 358 cmp r1, #kInterpEntryThrow @ were we throwing an exception?
    [all...]
InterpAsm-armv5te.S 358 cmp r1, #kInterpEntryThrow @ were we throwing an exception?
    [all...]
InterpAsm-armv7-a-neon.S 368 cmp r1, #kInterpEntryThrow @ were we throwing an exception?
    [all...]
InterpAsm-armv7-a.S 368 cmp r1, #kInterpEntryThrow @ were we throwing an exception?
    [all...]
InterpAsm-x86.S     [all...]

Completed in 164 milliseconds