Lines Matching refs:GetGraph

1121   HGraph* GetGraph() const { return graph_; }  in GetGraph()  function
2129 ArenaAllocator* GetAllocator() const { return block_->GetGraph()->GetAllocator(); } in GetAllocator()
2239 new (GetBlock()->GetGraph()->GetAllocator()) HUseListNode<HInstruction*>(user, index); in AddUseAt()
2249 new (GetBlock()->GetGraph()->GetAllocator()) HUseListNode<HEnvironment*>(user, index); in AddEnvUseAt()
2332 ArenaAllocator* allocator = GetBlock()->GetGraph()->GetAllocator(); in CopyEnvironmentFrom()
2343 ArenaAllocator* allocator = GetBlock()->GetGraph()->GetAllocator(); in CopyEnvironmentFromWithLoopPhiAdjustment()
3764 return GetBlock()->GetGraph()->GetIntConstant(value, dex_pc); in MakeConstantCondition()
4272 return GetBlock()->GetGraph()->GetIntConstant(value, dex_pc); in MakeConstantComparison()
4670 DCHECK_EQ(InputAt(GetCurrentMethodIndex()), GetBlock()->GetGraph()->GetCurrentMethod()); in SetDispatchInfo()
4969 return GetBlock()->GetGraph()->GetIntConstant(Compute(x->GetValue()), GetDexPc()); in Evaluate()
4972 return GetBlock()->GetGraph()->GetLongConstant(Compute(x->GetValue()), GetDexPc()); in Evaluate()
4975 return GetBlock()->GetGraph()->GetFloatConstant(Compute(x->GetValue()), GetDexPc()); in Evaluate()
4978 return GetBlock()->GetGraph()->GetDoubleConstant(Compute(x->GetValue()), GetDexPc()); in Evaluate()
5048 return GetBlock()->GetGraph()->GetIntConstant( in Evaluate()
5052 return GetBlock()->GetGraph()->GetLongConstant( in Evaluate()
5056 return GetBlock()->GetGraph()->GetFloatConstant( in Evaluate()
5060 return GetBlock()->GetGraph()->GetDoubleConstant( in Evaluate()
5082 return GetBlock()->GetGraph()->GetIntConstant( in Evaluate()
5086 return GetBlock()->GetGraph()->GetLongConstant( in Evaluate()
5090 return GetBlock()->GetGraph()->GetFloatConstant( in Evaluate()
5094 return GetBlock()->GetGraph()->GetDoubleConstant( in Evaluate()
5118 return GetBlock()->GetGraph()->GetIntConstant( in Evaluate()
5122 return GetBlock()->GetGraph()->GetLongConstant( in Evaluate()
5126 return GetBlock()->GetGraph()->GetFloatConstant( in Evaluate()
5130 return GetBlock()->GetGraph()->GetDoubleConstant( in Evaluate()
5166 return GetBlock()->GetGraph()->GetIntConstant( in Evaluate()
5170 return GetBlock()->GetGraph()->GetLongConstant( in Evaluate()
5174 return GetBlock()->GetGraph()->GetFloatConstant( in Evaluate()
5178 return GetBlock()->GetGraph()->GetDoubleConstant( in Evaluate()
5214 return GetBlock()->GetGraph()->GetIntConstant( in Evaluate()
5218 return GetBlock()->GetGraph()->GetLongConstant( in Evaluate()
5222 return GetBlock()->GetGraph()->GetFloatConstant( in Evaluate()
5226 return GetBlock()->GetGraph()->GetDoubleConstant( in Evaluate()
5252 return GetBlock()->GetGraph()->GetIntConstant( in Evaluate()
5256 return GetBlock()->GetGraph()->GetLongConstant( in Evaluate()
5287 return GetBlock()->GetGraph()->GetIntConstant( in Evaluate()
5291 return GetBlock()->GetGraph()->GetLongConstant( in Evaluate()
5327 return GetBlock()->GetGraph()->GetIntConstant(ComputeIntegral(x->GetValue()), GetDexPc()); in Evaluate()
5330 return GetBlock()->GetGraph()->GetLongConstant(ComputeIntegral(x->GetValue()), GetDexPc()); in Evaluate()
5333 return GetBlock()->GetGraph()->GetFloatConstant( in Evaluate()
5337 return GetBlock()->GetGraph()->GetDoubleConstant( in Evaluate()
5390 return GetBlock()->GetGraph()->GetIntConstant( in Evaluate()
5394 return GetBlock()->GetGraph()->GetLongConstant( in Evaluate()
5436 return GetBlock()->GetGraph()->GetIntConstant( in Evaluate()
5440 return GetBlock()->GetGraph()->GetLongConstant( in Evaluate()
5484 return GetBlock()->GetGraph()->GetIntConstant( in Evaluate()
5488 return GetBlock()->GetGraph()->GetLongConstant( in Evaluate()
5527 return GetBlock()->GetGraph()->GetIntConstant( in Evaluate()
5531 return GetBlock()->GetGraph()->GetLongConstant( in Evaluate()
5565 return GetBlock()->GetGraph()->GetIntConstant( in Evaluate()
5569 return GetBlock()->GetGraph()->GetLongConstant( in Evaluate()
5603 return GetBlock()->GetGraph()->GetIntConstant( in Evaluate()
5607 return GetBlock()->GetGraph()->GetLongConstant( in Evaluate()
5647 return GetBlock()->GetGraph()->GetIntConstant( in Evaluate()
5651 return GetBlock()->GetGraph()->GetLongConstant( in Evaluate()
5735 return GetBlock()->GetGraph()->GetIntConstant(Compute(x->GetValue()), GetDexPc()); in Evaluate()
5738 return GetBlock()->GetGraph()->GetLongConstant(Compute(x->GetValue()), GetDexPc()); in Evaluate()
5772 return GetBlock()->GetGraph()->GetIntConstant(Compute(x->GetValue()), GetDexPc()); in Evaluate()
7976 HGraph* GetGraph() const { return graph_; } in GetGraph() function
8047 blocks_(info.GetHeader()->GetGraph()->GetBlocks()), in HBlocksInLoopIterator()
8080 blocks_(info.GetHeader()->GetGraph()->GetReversePostOrder()), in HBlocksInLoopReversePostOrderIterator()