Searched refs:OP_OR_INT (Results 1 - 11 of 11) sorted by relevance

/dalvik/vm/mterp/c/
H A DOP_OR_INT.cpp1 HANDLE_OP_X_INT(OP_OR_INT, "or", |, 0)
/dalvik/libdex/
H A DDexOpcodes.h221 OP_OR_INT = 0x96, enumerator in enum:Opcode
487 H(OP_OR_INT), \
/dalvik/vm/analysis/
H A DLiveness.cpp569 case OP_OR_INT:
H A DDexVerify.cpp1004 case OP_OR_INT:
H A DCodeVerify.cpp5589 case OP_OR_INT:
/dalvik/vm/compiler/codegen/x86/
H A DLower.cpp790 case OP_OR_INT:
H A DBytecodeVisitor.cpp264 case OP_OR_INT:
886 case OP_OR_INT:
910 if(inst_op == OP_OR_INT)
2263 case OP_OR_INT:
4592 case OP_OR_INT:
4601 inst_op == OP_AND_INT || inst_op == OP_OR_INT || inst_op == OP_XOR_INT) {
/dalvik/vm/compiler/codegen/arm/
H A DCodegenDriver.cpp827 case OP_OR_INT:
/dalvik/vm/mterp/out/
H A DInterpC-allstubs.cpp2379 /* File: c/OP_OR_INT.cpp */
2380 HANDLE_OP_X_INT(OP_OR_INT, "or", |, 0)
H A DInterpC-portable.cpp2390 /* File: c/OP_OR_INT.cpp */
2391 HANDLE_OP_X_INT(OP_OR_INT, "or", |, 0)
/dalvik/vm/compiler/codegen/mips/
H A DCodegenDriver.cpp872 case OP_OR_INT:

Completed in 1513 milliseconds