Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dbuilder.cc503 HLongConstant* constant = GetLongConstant(value); in AnalyzeDexInstruction()
514 HLongConstant* constant = GetLongConstant(value); in AnalyzeDexInstruction()
521 HLongConstant* constant = GetLongConstant(instruction.VRegB_51l()); in AnalyzeDexInstruction()
529 HLongConstant* constant = GetLongConstant(value); in AnalyzeDexInstruction()
789 HLongConstant* HGraphBuilder::GetLongConstant(int64_t constant) { in GetLongConstant() function in art::HGraphBuilder
Dbuilder.h68 HLongConstant* GetLongConstant(int64_t constant);