/dalvik/vm/ |
D | Native.c | 74 void* func; in dvmResolveNativeMethod() local 91 func = dvmLookupInternalNativeMethod(method); in dvmResolveNativeMethod() 92 if (func != NULL) { in dvmResolveNativeMethod() 105 DalvikBridgeFunc dfunc = (DalvikBridgeFunc) func; in dvmResolveNativeMethod() 112 func = lookupSharedLibMethod(method); in dvmResolveNativeMethod() 113 if (func != NULL) { in dvmResolveNativeMethod() 115 dvmUseJNIBridge((Method*) method, func); in dvmResolveNativeMethod() 429 OnLoadFunc func = vonLoad; in dvmLoadNativeCode() local 435 version = (*func)(gDvm.vmList, NULL); in dvmLoadNativeCode() 697 void* func = NULL; in findMethodInLib() local [all …]
|
D | InlineNative.h | 45 InlineOp4Func func; /* MUST be first entry */ member 102 return (*gDvmInlineOpsTable[opIndex].func)(arg0, arg1, arg2, arg3, pResult); in dvmPerformInlineOp4Std()
|
D | CheckJni.c | 288 static void showLocation(const Method* meth, const char* func) in showLocation() argument 292 meth->clazz->descriptor, meth->name, desc, func + 6); in showLocation() 325 static void checkThread(JNIEnv* env, int flags, const char* func) in checkThread() argument 401 showLocation(dvmGetCurrentJNIMethod(), func); in checkThread() 417 PrimitiveType prim, bool isStatic, const char* func) in checkFieldType() argument 463 showLocation(dvmGetCurrentJNIMethod(), func); in checkFieldType() 474 static void checkObject0(JNIEnv* env, jobject jobj, const char* func) in checkObject0() argument 498 jobj, obj, func); in checkObject0() 504 showLocation(dvmGetCurrentJNIMethod(), func); in checkObject0() 515 static void checkObject(JNIEnv* env, jobject jobj, const char* func) in checkObject() argument [all …]
|
D | Hash.h | 159 int dvmHashForeach(HashTable* pHashTable, HashForeachFunc func, void* arg); 169 int dvmHashForeachRemove(HashTable* pHashTable, HashForeachRemoveFunc func);
|
D | Hash.c | 292 int dvmHashForeachRemove(HashTable* pHashTable, HashForeachRemoveFunc func) in dvmHashForeachRemove() argument 300 val = (*func)(pEnt->data); in dvmHashForeachRemove() 320 int dvmHashForeach(HashTable* pHashTable, HashForeachFunc func, void* arg) in dvmHashForeach() argument 328 val = (*func)(pEnt->data, arg); in dvmHashForeach()
|
D | Native.h | 53 const u4* argv, const char* signature, void* func, JValue* pResult);
|
D | Thread.h | 250 InternalThreadStart func; member 426 InternalThreadStart func, void* funcArg);
|
D | JniInternal.h | 148 void dvmUseJNIBridge(Method* method, void* func);
|
D | InlineNative.c | 850 result = (*gDvmInlineOpsTable[opIndex].func)(arg0, arg1, arg2, arg3, in dvmPerformInlineOp4Dbg() 856 return (*gDvmInlineOpsTable[opIndex].func)(arg0, arg1, arg2, arg3, pResult); in dvmPerformInlineOp4Dbg()
|
/dalvik/tests/065-mismatched-implements/src/ |
D | Defs.java | 4 public void func(); in func() method
|
D | Base.java | 4 public void func() { in func() method in Base
|
/dalvik/tests/066-mismatched-super/src2/ |
D | Defs.java | 4 public void func(); in func() method
|
/dalvik/vm/arch/generic/ |
D | Call.c | 59 const u4* argv, const char* shorty, void* func, JValue* pReturn) in dvmPlatformInvoke() argument 103 ffi_call(&cif, FFI_FN(func), pReturn, values); in dvmPlatformInvoke()
|
/dalvik/tests/065-mismatched-implements/src2/ |
D | Defs.java | 4 public void func() { in func() method in Defs
|
/dalvik/tests/066-mismatched-super/src/ |
D | Defs.java | 4 public void func() { in func() method in Defs
|
/dalvik/vm/mterp/x86-atom/ |
D | binopDivRemLong.S | 48 call $func # call func
|
D | binopDivRemLong2Addr.S | 49 call $func # call func
|
D | OP_PACKED_SWITCH.S | 44 call $func # call code-unit branch offset
|
/dalvik/vm/mterp/x86/ |
D | OP_PACKED_SWITCH.S | 20 call $func
|
/dalvik/vm/mterp/armv5te/ |
D | OP_PACKED_SWITCH.S | 19 bl $func @ r0<- code-unit branch offset
|
/dalvik/vm/oo/ |
D | Class.h | 145 void dvmSetNativeFunc(Method* method, DalvikBridgeFunc func, const u2* insns);
|
/dalvik/vm/compiler/ |
D | Compiler.h | 291 void (*func)(struct CompilationUnit *, struct BasicBlock *));
|
/dalvik/libdex/ |
D | DexSwapVerify.c | 2386 u4 offset, u4 count, ItemVisitorFunction* func, u4 alignment, in iterateSectionWithOptionalUpdate() argument 2412 u1* newPtr = (u1*) func(state, ptr); in iterateSectionWithOptionalUpdate() 2446 ItemVisitorFunction* func, u4 alignment, u4* nextOffset) { in iterateSection() argument 2447 return iterateSectionWithOptionalUpdate(state, offset, count, func, in iterateSection() 2457 ItemVisitorFunction* func, u4 alignment, u4* nextOffset) { in checkBoundsAndIterateSection() argument 2470 return iterateSection(state, offset, count, func, alignment, nextOffset); in checkBoundsAndIterateSection() 2478 ItemVisitorFunction* func, u4 alignment, u4* nextOffset, int mapType) { in iterateDataSection() argument 2489 if (!iterateSectionWithOptionalUpdate(state, offset, count, func, in iterateDataSection()
|
/dalvik/vm/mterp/common/ |
D | asm-constants.h | 185 MTERP_OFFSET(offInlineOperation_func, InlineOperation, func, 0)
|
/dalvik/vm/arch/arm/ |
D | CallEABI.S | 241 ldr ip, [r4, #8] @ func
|