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

/dalvik/vm/analysis/
H A DOptimize.cpp62 const InlineOperation* ops = dvmGetInlineOpsTable(); local
76 Method* method = dvmFindInlinableMethod(ops[i].classDescriptor,
77 ops[i].methodName, ops[i].methodSignature);
84 ops[i].classDescriptor, ops[i].methodName,
85 ops[i].methodSignature);
/dalvik/vm/compiler/codegen/x86/
H A DLower.cpp41 LowOp* ops[BUFFER_SIZE]; variable

Completed in 58 milliseconds