Home | History | Annotate | Download | only in optimizing

Lines Matching defs:GetGraph

878   HGraph* GetGraph() const { return graph_; }
1792 ArenaAllocator* GetArena() const { return block_->GetGraph()->GetArena(); }
1853 new (GetBlock()->GetGraph()->GetArena()) HUseListNode<HInstruction*>(user, index);
1863 new (GetBlock()->GetGraph()->GetArena()) HUseListNode<HEnvironment*>(user, index);
1913 ArenaAllocator* allocator = GetBlock()->GetGraph()->GetArena();
1924 ArenaAllocator* allocator = GetBlock()->GetGraph()->GetArena();
3109 return GetBlock()->GetGraph()->GetIntConstant(value, dex_pc);
3596 return GetBlock()->GetGraph()->GetIntConstant(value, dex_pc);
3943 DCHECK_EQ(InputAt(GetSpecialInputIndex()), GetBlock()->GetGraph()->GetCurrentMethod());
4180 return GetBlock()->GetGraph()->GetIntConstant(Compute(x->GetValue()), GetDexPc());
4183 return GetBlock()->GetGraph()->GetLongConstant(Compute(x->GetValue()), GetDexPc());
4186 return GetBlock()->GetGraph()->GetFloatConstant(Compute(x->GetValue()), GetDexPc());
4189 return GetBlock()->GetGraph()->GetDoubleConstant(Compute(x->GetValue()), GetDexPc());
4250 return GetBlock()->GetGraph()->GetIntConstant(
4254 return GetBlock()->GetGraph()->GetLongConstant(
4258 return GetBlock()->GetGraph()->GetFloatConstant(
4262 return GetBlock()->GetGraph()->GetDoubleConstant(
4283 return GetBlock()->GetGraph()->GetIntConstant(
4287 return GetBlock()->GetGraph()->GetLongConstant(
4291 return GetBlock()->GetGraph()->GetFloatConstant(
4295 return GetBlock()->GetGraph()->GetDoubleConstant(
4318 return GetBlock()->GetGraph()->GetIntConstant(
4322 return GetBlock()->GetGraph()->GetLongConstant(
4326 return GetBlock()->GetGraph()->GetFloatConstant(
4330 return GetBlock()->GetGraph()->GetDoubleConstant(
4365 return GetBlock()->GetGraph()->GetIntConstant(
4369 return GetBlock()->GetGraph()->GetLongConstant(
4373 return GetBlock()->GetGraph()->GetFloatConstant(
4377 return GetBlock()->GetGraph()->GetDoubleConstant(
4417 return GetBlock()->GetGraph()->GetIntConstant(
4421 return GetBlock()->GetGraph()->GetLongConstant(
4425 return GetBlock()->GetGraph()->GetFloatConstant(
4429 return GetBlock()->GetGraph()->GetDoubleConstant(
4486 return GetBlock()->GetGraph()->GetIntConstant(
4490 return GetBlock()->GetGraph()->GetLongConstant(
4532 return GetBlock()->GetGraph()->GetIntConstant(
4536 return GetBlock()->GetGraph()->GetLongConstant(
4580 return GetBlock()->GetGraph()->GetIntConstant(
4584 return GetBlock()->GetGraph()->GetLongConstant(
4622 return GetBlock()->GetGraph()->GetIntConstant(
4626 return GetBlock()->GetGraph()->GetLongConstant(
4659 return GetBlock()->GetGraph()->GetIntConstant(
4663 return GetBlock()->GetGraph()->GetLongConstant(
4696 return GetBlock()->GetGraph()->GetIntConstant(
4700 return GetBlock()->GetGraph()->GetLongConstant(
4742 return GetBlock()->GetGraph()->GetIntConstant(
4746 return GetBlock()->GetGraph()->GetLongConstant(
4828 return GetBlock()->GetGraph()->GetIntConstant(Compute(x->GetValue()), GetDexPc());
4831 return GetBlock()->GetGraph()->GetLongConstant(Compute(x->GetValue()), GetDexPc());
4864 return GetBlock()->GetGraph()->GetIntConstant(Compute(x->GetValue()), GetDexPc());
6367 HGraph* GetGraph() const { return graph_; }
6496 blocks_(info.GetHeader()->GetGraph()->GetBlocks()),
6529 blocks_(info.GetHeader()->GetGraph()->GetReversePostOrder()),