Searched defs:GetLongConstant (Results 1 - 1 of 1) sorted by relevance

/art/compiler/optimizing/
H A Dnodes.h475 HLongConstant* GetLongConstant(int64_t value, uint32_t dex_pc = kNoDexPc) { function in class:art::HGraph
4183 return GetBlock()->GetGraph()->GetLongConstant(Compute(x->GetValue()), GetDexPc());
4254 return GetBlock()->GetGraph()->GetLongConstant(
4287 return GetBlock()->GetGraph()->GetLongConstant(
4322 return GetBlock()->GetGraph()->GetLongConstant(
4369 return GetBlock()->GetGraph()->GetLongConstant(
4421 return GetBlock()->GetGraph()->GetLongConstant(
4490 return GetBlock()->GetGraph()->GetLongConstant(
4536 return GetBlock()->GetGraph()->GetLongConstant(
4584 return GetBlock()->GetGraph()->GetLongConstant(
[all...]

Completed in 47 milliseconds