Home
last modified time | relevance | path

Searched refs:NeedsIndexForInstruction (Results 1 – 6 of 6) sorted by relevance

/art/runtime/
Dquicken_info.h59 static bool NeedsIndexForInstruction(const Instruction* inst) { in NeedsIndexForInstruction() function
Dart_method.cc557 if (QuickenInfoTable::NeedsIndexForInstruction(&pair.Inst())) { in GetIndexFromQuickening()
/art/dex2oat/dex/
Ddex_to_dex_compiler.cc354 if (QuickenInfoTable::NeedsIndexForInstruction(&pair.Inst())) { in Compile()
368 CHECK(QuickenInfoTable::NeedsIndexForInstruction(&inst)) << inst.Opcode(); in Compile()
/art/compiler/optimizing/
Dblock_builder.cc173 if (QuickenInfoTable::NeedsIndexForInstruction(&instruction)) { in ConnectBasicBlocks()
Dinstruction_builder.cc395 if (QuickenInfoTable::NeedsIndexForInstruction(&pair.Inst())) { in Build()
/art/runtime/dex/
Ddex_file_annotations.cc1457 if (QuickenInfoTable::NeedsIndexForInstruction(&iter.Inst())) { in MethodContainsRSensitiveAccess()