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.h693 ArenaVector<JumpTableRIPFixup*> fixups_to_jump_tables_; variable
Dcode_generator_x86.h745 ArenaVector<JumpTableRIPFixup*> fixups_to_jump_tables_; variable
Dcode_generator_x86_64.cc1445 fixups_to_jump_tables_(graph->GetAllocator()->Adapter(kArenaAllocCodeGenerator)) { in CodeGeneratorX86_64()
7911 if (!assembler->IsConstantAreaEmpty() || !fixups_to_jump_tables_.empty()) { in Finalize()
7917 for (JumpTableRIPFixup* jump_table : fixups_to_jump_tables_) { in Finalize()
7975 fixups_to_jump_tables_.push_back(table_fixup); in LiteralCaseTable()
Dcode_generator_x86.cc1075 fixups_to_jump_tables_(graph->GetAllocator()->Adapter(kArenaAllocCodeGenerator)), in CodeGeneratorX86()
8836 if (!assembler->IsConstantAreaEmpty() || !fixups_to_jump_tables_.empty()) { in Finalize()
8843 for (JumpTableRIPFixup* jump_table : fixups_to_jump_tables_) { in Finalize()
8936 fixups_to_jump_tables_.push_back(table_fixup); in LiteralCaseTable()