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

  /dalvik/vm/compiler/codegen/x86/
NcgHelper.h 31 extern "C" void dvmJitToInterpNoChainNoProfile(int targetpc); //in %eax
LowerReturn.cpp 96 vmHelper funcPtr = dvmJitToInterpNoChainNoProfile; //%eax is the input
  /dalvik/vm/compiler/template/armv5te/
footer.S 94 .word dvmJitToInterpNoChainNoProfile
  /dalvik/vm/compiler/template/mips/
footer.S 117 .word dvmJitToInterpNoChainNoProfile
  /dalvik/vm/mterp/mips/
footer.S 43 .global dvmJitToInterpNoChainNoProfile
44 dvmJitToInterpNoChainNoProfile:
245 .global dvmJitToInterpNoChainNoProfile
246 dvmJitToInterpNoChainNoProfile:
    [all...]
  /dalvik/vm/mterp/armv5te/
footer.S 47 .global dvmJitToInterpNoChainNoProfile
48 dvmJitToInterpNoChainNoProfile:
254 .global dvmJitToInterpNoChainNoProfile
255 dvmJitToInterpNoChainNoProfile:
    [all...]
  /dalvik/vm/mterp/x86/
footer.S 72 .global dvmJitToInterpNoChainNoProfile
78 dvmJitToInterpNoChainNoProfile:
    [all...]
  /dalvik/vm/compiler/template/out/
CompilerTemplateAsm-armv5te.S     [all...]
CompilerTemplateAsm-armv5te-vfp.S     [all...]
CompilerTemplateAsm-armv7-a-neon.S     [all...]
CompilerTemplateAsm-armv7-a.S     [all...]
  /dalvik/vm/mterp/out/
InterpAsm-mips.S     [all...]
InterpAsm-armv5te-vfp.S     [all...]
InterpAsm-armv5te.S     [all...]
InterpAsm-armv7-a-neon.S     [all...]
InterpAsm-armv7-a.S     [all...]
InterpAsm-x86.S     [all...]

Completed in 757 milliseconds