Lines Matching refs:graph

819   HGraph* graph = header_->GetGraph();  in Populate()  local
827 ScopedArenaAllocator allocator(graph->GetArenaStack()); in Populate()
829 graph->GetBlocks().size(), in Populate()
845 if (!is_irreducible_loop && graph->IsCompilingOsr()) { in Populate()
865 graph->SetHasIrreducibleLoops(true); in Populate()
867 graph->SetHasLoops(true); in Populate()
1549 HGraph* graph = GetBlock()->GetGraph(); in TryStaticEvaluation() local
1554 return graph->GetIntConstant(static_cast<int8_t>(value), GetDexPc()); in TryStaticEvaluation()
1556 return graph->GetIntConstant(static_cast<uint8_t>(value), GetDexPc()); in TryStaticEvaluation()
1558 return graph->GetIntConstant(static_cast<int16_t>(value), GetDexPc()); in TryStaticEvaluation()
1560 return graph->GetIntConstant(static_cast<uint16_t>(value), GetDexPc()); in TryStaticEvaluation()
1562 return graph->GetLongConstant(static_cast<int64_t>(value), GetDexPc()); in TryStaticEvaluation()
1564 return graph->GetFloatConstant(static_cast<float>(value), GetDexPc()); in TryStaticEvaluation()
1566 return graph->GetDoubleConstant(static_cast<double>(value), GetDexPc()); in TryStaticEvaluation()
1574 return graph->GetIntConstant(static_cast<int8_t>(value), GetDexPc()); in TryStaticEvaluation()
1576 return graph->GetIntConstant(static_cast<uint8_t>(value), GetDexPc()); in TryStaticEvaluation()
1578 return graph->GetIntConstant(static_cast<int16_t>(value), GetDexPc()); in TryStaticEvaluation()
1580 return graph->GetIntConstant(static_cast<uint16_t>(value), GetDexPc()); in TryStaticEvaluation()
1582 return graph->GetIntConstant(static_cast<int32_t>(value), GetDexPc()); in TryStaticEvaluation()
1584 return graph->GetFloatConstant(static_cast<float>(value), GetDexPc()); in TryStaticEvaluation()
1586 return graph->GetDoubleConstant(static_cast<double>(value), GetDexPc()); in TryStaticEvaluation()
1595 return graph->GetIntConstant(0, GetDexPc()); in TryStaticEvaluation()
1597 return graph->GetIntConstant(kPrimIntMax, GetDexPc()); in TryStaticEvaluation()
1599 return graph->GetIntConstant(kPrimIntMin, GetDexPc()); in TryStaticEvaluation()
1600 return graph->GetIntConstant(static_cast<int32_t>(value), GetDexPc()); in TryStaticEvaluation()
1603 return graph->GetLongConstant(0, GetDexPc()); in TryStaticEvaluation()
1605 return graph->GetLongConstant(kPrimLongMax, GetDexPc()); in TryStaticEvaluation()
1607 return graph->GetLongConstant(kPrimLongMin, GetDexPc()); in TryStaticEvaluation()
1608 return graph->GetLongConstant(static_cast<int64_t>(value), GetDexPc()); in TryStaticEvaluation()
1610 return graph->GetDoubleConstant(static_cast<double>(value), GetDexPc()); in TryStaticEvaluation()
1619 return graph->GetIntConstant(0, GetDexPc()); in TryStaticEvaluation()
1621 return graph->GetIntConstant(kPrimIntMax, GetDexPc()); in TryStaticEvaluation()
1623 return graph->GetIntConstant(kPrimIntMin, GetDexPc()); in TryStaticEvaluation()
1624 return graph->GetIntConstant(static_cast<int32_t>(value), GetDexPc()); in TryStaticEvaluation()
1627 return graph->GetLongConstant(0, GetDexPc()); in TryStaticEvaluation()
1629 return graph->GetLongConstant(kPrimLongMax, GetDexPc()); in TryStaticEvaluation()
1631 return graph->GetLongConstant(kPrimLongMin, GetDexPc()); in TryStaticEvaluation()
1632 return graph->GetLongConstant(static_cast<int64_t>(value), GetDexPc()); in TryStaticEvaluation()
1634 return graph->GetFloatConstant(static_cast<float>(value), GetDexPc()); in TryStaticEvaluation()