Home
last modified time | relevance | path

Searched refs:dvmPushInterpFrame (Results 1 – 1 of 1) sorted by relevance

/dalvik/vm/interp/
DStack.c59 static bool dvmPushInterpFrame(Thread* self, const Method* method) in dvmPushInterpFrame() function
413 if (!dvmPushInterpFrame(self, method)) { in callPrep()