Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator.cc653 instruction->GetLocations()->SetInAt(instruction->FormatIndex(), in CreateStringBuilderAppendLocations()
Dnodes.h7009 SetRawInputAt(FormatIndex(), format); in HStringBuilderAppend()
7023 size_t FormatIndex() const { in FormatIndex() function
7028 return InputAt(FormatIndex())->AsIntConstant(); in GetFormat()