Home
last modified time | relevance | path

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

/art/compiler/dex/quick/
Dcodegen_util.cc408 int bx_offset = INVALID_OFFSET; in InstallSwitchTables() local
411 bx_offset = tab_rec->anchor->offset + 4; in InstallSwitchTables()
414 bx_offset = 0; in InstallSwitchTables()
417 bx_offset = tab_rec->anchor->offset; in InstallSwitchTables()
422 LOG(INFO) << "Switch table for offset 0x" << std::hex << bx_offset; in InstallSwitchTables()
427 int disp = tab_rec->targets[elems]->offset - bx_offset; in InstallSwitchTables()
435 tab_rec->targets[elems]->offset - bx_offset); in InstallSwitchTables()
441 int disp = tab_rec->targets[elems]->offset - bx_offset; in InstallSwitchTables()
446 PushWord(code_buffer_, tab_rec->targets[elems]->offset - bx_offset); in InstallSwitchTables()