Home
last modified time | relevance | path

Searched defs:kOr (Results 1 – 2 of 2) sorted by relevance

/art/libdexfile/dex/
Ddex_instruction.h163 kOr = 0x0002000, // or enumerator
/art/compiler/optimizing/
Dnodes.h5557 : HBinaryOperation(kOr, result_type, left, right, SideEffects::None(), dex_pc) { in HBinaryOperation() argument