Searched refs:func (Results 1 - 25 of 37) sorted by relevance

12

/dalvik/tests/065-mismatched-implements/src/
H A DDefs.java4 public void func(); method in interface:Defs
H A DBase.java4 public void func() { method in class:Base
/dalvik/tests/066-mismatched-super/src2/
H A DDefs.java4 public void func(); method in interface:Defs
/dalvik/tests/065-mismatched-implements/src2/
H A DDefs.java4 public void func() { method in class:Defs
/dalvik/tests/066-mismatched-super/src/
H A DDefs.java4 public void func() { method in class:Defs
/dalvik/vm/arch/generic/
H A DCall.cpp55 int argc, const u4* argv, const char* signature, void* func, JValue* pResult);
59 * Call "func" with the specified arguments.
76 const u4* argv, const char* shorty, void* func, JValue* pReturn)
119 ffi_call(&cif, FFI_FN(func), pReturn, values);
75 dvmPlatformInvoke(void* pEnv, ClassObject* clazz, int argInfo, int argc, const u4* argv, const char* shorty, void* func, JValue* pReturn) argument
/dalvik/vm/mterp/x86/
H A DOP_PACKED_SWITCH.S1 %default { "func":"dvmInterpHandlePackedSwitch" }
18 call $func
/dalvik/vm/
H A DNative.h53 int argc, const u4* argv, const char* signature, void* func, JValue* pResult);
H A DNative.cpp111 void* func = lookupSharedLibMethod(method); local
112 if (func != NULL) {
114 dvmUseJNIBridge((Method*) method, func);
429 OnLoadFunc func = (OnLoadFunc)vonLoad; local
437 version = (*func)(gDvmJni.jniVm, NULL);
698 void* func = NULL; local
721 func = dlsym(pLib->handle, mangleCM);
722 if (func == NULL) {
735 func = dlsym(pLib->handle, mangleCMSig);
736 if (func !
[all...]
H A DHash.h155 * Execute "func" on every entry in the hash table.
157 * If "func" returns a nonzero value, terminate early and return the value.
159 int dvmHashForeach(HashTable* pHashTable, HashForeachFunc func, void* arg);
162 * Execute "func" on every entry in the hash table.
164 * If "func" returns 1 detach the entry from the hash table. Does not invoke
167 * Returning values other than 0 or 1 from "func" will abort the routine.
169 int dvmHashForeachRemove(HashTable* pHashTable, HashForeachRemoveFunc func);
H A DHash.cpp83 // call free func then nuke entry
291 int dvmHashForeachRemove(HashTable* pHashTable, HashForeachRemoveFunc func) argument
301 val = (*func)(pEnt->data);
319 * If "func" returns a nonzero value, terminate early and return the value.
321 int dvmHashForeach(HashTable* pHashTable, HashForeachFunc func, void* arg) argument
331 val = (*func)(pEnt->data, arg);
H A DJniInternal.h114 * Configure "method" to use the JNI bridge to call "func".
116 void dvmUseJNIBridge(Method* method, void* func);
H A DInlineNative.h49 InlineOp4Func func; /* MUST be first entry */ member in struct:InlineOperation
117 return (*gDvmInlineOpsTable[opIndex].func)(arg0, arg1, arg2, arg3, pResult);
H A DThread.h322 InternalThreadStart func; member in struct:InternalStartArgs
502 InternalThreadStart func, void* funcArg);
H A DInlineNative.cpp905 return (*gDvmInlineOpsTable[opIndex].func)(arg0, arg1, arg2, arg3,
911 bool result = (*gDvmInlineOpsTable[opIndex].func)(arg0, arg1, arg2, arg3,
/dalvik/vm/mterp/armv5te/
H A DOP_PACKED_SWITCH.S1 %default { "func":"dvmInterpHandlePackedSwitch" }
22 bl $func @ r0<- code-unit branch offset
/dalvik/vm/mterp/mips/
H A DOP_PACKED_SWITCH.S1 %default { "func":"dvmInterpHandlePackedSwitch" }
23 JAL($func) # a0 <- code-unit branch offset
/dalvik/vm/arch/arm/
H A DCallEABI.S40 const u4* argv, const char* signature, void* func, JValue* pReturn)
44 return_type func(JNIEnv* pEnv, ClassObject* clazz, ...)
46 return_type func(JNIEnv* pEnv, Object* this, ...)
95 * [sp,#8] func
137 * func
256 ldr ip, [fp, #8+FP_ADJ] @ ip<- func
258 blx ip @ call func
260 mov lr, pc @ call func the old-fashioned way
/dalvik/vm/oo/
H A DClass.h152 void dvmSetNativeFunc(Method* method, DalvikBridgeFunc func, const u2* insns);
/dalvik/vm/compiler/template/mips/
H A Dfooter.S106 la a1, .LdvmMterpCommonExceptionThrown # PIC way of getting &func
108 la rIBASE, .LdvmAsmInstructionStart # PIC way of getting &func
H A Dheader.S343 #define JAL(func) move rTEMP, ra; \
344 jal func; \
/dalvik/vm/compiler/
H A DDataflow.cpp1649 bool (*func)(CompilationUnit *, BasicBlock *),
1658 /* Scan all blocks and perform the operations specified in func */
1667 change |= (*func)(cUnit, bb);
1672 * func.
1684 change |= (*func)(cUnit, bb);
1689 * CFG and perform the operations specified in func.
1700 change |= (*func)(cUnit, bb);
1705 * CFG and perform the operations specified in func.
1716 change |= (*func)(cUnit, bb);
1721 * and perform the operations specified in func
[all...]
H A DCompiler.h239 bool (*func)(struct CompilationUnit *, struct BasicBlock *),
/dalvik/vm/compiler/template/armv5te/
H A Dfooter.S85 ldr r1, .LdvmMterpCommonExceptionThrown @ PIC way of getting &func
/dalvik/libdex/
H A DDexSwapVerify.cpp2400 u4 offset, u4 count, ItemVisitorFunction* func, u4 alignment,
2426 u1* newPtr = (u1*) func(state, ptr);
2460 ItemVisitorFunction* func, u4 alignment, u4* nextOffset) {
2461 return iterateSectionWithOptionalUpdate(state, offset, count, func,
2471 ItemVisitorFunction* func, u4 alignment, u4* nextOffset) {
2484 return iterateSection(state, offset, count, func, alignment, nextOffset);
2492 ItemVisitorFunction* func, u4 alignment, u4* nextOffset, int mapType) {
2503 if (!iterateSectionWithOptionalUpdate(state, offset, count, func,
2399 iterateSectionWithOptionalUpdate(CheckState* state, u4 offset, u4 count, ItemVisitorFunction* func, u4 alignment, u4* nextOffset, int mapType) argument
2459 iterateSection(CheckState* state, u4 offset, u4 count, ItemVisitorFunction* func, u4 alignment, u4* nextOffset) argument
2469 checkBoundsAndIterateSection(CheckState* state, u4 offset, u4 count, u4 expectedOffset, u4 expectedCount, ItemVisitorFunction* func, u4 alignment, u4* nextOffset) argument
2491 iterateDataSection(CheckState* state, u4 offset, u4 count, ItemVisitorFunction* func, u4 alignment, u4* nextOffset, int mapType) argument

Completed in 391 milliseconds

12