Searched refs:dvmInterpret (Results 1 - 3 of 3) sorted by relevance

/dalvik/vm/interp/
H A DInterp.h40 void dvmInterpret(Thread* thread, const Method* method, JValue* pResult);
H A DStack.cpp526 dvmInterpret(self, method, pResult);
631 dvmInterpret(self, method, pResult);
737 dvmInterpret(self, method, &retval);
H A DInterp.cpp1870 void dvmInterpret(Thread* self, const Method* method, JValue* pResult) function

Completed in 60 milliseconds