Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Ddex_instruction.h165 kShl = 0x0008000, // shl enumerator
/art/compiler/optimizing/
Dnodes.h5379 : HBinaryOperation(kShl, result_type, value, distance, SideEffects::None(), dex_pc) { in HBinaryOperation() argument