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

  /dalvik/vm/interp/
Interp.h 84 extern "C" void dvmReportInvoke(Thread* self, const Method* methodToCall);
Interp.cpp 645 void dvmReportInvoke(Thread* self, const Method* methodToCall)
653 * dvmReportInvoke() and dvmReportPreNativeInvoke() will both
    [all...]
  /dalvik/vm/mterp/c/
gotoTargets.cpp 889 dvmReportInvoke(self, methodToCall);
    [all...]
  /dalvik/vm/mterp/x86/
footer.S 574 call dvmReportInvoke # (self, method)
    [all...]
  /dalvik/vm/mterp/mips/
footer.S 658 JAL(dvmReportInvoke)
    [all...]
  /dalvik/vm/mterp/armv5te/
footer.S 629 bl dvmReportInvoke @ (self, method)
    [all...]
  /dalvik/vm/mterp/out/
InterpC-mips.cpp     [all...]
InterpC-x86.cpp     [all...]
InterpC-allstubs.cpp     [all...]
InterpC-portable.cpp     [all...]
InterpAsm-x86.S     [all...]
InterpAsm-armv5te-vfp.S     [all...]
InterpAsm-armv5te.S     [all...]
InterpAsm-armv7-a-neon.S     [all...]
InterpAsm-armv7-a.S     [all...]
InterpAsm-mips.S     [all...]

Completed in 974 milliseconds