Lines Matching refs:GetBlock

713     if (constant == nullptr || constant->GetBlock() == nullptr) {
2128 HBasicBlock* GetBlock() const { return block_; } in GetBlock() function
2135 return IsLoopHeaderPhi() && GetBlock()->GetLoopInformation()->IsIrreducible(); in IsIrreducibleLoopHeaderPhi()
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()
2450 bool IsSuspendCheckEntry() const { return IsSuspendCheck() && GetBlock()->IsEntryBlock(); } in IsSuspendCheckEntry()
2868 bool IsCatchPhi() const { return GetBlock()->IsCatchBlock(); } in IsCatchPhi()
2894 && other->AsPhi()->GetBlock() == GetBlock() in IsVRegEquivalentOf()
2964 return GetBlock()->GetSingleSuccessor(); in GetSuccessor()
3235 return GetBlock()->GetSuccessors()[0]; in IfTrueSuccessor()
3239 return GetBlock()->GetSuccessors()[1]; in IfFalseSuccessor()
3277 HBasicBlock* GetNormalFlowSuccessor() const { return GetBlock()->GetSuccessors()[0]; } in GetNormalFlowSuccessor()
3280 return ArrayRef<HBasicBlock* const>(GetBlock()->GetSuccessors()).SubArray(1u); in GetExceptionHandlers()
3287 return GetBlock()->HasSuccessor(&handler, 1u /* Skip first successor. */); in HasExceptionHandler()
3294 GetBlock()->AddSuccessor(handler); in AddExceptionHandler()
3528 return GetBlock()->GetSuccessors()[num_entries_]; in GetDefaultBlock()
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()
6060 DCHECK_EQ(GetBlock(), other->GetBlock()); in IsEquivalentOf()
6563 DCHECK(GetBlock() == nullptr); in SetLoadKind()
6729 DCHECK(GetBlock() == nullptr); in SetLoadKind()
7875 && instruction->GetBlock() == GetBlock())) { in AddMove()