Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_x86_64.cc7035 const int32_t offset_in_constant_table = assembler->ConstantAreaSize(); in CreateJumpTable() local
7036 SetOffset(offset_in_constant_table); in CreateJumpTable()
7039 const int32_t current_table_offset = assembler->CodeSize() + offset_in_constant_table; in CreateJumpTable()