Home
last modified time | relevance | path

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

/art/compiler/dex/
Dmir_graph.h242 static uint32_t GetStartUseIndex(Instruction::Code opcode);
361 uint32_t GetStartUseIndex() const { in GetStartUseIndex() function
362 return SSARepresentation::GetStartUseIndex(dalvikInsn.opcode); in GetStartUseIndex()
Dmir_graph.cc2217 uint32_t SSARepresentation::GetStartUseIndex(Instruction::Code opcode) { in GetStartUseIndex() function in art::SSARepresentation