HomeSort by relevance Sort by last modified time
    Searched refs:pResult (Results 1 - 25 of 55) sorted by null

1 2 3

  /dalvik/vm/native/
InternalNative.h 30 void dvmAbstractMethodStub(const u4* args, JValue* pResult);
java_util_concurrent_atomic_AtomicLong.c 28 const u4* args, JValue* pResult)
org_apache_harmony_dalvik_NativeTestTarget.c 30 const u4* args, JValue* pResult)
InternalNativePriv.h 28 # define RETURN_VOID() do { (void)(pResult); return; } while(0)
30 # define RETURN_VOID() do { pResult->i = 0xfefeabab; return; }while(0)
32 #define RETURN_BOOLEAN(_val) do { pResult->i = (_val); return; } while(0)
33 #define RETURN_INT(_val) do { pResult->i = (_val); return; } while(0)
34 #define RETURN_LONG(_val) do { pResult->j = (_val); return; } while(0)
35 #define RETURN_FLOAT(_val) do { pResult->f = (_val); return; } while(0)
36 #define RETURN_DOUBLE(_val) do { pResult->d = (_val); return; } while(0)
37 #define RETURN_PTR(_val) do { pResult->l = (_val); return; } while(0)
java_lang_SystemProperties.c 40 JValue* pResult)
52 JValue* pResult)
org_apache_harmony_dalvik_ddmc_DdmVmInternal.c 30 const u4* args, JValue* pResult)
45 const u4* args, JValue* pResult)
60 const u4* args, JValue* pResult)
76 const u4* args, JValue* pResult)
95 const u4* args, JValue* pResult)
111 const u4* args, JValue* pResult)
129 const u4* args, JValue* pResult)
142 const u4* args, JValue* pResult)
dalvik_system_VMRuntime.c 33 const u4* args, JValue* pResult)
49 const u4* args, JValue* pResult)
64 const u4* args, JValue* pResult)
91 JValue* pResult)
108 JValue* pResult)
125 const u4* args, JValue* pResult)
150 const u4* args, JValue* pResult)
176 const u4* args, JValue* pResult)
188 JValue* pResult)
210 JValue* pResult)
    [all...]
dalvik_system_VMDebug.c 115 JValue* pResult)
239 JValue* pResult)
253 JValue* pResult)
265 JValue* pResult)
277 pResult->i = allocProf->allocCount;
280 pResult->i = allocProf->allocSize;
283 pResult->i = allocProf->freeCount;
286 pResult->i = allocProf->freeSize;
289 pResult->i = allocProf->gcCount;
292 pResult->i = allocProf->classInitCount
    [all...]
java_lang_Object.c 30 JValue* pResult)
42 static void Dalvik_java_lang_Object_hashCode(const u4* args, JValue* pResult)
51 static void Dalvik_java_lang_Object_getClass(const u4* args, JValue* pResult)
64 static void Dalvik_java_lang_Object_notify(const u4* args, JValue* pResult,
76 static void Dalvik_java_lang_Object_notifyAll(const u4* args, JValue* pResult,
88 static void Dalvik_java_lang_Object_wait(const u4* args, JValue* pResult,
java_lang_Runtime.c 30 static void Dalvik_java_lang_Runtime_gc(const u4* args, JValue* pResult)
45 JValue* pResult)
71 JValue* pResult)
105 JValue* pResult)
127 JValue* pResult)
145 static void Dalvik_java_lang_Runtime_maxMemory(const u4* args, JValue* pResult)
157 JValue* pResult)
169 JValue* pResult)
java_lang_Throwable.c 28 JValue* pResult)
45 JValue* pResult)
java_lang_VMClassLoader.c 32 JValue* pResult)
61 JValue* pResult)
81 JValue* pResult)
120 JValue* pResult)
134 const u4* args, JValue* pResult)
155 JValue* pResult)
159 pResult->l = dvmFindPrimitiveClass(primType);
174 JValue* pResult)
sun_misc_Unsafe.c 28 JValue* pResult)
41 JValue* pResult)
52 JValue* pResult)
63 JValue* pResult)
83 JValue* pResult)
104 JValue* pResult)
124 JValue* pResult)
139 JValue* pResult)
155 JValue* pResult)
170 JValue* pResult)
    [all...]
java_lang_VMThread.c 31 static void Dalvik_java_lang_VMThread_create(const u4* args, JValue* pResult)
45 JValue* pResult)
58 static void Dalvik_java_lang_VMThread_getStatus(const u4* args, JValue* pResult)
81 static void Dalvik_java_lang_VMThread_holdsLock(const u4* args, JValue* pResult)
105 static void Dalvik_java_lang_VMThread_interrupt(const u4* args, JValue* pResult)
124 JValue* pResult)
143 JValue* pResult)
166 JValue* pResult)
196 JValue* pResult)
215 static void Dalvik_java_lang_VMThread_sleep(const u4* args, JValue* pResult)
    [all...]
java_lang_Class.c 32 JValue* pResult)
123 static void Dalvik_java_lang_Class_classForName(const u4* args, JValue* pResult)
138 JValue* pResult)
152 JValue* pResult)
180 JValue* pResult)
231 JValue* pResult)
248 JValue* pResult)
265 JValue* pResult)
281 JValue* pResult)
300 static void Dalvik_java_lang_Class_getModifiers(const u4* args, JValue* pResult)
    [all...]
java_lang_String.c 29 static void Dalvik_java_lang_String_intern(const u4* args, JValue* pResult)
java_lang_reflect_AccessibleObject.c 31 const u4* args, JValue* pResult)
java_lang_reflect_Proxy.c 32 JValue* pResult)
org_apache_harmony_dalvik_ddmc_DdmServer.c 31 const u4* args, JValue* pResult)
dalvik_system_VMStack.c 30 JValue* pResult)
47 JValue* pResult)
64 JValue* pResult)
81 JValue* pResult)
177 JValue* pResult)
java_lang_reflect_Constructor.c 28 const u4* args, JValue* pResult)
50 const u4* args, JValue* pResult)
95 const u4* args, JValue* pResult)
116 const u4* args, JValue* pResult)
137 const u4* args, JValue* pResult)
  /dalvik/vm/
InlineNative.c 74 * Always write results to 32-bit or 64-bit fields in "pResult", e.g. do
75 * not write boolean results to pResult->z. The interpreter expects
111 u4 arg0, u4 arg1, u4 arg2, u4 arg3, JValue* pResult)
128 JValue* pResult)
147 pResult->i = ((const u2*) chars->contents)[arg1 + offset];
198 JValue* pResult)
214 pResult->i = 0;
257 pResult->i = (s4) thisChars[i] - (s4) compChars[i];
258 if (pResult->i != otherRes) {
260 pResult->i, otherRes, "compareTo")
    [all...]
InlineNative.h 30 JValue* pResult);
100 JValue* pResult, int opIndex)
102 return (*gDvmInlineOpsTable[opIndex].func)(arg0, arg1, arg2, arg3, pResult);
109 JValue* pResult, int opIndex);
JniInternal.h 128 void dvmCallJNIMethod_general(const u4* args, JValue* pResult,
130 void dvmCallJNIMethod_synchronized(const u4* args, JValue* pResult,
132 void dvmCallJNIMethod_virtualNoRef(const u4* args, JValue* pResult,
134 void dvmCallJNIMethod_staticNoRef(const u4* args, JValue* pResult,
136 void dvmCheckCallJNIMethod_general(const u4* args, JValue* pResult,
138 void dvmCheckCallJNIMethod_synchronized(const u4* args, JValue* pResult,
140 void dvmCheckCallJNIMethod_virtualNoRef(const u4* args, JValue* pResult,
142 void dvmCheckCallJNIMethod_staticNoRef(const u4* args, JValue* pResult,
  /dalvik/vm/interp/
Interp.h 27 void dvmInterpret(Thread* thread, const Method* method, JValue* pResult);

Completed in 120 milliseconds

1 2 3