Searched defs:calleeAddr (Results 1 - 2 of 2) sorted by relevance

/dalvik/vm/compiler/codegen/arm/
H A DCodegenDriver.cpp1296 void *calleeAddr,
1316 newLIR2(cUnit, kThumbBl1, (int) calleeAddr, (int) calleeAddr);
1317 newLIR2(cUnit, kThumbBl2, (int) calleeAddr, (int) calleeAddr);
1332 void *calleeAddr,
1338 newLIR2(cUnit, kThumbBl1, (int) calleeAddr, (int) calleeAddr);
1339 newLIR2(cUnit, kThumbBl2, (int) calleeAddr, (int) calleeAddr);
1294 genInvokeVirtualWholeMethod(CompilationUnit *cUnit, MIR *mir, void *calleeAddr, ArmLIR *retChainingCell) argument
1330 genInvokeSingletonWholeMethod(CompilationUnit *cUnit, MIR *mir, void *calleeAddr, ArmLIR *retChainingCell) argument
3055 void *calleeAddr = dvmJitGetMethodAddr(calleeMethod->insns); local
3105 void *calleeAddr = dvmJitGetMethodAddr(calleeMethod->insns); local
3386 void *calleeAddr = dvmJitGetMethodAddr(calleeMethod->insns); local
[all...]
/dalvik/vm/compiler/codegen/mips/
H A DCodegenDriver.cpp1353 void *calleeAddr,
1372 newLIR1(cUnit, kMipsJal, (int) calleeAddr);
1387 void *calleeAddr,
1393 newLIR1(cUnit, kMipsJal, (int) calleeAddr);
3141 void *calleeAddr = dvmJitGetMethodAddr(calleeMethod->insns); local
3142 assert(calleeAddr);
3143 genInvokeSingletonWholeMethod(cUnit, mir, calleeAddr,
3191 void *calleeAddr = dvmJitGetMethodAddr(calleeMethod->insns); local
3192 assert(calleeAddr);
3193 genInvokeSingletonWholeMethod(cUnit, mir, calleeAddr,
1351 genInvokeVirtualWholeMethod(CompilationUnit *cUnit, MIR *mir, void *calleeAddr, MipsLIR *retChainingCell) argument
1385 genInvokeSingletonWholeMethod(CompilationUnit *cUnit, MIR *mir, void *calleeAddr, MipsLIR *retChainingCell) argument
3511 void *calleeAddr = dvmJitGetMethodAddr(calleeMethod->insns); local
[all...]

Completed in 93 milliseconds