Home
last modified time | relevance | path

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

/art/runtime/
Dquicken_info.h29 class QuickenInfoTable {
46 explicit QuickenInfoTable(ArrayRef<const uint8_t> data) in QuickenInfoTable() function
68 QuickenInfoTable table(data); in SizeInBytes()
80 DISALLOW_COPY_AND_ASSIGN(QuickenInfoTable);
/art/compiler/optimizing/
Dblock_builder.cc173 if (QuickenInfoTable::NeedsIndexForInstruction(&instruction)) { in ConnectBasicBlocks()