Home
last modified time | relevance | path

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

/art/runtime/
Dquicken_info.h59 static bool NeedsIndexForInstruction(const Instruction* inst) { in NeedsIndexForInstruction() function
/art/compiler/optimizing/
Dblock_builder.cc173 if (QuickenInfoTable::NeedsIndexForInstruction(&instruction)) { in ConnectBasicBlocks()