Home
last modified time | relevance | path

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

/art/compiler/dex/quick/
Dcodegen_util.cc538 int bx_offset = INVALID_OFFSET; in InstallSwitchTables() local
542 bx_offset = tab_rec->anchor->offset + 4; in InstallSwitchTables()
546 bx_offset = tab_rec->offset; in InstallSwitchTables()
552 bx_offset = tab_rec->anchor->offset; in InstallSwitchTables()
557 LOG(INFO) << "Switch table for offset 0x" << std::hex << bx_offset; in InstallSwitchTables()
569 int disp = boundary_lir->offset - bx_offset; in InstallSwitchTables()
594 int disp = boundary_lir->offset - bx_offset; in InstallSwitchTables()