OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DalvikNativeMethod
(Results
1 - 25
of
31
) sorted by null
1
2
/dalvik/vm/native/
InternalNativePriv.h
85
extern const
DalvikNativeMethod
dvm_java_lang_Object[];
86
extern const
DalvikNativeMethod
dvm_java_lang_Class[];
87
extern const
DalvikNativeMethod
dvm_java_lang_Double[];
88
extern const
DalvikNativeMethod
dvm_java_lang_Float[];
89
extern const
DalvikNativeMethod
dvm_java_lang_Math[];
90
extern const
DalvikNativeMethod
dvm_java_lang_Runtime[];
91
extern const
DalvikNativeMethod
dvm_java_lang_String[];
92
extern const
DalvikNativeMethod
dvm_java_lang_System[];
93
extern const
DalvikNativeMethod
dvm_java_lang_Throwable[];
94
extern const
DalvikNativeMethod
dvm_java_lang_VMClassLoader[]
[
all
...]
java_util_concurrent_atomic_AtomicLong.cpp
34
const
DalvikNativeMethod
dvm_java_util_concurrent_atomic_AtomicLong[] = {
org_apache_harmony_dalvik_NativeTestTarget.cpp
37
const
DalvikNativeMethod
dvm_org_apache_harmony_dalvik_NativeTestTarget[] =
dalvik_bytecode_OpcodeInfo.cpp
40
const
DalvikNativeMethod
dvm_dalvik_bytecode_OpcodeInfo[] = {
java_lang_Double.cpp
35
const
DalvikNativeMethod
dvm_java_lang_Double[] = {
java_lang_Float.cpp
35
const
DalvikNativeMethod
dvm_java_lang_Float[] = {
java_lang_reflect_AccessibleObject.cpp
40
const
DalvikNativeMethod
dvm_java_lang_reflect_AccessibleObject[] = {
java_lang_reflect_Proxy.cpp
43
const
DalvikNativeMethod
dvm_java_lang_reflect_Proxy[] = {
org_apache_harmony_dalvik_ddmc_DdmServer.cpp
44
const
DalvikNativeMethod
dvm_org_apache_harmony_dalvik_ddmc_DdmServer[] = {
java_lang_Throwable.cpp
59
const
DalvikNativeMethod
dvm_java_lang_Throwable[] = {
java_lang_Math.cpp
65
const
DalvikNativeMethod
dvm_java_lang_Math[] = {
java_lang_String.cpp
60
const
DalvikNativeMethod
dvm_java_lang_String[] = {
java_lang_reflect_Constructor.cpp
73
const
DalvikNativeMethod
dvm_java_lang_reflect_Constructor[] = {
java_lang_Object.cpp
96
const
DalvikNativeMethod
dvm_java_lang_Object[] = {
org_apache_harmony_dalvik_ddmc_DdmVmInternal.cpp
151
const
DalvikNativeMethod
dvm_org_apache_harmony_dalvik_ddmc_DdmVmInternal[] = {
java_lang_Runtime.cpp
145
const
DalvikNativeMethod
dvm_java_lang_Runtime[] = {
java_lang_VMClassLoader.cpp
183
const
DalvikNativeMethod
dvm_java_lang_VMClassLoader[] = {
java_lang_reflect_Array.cpp
141
const
DalvikNativeMethod
dvm_java_lang_reflect_Array[] = {
InternalNative.cpp
112
const
DalvikNativeMethod
* pMeth = pClass->methodInfo;
dalvik_system_VMStack.cpp
226
const
DalvikNativeMethod
dvm_dalvik_system_VMStack[] = {
java_lang_VMThread.cpp
238
const
DalvikNativeMethod
dvm_java_lang_VMThread[] = {
java_lang_reflect_Method.cpp
231
const
DalvikNativeMethod
dvm_java_lang_reflect_Method[] = {
java_lang_System.cpp
376
const
DalvikNativeMethod
dvm_java_lang_System[] = {
dalvik_system_DexFile.cpp
519
const
DalvikNativeMethod
dvm_dalvik_system_DexFile[] = {
/dalvik/vm/
Native.h
28
struct
DalvikNativeMethod
{
39
const
DalvikNativeMethod
* methodInfo;
Completed in 454 milliseconds
1
2