Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_x86_64.h770 ArenaVector<JumpTableRIPFixup*> fixups_to_jump_tables_; variable
Dcode_generator_x86.h809 ArenaVector<JumpTableRIPFixup*> fixups_to_jump_tables_; variable
Dcode_generator_x86_64.cc1631 fixups_to_jump_tables_(graph->GetAllocator()->Adapter(kArenaAllocCodeGenerator)) { in CodeGeneratorX86_64()
8436 if (!assembler->IsConstantAreaEmpty() || !fixups_to_jump_tables_.empty()) { in Finalize()
8442 for (JumpTableRIPFixup* jump_table : fixups_to_jump_tables_) { in Finalize()
8500 fixups_to_jump_tables_.push_back(table_fixup); in LiteralCaseTable()
Dcode_generator_x86.cc1187 fixups_to_jump_tables_(graph->GetAllocator()->Adapter(kArenaAllocCodeGenerator)), in CodeGeneratorX86()
9121 if (!assembler->IsConstantAreaEmpty() || !fixups_to_jump_tables_.empty()) { in Finalize()
9128 for (JumpTableRIPFixup* jump_table : fixups_to_jump_tables_) { in Finalize()
9221 fixups_to_jump_tables_.push_back(table_fixup); in LiteralCaseTable()