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

12

/dalvik/vm/mterp/common/
H A Dasm-constants.h145 /* InlineOperation fields -- code assumes "func" offset is zero, do not alter */
146 MTERP_OFFSET(offInlineOperation_func, InlineOperation, func, 0)
/dalvik/vm/
H A DThread.cpp1635 InternalThreadStart func, void* funcArg)
1648 pArgs->func = func;
1743 (*pArgs->func)(pArgs->funcArg);
1634 dvmCreateInternalThread(pthread_t* pHandle, const char* name, InternalThreadStart func, void* funcArg) argument
H A DJni.cpp802 void dvmUseJNIBridge(Method* method, void* func) { argument
816 dvmSetNativeFunc(method, bridge, (const u2*) func);
/dalvik/vm/jdwp/
H A DJdwpHandler.cpp1720 JdwpRequestHandler func;
1926 result = (*gHandlerMap[i].func)(state, buf, dataLen, pReply);
/dalvik/vm/oo/
H A DClass.cpp4554 void dvmSetNativeFunc(Method* method, DalvikBridgeFunc func, argument
4559 assert(func != NULL);
4568 android_atomic_release_store((int32_t) func,
4572 method->nativeFunc = func;
/dalvik/vm/compiler/template/out/
H A DCompilerTemplateAsm-mips.S350 #define JAL(func) move rTEMP, ra; \
351 jal func; \
3366 la a1, .LdvmMterpCommonExceptionThrown # PIC way of getting &func
3368 la rIBASE, .LdvmAsmInstructionStart # PIC way of getting &func
H A DCompilerTemplateAsm-armv5te.S1667 ldr r1, .LdvmMterpCommonExceptionThrown @ PIC way of getting &func
H A DCompilerTemplateAsm-armv5te-vfp.S1936 ldr r1, .LdvmMterpCommonExceptionThrown @ PIC way of getting &func
H A DCompilerTemplateAsm-armv7-a-neon.S1936 ldr r1, .LdvmMterpCommonExceptionThrown @ PIC way of getting &func
H A DCompilerTemplateAsm-armv7-a.S1936 ldr r1, .LdvmMterpCommonExceptionThrown @ PIC way of getting &func
/dalvik/vm/compiler/codegen/arm/
H A DCodegenDriver.cpp3606 uintptr_t fn = (int) inLineTable[operation].func;
/dalvik/vm/compiler/codegen/mips/
H A DCodegenDriver.cpp3737 uintptr_t fn = (int) inLineTable[operation].func;

Completed in 212 milliseconds

12