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.h714 ArenaVector<JumpTableRIPFixup*> fixups_to_jump_tables_; variable
Dcode_generator_x86_64.h685 ArenaVector<JumpTableRIPFixup*> fixups_to_jump_tables_; variable
Dcode_generator_x86_64.cc1375 fixups_to_jump_tables_(graph->GetAllocator()->Adapter(kArenaAllocCodeGenerator)) { in CodeGeneratorX86_64()
7772 if (!assembler->IsConstantAreaEmpty() || !fixups_to_jump_tables_.empty()) { in Finalize()
7778 for (JumpTableRIPFixup* jump_table : fixups_to_jump_tables_) { in Finalize()
7836 fixups_to_jump_tables_.push_back(table_fixup); in LiteralCaseTable()
Dcode_generator_x86.cc1055 fixups_to_jump_tables_(graph->GetAllocator()->Adapter(kArenaAllocCodeGenerator)), in CodeGeneratorX86()
8498 if (!assembler->IsConstantAreaEmpty() || !fixups_to_jump_tables_.empty()) { in Finalize()
8505 for (JumpTableRIPFixup* jump_table : fixups_to_jump_tables_) { in Finalize()
8598 fixups_to_jump_tables_.push_back(table_fixup); in LiteralCaseTable()