Searched refs:GetTable (Results 1 – 7 of 7) sorted by relevance
/art/compiler/dex/quick/mips/ |
D | call_mips.cc | 73 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/ |
D | call_arm64.cc | 56 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/ |
D | call_arm.cc | 57 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/ |
D | call_x86.cc | 59 const uint16_t* table = mir_graph_->GetTable(mir, table_offset); in GenLargePackedSwitch()
|
D | utility_x86.cc | 987 if (mir_graph_->GetTable(mir, mir->dalvikInsn.vB)[1] > kSmallSwitchThreshold) { in AnalyzeMIR()
|
/art/compiler/dex/quick/ |
D | gen_common.cc | 676 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/ |
D | mir_graph.h | 603 const uint16_t* GetTable(MIR* mir, uint32_t table_offset) const { in GetTable() function
|