Home
last modified time | relevance | path

Searched refs:ops (Results 1 – 8 of 8) sorted by relevance

/dalvik/vm/mterp/
Dconfig-mips21 # Need to specify split-ops to generate alt-ops at the end after
23 split-ops
65 alt-ops
DREADME.txt138 "c" ops to stub out platform-specific code.
155 some of the pseudo-ops emitted by the generation tool).
/dalvik/dx/tests/101-verify-wide-math/
Dinfo.txt2 ops, comparisons, etc.) verify that their arguments are actually of
/dalvik/dx/tests/102-verify-nonwide-math/
Dinfo.txt2 ops, comparisons, etc.) to verify that their arguments are actually of
/dalvik/dx/tests/044-dex-math-ops/
Dinfo.txt2 simple uses of all the math ops end up getting converted reasonably.
/dalvik/vm/analysis/
DOptimize.cpp62 const InlineOperation* ops = dvmGetInlineOpsTable(); in dvmCreateInlineSubsTable() local
76 Method* method = dvmFindInlinableMethod(ops[i].classDescriptor, in dvmCreateInlineSubsTable()
77 ops[i].methodName, ops[i].methodSignature); in dvmCreateInlineSubsTable()
84 ops[i].classDescriptor, ops[i].methodName, in dvmCreateInlineSubsTable()
85 ops[i].methodSignature); in dvmCreateInlineSubsTable()
/dalvik/vm/compiler/codegen/x86/
DLower.cpp41 LowOp* ops[BUFFER_SIZE]; variable
DLower.h523 extern LowOp* ops[BUFFER_SIZE];