/dalvik/vm/native/ |
java_lang_Math.cpp | 20 static void Math_absD(const u4* args, JValue* pResult) 25 static void Math_absF(const u4* args, JValue* pResult) 30 static void Math_absI(const u4* args, JValue* pResult) 35 static void Math_absJ(const u4* args, JValue* pResult) 40 static void Math_cos(const u4* args, JValue* pResult) 45 static void Math_maxI(const u4* args, JValue* pResult) 50 static void Math_minI(const u4* args, JValue* pResult) 55 static void Math_sin(const u4* args, JValue* pResult) 60 static void Math_sqrt(const u4* args, JValue* pResult)
|
java_lang_Double.cpp | 20 static void Double_doubleToLongBits(const u4* args, JValue* pResult) 25 static void Double_doubleToRawLongBits(const u4* args, JValue* pResult) 30 static void Double_longBitsToDouble(const u4* args, JValue* pResult)
|
java_lang_Float.cpp | 20 static void Float_floatToIntBits(const u4* args, JValue* pResult) 25 static void Float_floatToRawIntBits(const u4* args, JValue* pResult) 30 static void Float_intBitsToFloat(const u4* args, JValue* pResult)
|
java_lang_String.cpp | 23 static void String_charAt(const u4* args, JValue* pResult) 28 static void String_compareTo(const u4* args, JValue* pResult) 33 static void String_equals(const u4* args, JValue* pResult) 38 static void String_fastIndexOf(const u4* args, JValue* pResult) 43 static void String_intern(const u4* args, JValue* pResult) 50 static void String_isEmpty(const u4* args, JValue* pResult) 55 static void String_length(const u4* args, JValue* pResult)
|
InternalNative.h | 30 extern "C" void dvmAbstractMethodStub(const u4* args, JValue* pResult);
|
java_util_concurrent_atomic_AtomicLong.cpp | 28 const u4* args, JValue* pResult)
|
org_apache_harmony_dalvik_NativeTestTarget.cpp | 30 const u4* args, JValue* pResult)
|
org_apache_harmony_dalvik_ddmc_DdmVmInternal.cpp | 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)
|
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 = (Object*)(_val); return; } while(0) 49 JValue* pResult); \ 50 INTRINSIC_FN(args[0], args[1], args[2], args[3], pResult); [all...] |
dalvik_system_VMRuntime.cpp | 35 const u4* args, JValue* pResult) 51 const u4* args, JValue* pResult) 65 JValue* pResult) 85 JValue* pResult) 96 JValue* pResult) 127 JValue* pResult) 140 JValue* pResult) 147 const u4* args, JValue* pResult) 153 JValue* pResult) 160 static void returnCString(JValue* pResult, const char* s [all...] |
java_lang_Object.cpp | 30 JValue* pResult) 41 static void Dalvik_java_lang_Object_hashCode(const u4* args, JValue* pResult) 50 static void Dalvik_java_lang_Object_getClass(const u4* args, JValue* pResult) 63 static void Dalvik_java_lang_Object_notify(const u4* args, JValue* pResult, 75 static void Dalvik_java_lang_Object_notifyAll(const u4* args, JValue* pResult, 87 static void Dalvik_java_lang_Object_wait(const u4* args, JValue* pResult,
|
dalvik_system_VMDebug.cpp | 54 static void Dalvik_dalvik_system_VMDebug_getVmFeatureList(const u4* args, JValue* pResult) { 142 JValue* pResult) 156 JValue* pResult) 168 JValue* pResult) 180 pResult->i = allocProf->allocCount; 183 pResult->i = allocProf->allocSize; 186 pResult->i = allocProf->freeCount; 189 pResult->i = allocProf->freeSize; 192 pResult->i = allocProf->gcCount; 195 pResult->i = allocProf->classInitCount [all...] |
java_lang_Runtime.cpp | 30 static void Dalvik_java_lang_Runtime_gc(const u4* args, JValue* pResult) 45 JValue* pResult) 71 JValue* pResult) 100 static void Dalvik_java_lang_Runtime_maxMemory(const u4* args, JValue* pResult) 111 JValue* pResult) 122 JValue* pResult)
|
java_lang_Throwable.cpp | 28 JValue* pResult) 45 JValue* pResult)
|
java_lang_VMClassLoader.cpp | 32 JValue* pResult) 60 JValue* pResult) 79 JValue* pResult) 118 JValue* pResult) 132 const u4* args, JValue* pResult) 153 JValue* pResult) 157 pResult->l = (Object*)dvmFindPrimitiveClass(primType); 172 JValue* pResult)
|
java_lang_VMThread.cpp | 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...] |
sun_misc_Unsafe.cpp | 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...] |
dalvik_bytecode_OpcodeInfo.cpp | 32 JValue* pResult)
|
java_lang_reflect_AccessibleObject.cpp | 31 const u4* args, JValue* pResult)
|
/frameworks/base/media/jni/mediaeditor/ |
VideoEditorJava.cpp | 29 bool* pResult, 37 if (*pResult) 48 (*pResult) = false; 58 bool* pResult, 69 if (*pResult) 83 (*pResult) = false; 93 bool* pResult, 102 if (*pResult) 113 (*pResult) = false; 123 bool* pResult, [all...] |
VideoEditorJava.h | 61 bool* pResult, \ 65 pResult, \ 90 bool* pResult, \ 94 pResult, \ 101 bool* pResult, \ 106 pResult, \ 136 bool* pResult, \ 149 bool* pResult, \ 155 bool* pResult, \ 185 bool* pResult, \ [all...] |
VideoEditorOsal.h | 36 bool* pResult, 47 bool* pResult, 56 bool* pResult,
|
VideoEditorClasses.cpp | [all...] |
/dalvik/vm/ |
InlineNative.h | 34 JValue* pResult); 108 JValue* pResult, int opIndex) 110 return (*gDvmInlineOpsTable[opIndex].func)(arg0, arg1, arg2, arg3, pResult); 117 JValue* pResult, int opIndex); 128 JValue* pResult); 131 JValue* pResult); 134 JValue* pResult); 137 JValue* pResult); 140 JValue* pResult); 143 JValue* pResult); [all...] |
InlineNative.cpp | 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) 149 pResult->i = ((const u2*)(void*)chars->contents)[arg1 + offset]; 200 JValue* pResult) 215 pResult->i = 0; 258 pResult->i = (s4) thisChars[i] - (s4) compChars[i]; 259 if (pResult->i != otherRes) { 261 pResult->i, otherRes, "compareTo") [all...] |