Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Ddex_instruction.h166 kShr = 0x0010000, // shr enumerator
/art/compiler/optimizing/
Dnodes.h5425 : HBinaryOperation(kShr, result_type, value, distance, SideEffects::None(), dex_pc) { in HBinaryOperation() argument