Home
last modified time | relevance | path

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

/art/compiler/dex/quick/mips/
Dcall_mips.cc73 const uint16_t* table = mir_graph_->GetTable(mir, table_offset); in GenLargeSparseSwitch()
146 const uint16_t* table = mir_graph_->GetTable(mir, table_offset); in GenLargePackedSwitch()
/art/compiler/dex/quick/arm64/
Dcall_arm64.cc56 const uint16_t* table = mir_graph_->GetTable(mir, table_offset); in GenLargeSparseSwitch()
105 const uint16_t* table = mir_graph_->GetTable(mir, table_offset); in GenLargePackedSwitch()
/art/compiler/dex/quick/arm/
Dcall_arm.cc57 const uint16_t* table = mir_graph_->GetTable(mir, table_offset); in GenLargeSparseSwitch()
102 const uint16_t* table = mir_graph_->GetTable(mir, table_offset); in GenLargePackedSwitch()
/art/compiler/dex/quick/x86/
Dcall_x86.cc59 const uint16_t* table = mir_graph_->GetTable(mir, table_offset); in GenLargePackedSwitch()
Dutility_x86.cc987 if (mir_graph_->GetTable(mir, mir->dalvikInsn.vB)[1] > kSmallSwitchThreshold) { in AnalyzeMIR()
/art/compiler/dex/quick/
Dgen_common.cc676 const uint16_t* table = mir_graph_->GetTable(mir, table_offset); in GenFillArrayData()
2163 const uint16_t* table = mir_graph_->GetTable(mir, table_offset); in GenSmallPackedSwitch()
2213 const uint16_t* table = mir_graph_->GetTable(mir, table_offset); in GenPackedSwitch()
2230 const uint16_t* table = mir_graph_->GetTable(mir, table_offset); in GenSmallSparseSwitch()
2245 const uint16_t* table = mir_graph_->GetTable(mir, table_offset); in GenSparseSwitch()
/art/compiler/dex/
Dmir_graph.h603 const uint16_t* GetTable(MIR* mir, uint32_t table_offset) const { in GetTable() function