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

/dalvik/vm/compiler/codegen/arm/
H A DCodegenDriver.cpp963 /* Perform the actual operation for OP_RETURN_* */
1401 * lock operation, this additional cost should be slight (especially when
3425 * This operation is complex enough that we'll do it partly inline
3603 int operation = dInsn->vB; local
3606 uintptr_t fn = (int) inLineTable[operation].func;
/dalvik/vm/compiler/codegen/mips/
H A DCodegenDriver.cpp1008 /* Perform the actual operation for OP_RETURN_* */
1468 * lock operation, this additional cost should be slight (especially when
3558 * This operation is complex enough that we'll do it partly inline
3742 int operation = dInsn->vB; local
3745 uintptr_t fn = (int) inLineTable[operation].func;

Completed in 81 milliseconds