Lines Matching refs:GetBlock
643 if (constant == nullptr || constant->GetBlock() == nullptr) {
2057 HBasicBlock* GetBlock() const { return block_; } in GetBlock() function
2064 return IsLoopHeaderPhi() && GetBlock()->GetLoopInformation()->IsIrreducible(); in IsIrreducibleLoopHeaderPhi()
2167 new (GetBlock()->GetGraph()->GetAllocator()) HUseListNode<HInstruction*>(user, index); in AddUseAt()
2177 new (GetBlock()->GetGraph()->GetAllocator()) HUseListNode<HEnvironment*>(user, index); in AddEnvUseAt()
2260 ArenaAllocator* allocator = GetBlock()->GetGraph()->GetAllocator(); in CopyEnvironmentFrom()
2271 ArenaAllocator* allocator = GetBlock()->GetGraph()->GetAllocator(); in CopyEnvironmentFromWithLoopPhiAdjustment()
2378 bool IsSuspendCheckEntry() const { return IsSuspendCheck() && GetBlock()->IsEntryBlock(); } in IsSuspendCheckEntry()
2796 bool IsCatchPhi() const { return GetBlock()->IsCatchBlock(); } in IsCatchPhi()
2822 && other->AsPhi()->GetBlock() == GetBlock() in IsVRegEquivalentOf()
2892 return GetBlock()->GetSingleSuccessor(); in GetSuccessor()
3163 return GetBlock()->GetSuccessors()[0]; in IfTrueSuccessor()
3167 return GetBlock()->GetSuccessors()[1]; in IfFalseSuccessor()
3205 HBasicBlock* GetNormalFlowSuccessor() const { return GetBlock()->GetSuccessors()[0]; } in GetNormalFlowSuccessor()
3208 return ArrayRef<HBasicBlock* const>(GetBlock()->GetSuccessors()).SubArray(1u); in GetExceptionHandlers()
3215 return GetBlock()->HasSuccessor(&handler, 1u /* Skip first successor. */); in HasExceptionHandler()
3222 GetBlock()->AddSuccessor(handler); in AddExceptionHandler()
3456 return GetBlock()->GetSuccessors()[num_entries_]; in GetDefaultBlock()
3692 return GetBlock()->GetGraph()->GetIntConstant(value, dex_pc); in MakeConstantCondition()
4202 return GetBlock()->GetGraph()->GetIntConstant(value, dex_pc); in MakeConstantComparison()
4591 DCHECK_EQ(InputAt(GetSpecialInputIndex()), GetBlock()->GetGraph()->GetCurrentMethod()); in SetDispatchInfo()
4858 return GetBlock()->GetGraph()->GetIntConstant(Compute(x->GetValue()), GetDexPc()); in Evaluate()
4861 return GetBlock()->GetGraph()->GetLongConstant(Compute(x->GetValue()), GetDexPc()); in Evaluate()
4864 return GetBlock()->GetGraph()->GetFloatConstant(Compute(x->GetValue()), GetDexPc()); in Evaluate()
4867 return GetBlock()->GetGraph()->GetDoubleConstant(Compute(x->GetValue()), GetDexPc()); in Evaluate()
4937 return GetBlock()->GetGraph()->GetIntConstant( in Evaluate()
4941 return GetBlock()->GetGraph()->GetLongConstant( in Evaluate()
4945 return GetBlock()->GetGraph()->GetFloatConstant( in Evaluate()
4949 return GetBlock()->GetGraph()->GetDoubleConstant( in Evaluate()
4971 return GetBlock()->GetGraph()->GetIntConstant( in Evaluate()
4975 return GetBlock()->GetGraph()->GetLongConstant( in Evaluate()
4979 return GetBlock()->GetGraph()->GetFloatConstant( in Evaluate()
4983 return GetBlock()->GetGraph()->GetDoubleConstant( in Evaluate()
5007 return GetBlock()->GetGraph()->GetIntConstant( in Evaluate()
5011 return GetBlock()->GetGraph()->GetLongConstant( in Evaluate()
5015 return GetBlock()->GetGraph()->GetFloatConstant( in Evaluate()
5019 return GetBlock()->GetGraph()->GetDoubleConstant( in Evaluate()
5055 return GetBlock()->GetGraph()->GetIntConstant( in Evaluate()
5059 return GetBlock()->GetGraph()->GetLongConstant( in Evaluate()
5063 return GetBlock()->GetGraph()->GetFloatConstant( in Evaluate()
5067 return GetBlock()->GetGraph()->GetDoubleConstant( in Evaluate()
5103 return GetBlock()->GetGraph()->GetIntConstant( in Evaluate()
5107 return GetBlock()->GetGraph()->GetLongConstant( in Evaluate()
5111 return GetBlock()->GetGraph()->GetFloatConstant( in Evaluate()
5115 return GetBlock()->GetGraph()->GetDoubleConstant( in Evaluate()
5141 return GetBlock()->GetGraph()->GetIntConstant( in Evaluate()
5145 return GetBlock()->GetGraph()->GetLongConstant( in Evaluate()
5176 return GetBlock()->GetGraph()->GetIntConstant( in Evaluate()
5180 return GetBlock()->GetGraph()->GetLongConstant( in Evaluate()
5216 return GetBlock()->GetGraph()->GetIntConstant(ComputeIntegral(x->GetValue()), GetDexPc()); in Evaluate()
5219 return GetBlock()->GetGraph()->GetLongConstant(ComputeIntegral(x->GetValue()), GetDexPc()); in Evaluate()
5222 return GetBlock()->GetGraph()->GetFloatConstant( in Evaluate()
5226 return GetBlock()->GetGraph()->GetDoubleConstant( in Evaluate()
5279 return GetBlock()->GetGraph()->GetIntConstant( in Evaluate()
5283 return GetBlock()->GetGraph()->GetLongConstant( in Evaluate()
5325 return GetBlock()->GetGraph()->GetIntConstant( in Evaluate()
5329 return GetBlock()->GetGraph()->GetLongConstant( in Evaluate()
5373 return GetBlock()->GetGraph()->GetIntConstant( in Evaluate()
5377 return GetBlock()->GetGraph()->GetLongConstant( in Evaluate()
5416 return GetBlock()->GetGraph()->GetIntConstant( in Evaluate()
5420 return GetBlock()->GetGraph()->GetLongConstant( in Evaluate()
5454 return GetBlock()->GetGraph()->GetIntConstant( in Evaluate()
5458 return GetBlock()->GetGraph()->GetLongConstant( in Evaluate()
5492 return GetBlock()->GetGraph()->GetIntConstant( in Evaluate()
5496 return GetBlock()->GetGraph()->GetLongConstant( in Evaluate()
5538 return GetBlock()->GetGraph()->GetIntConstant( in Evaluate()
5542 return GetBlock()->GetGraph()->GetLongConstant( in Evaluate()
5626 return GetBlock()->GetGraph()->GetIntConstant(Compute(x->GetValue()), GetDexPc()); in Evaluate()
5629 return GetBlock()->GetGraph()->GetLongConstant(Compute(x->GetValue()), GetDexPc()); in Evaluate()
5663 return GetBlock()->GetGraph()->GetIntConstant(Compute(x->GetValue()), GetDexPc()); in Evaluate()
5951 DCHECK_EQ(GetBlock(), other->GetBlock()); in IsEquivalentOf()
6454 DCHECK(GetBlock() == nullptr); in SetLoadKind()
6620 DCHECK(GetBlock() == nullptr); in SetLoadKind()
7715 && instruction->GetBlock() == GetBlock())) { in AddMove()