Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dnodes.cc354 if (current->GetUser() == user && current->GetIndex() == input_index) { in RemoveUser()
400 size_t input_index = current->GetIndex(); in ReplaceWith()
408 size_t input_index = current->GetIndex(); in ReplaceWith()
Dcode_generator.h88 + parameter->GetIndex() * kVRegSize; in GetStackSlotOfParameter()
Dnodes.h468 size_t GetIndex() const { return index_; }
1241 uint8_t GetIndex() const { return index_; } in GetIndex() function
1459 size_t GetIndex() const { return index_; } in GetIndex() function
Dcode_generator.cc126 - ((1 + temp->GetIndex()) * kVRegSize); in GetTemporaryLocation()
/art/compiler/utils/
Dgrowable_array.h75 size_t GetIndex() const { in GetIndex() function
/art/compiler/dex/
Dmir_graph.cc2150 size_t idx = iterator.GetIndex() - 1; in UpdatePredecessor()