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

/dalvik/vm/interp/
H A DInterp.h27 void dvmInterpret(Thread* thread, const Method* method, JValue* pResult);
H A DStack.c529 dvmInterpret(self, method, pResult);
633 dvmInterpret(self, method, pResult);
742 dvmInterpret(self, method, &retval);
H A DInterp.c1225 void dvmInterpret(Thread* self, const Method* method, JValue* pResult) function

Completed in 310 milliseconds