Searched refs:GetStartUseIndex (Results 1 – 2 of 2) sorted by relevance
242 static uint32_t GetStartUseIndex(Instruction::Code opcode);361 uint32_t GetStartUseIndex() const { in GetStartUseIndex() function362 return SSARepresentation::GetStartUseIndex(dalvikInsn.opcode); in GetStartUseIndex()
2217 uint32_t SSARepresentation::GetStartUseIndex(Instruction::Code opcode) { in GetStartUseIndex() function in art::SSARepresentation