Home
last modified time | relevance | path

Searched refs:offset_2 (Results 1 – 2 of 2) sorted by relevance

/art/compiler/dex/quick/arm/
Dtarget_arm.cc462 int offset_2 = NEXT_LIR(lir)->operands[0]; in BuildInsnString() local
465 ~3) + (offset_1 << 21 >> 9) + (offset_2 << 1)) & in BuildInsnString()
/art/compiler/dex/quick/mips/
Dtarget_mips.cc427 int offset_2 = NEXT_LIR(lir)->operands[0]; in BuildInsnString() local
430 (offset_1 << 21 >> 9) + (offset_2 << 1)) & 0xfffffffc; in BuildInsnString()