OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dvmResolveNativeMethod
(Results
1 - 4
of
4
) sorted by null
/dalvik/vm/
Native.h
78
void
dvmResolveNativeMethod
(const u4* args, JValue* pResult,
Native.cpp
70
void
dvmResolveNativeMethod
(const u4* args, JValue* pResult,
492
* (nativeFunc points at
dvmResolveNativeMethod
, insns holds NULL), but
501
* initial state, leaving insns alone, because
dvmResolveNativeMethod
534
dvmSetNativeFunc(meth,
dvmResolveNativeMethod
, NULL);
Jni.cpp
760
if (method->nativeFunc !=
dvmResolveNativeMethod
) {
[
all
...]
/dalvik/vm/oo/
Class.cpp
[
all
...]
Completed in 412 milliseconds