OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dvmPushJNIFrame
(Results
1 - 3
of
3
) sorted by null
/dalvik/vm/interp/
Stack.h
184
bool
dvmPushJNIFrame
(Thread* thread, const Method* method);
Stack.cpp
135
bool
dvmPushJNIFrame
(Thread* self, const Method* method)
398
if (!
dvmPushJNIFrame
(self, method)) {
[
all
...]
/dalvik/vm/
Thread.cpp
[
all
...]
Completed in 9731 milliseconds