• Home
  • Raw
  • Download

Lines Matching refs:GetBlock

737     if (constant == nullptr || constant->GetBlock() == nullptr) {
2239 HBasicBlock* GetBlock() const { return block_; } in GetBlock() function
2246 return IsLoopHeaderPhi() && GetBlock()->GetLoopInformation()->IsIrreducible(); in IsIrreducibleLoopHeaderPhi()
2353 ArenaAllocator* allocator = user->GetBlock()->GetGraph()->GetAllocator(); in AddUseAt()
2365 new (GetBlock()->GetGraph()->GetAllocator()) HUseListNode<HEnvironment*>(user, index); in AddEnvUseAt()
2452 ArenaAllocator* allocator = GetBlock()->GetGraph()->GetAllocator(); in CopyEnvironmentFrom()
2463 ArenaAllocator* allocator = GetBlock()->GetGraph()->GetAllocator(); in CopyEnvironmentFromWithLoopPhiAdjustment()
2581 bool IsSuspendCheckEntry() const { return IsSuspendCheck() && GetBlock()->IsEntryBlock(); } in IsSuspendCheckEntry()
3058 bool IsCatchPhi() const { return GetBlock()->IsCatchBlock(); }
3084 && other->AsPhi()->GetBlock() == GetBlock()
3154 return GetBlock()->GetSingleSuccessor();
3425 return GetBlock()->GetSuccessors()[0];
3429 return GetBlock()->GetSuccessors()[1];
3467 HBasicBlock* GetNormalFlowSuccessor() const { return GetBlock()->GetSuccessors()[0]; }
3470 return ArrayRef<HBasicBlock* const>(GetBlock()->GetSuccessors()).SubArray(1u);
3477 return GetBlock()->HasSuccessor(&handler, 1u /* Skip first successor. */);
3484 GetBlock()->AddSuccessor(handler);
3718 return GetBlock()->GetSuccessors()[num_entries_];
3954 return GetBlock()->GetGraph()->GetIntConstant(value, dex_pc);
4462 return GetBlock()->GetGraph()->GetIntConstant(value, dex_pc);
4895 DCHECK_EQ(InputAt(GetCurrentMethodIndex()), GetBlock()->GetGraph()->GetCurrentMethod());
5199 return GetBlock()->GetGraph()->GetIntConstant(Compute(x->GetValue()), GetDexPc());
5202 return GetBlock()->GetGraph()->GetLongConstant(Compute(x->GetValue()), GetDexPc());
5205 return GetBlock()->GetGraph()->GetFloatConstant(Compute(x->GetValue()), GetDexPc());
5208 return GetBlock()->GetGraph()->GetDoubleConstant(Compute(x->GetValue()), GetDexPc());
5278 return GetBlock()->GetGraph()->GetIntConstant(
5282 return GetBlock()->GetGraph()->GetLongConstant(
5286 return GetBlock()->GetGraph()->GetFloatConstant(
5290 return GetBlock()->GetGraph()->GetDoubleConstant(
5312 return GetBlock()->GetGraph()->GetIntConstant(
5316 return GetBlock()->GetGraph()->GetLongConstant(
5320 return GetBlock()->GetGraph()->GetFloatConstant(
5324 return GetBlock()->GetGraph()->GetDoubleConstant(
5348 return GetBlock()->GetGraph()->GetIntConstant(
5352 return GetBlock()->GetGraph()->GetLongConstant(
5356 return GetBlock()->GetGraph()->GetFloatConstant(
5360 return GetBlock()->GetGraph()->GetDoubleConstant(
5396 return GetBlock()->GetGraph()->GetIntConstant(
5400 return GetBlock()->GetGraph()->GetLongConstant(
5404 return GetBlock()->GetGraph()->GetFloatConstant(
5408 return GetBlock()->GetGraph()->GetDoubleConstant(
5444 return GetBlock()->GetGraph()->GetIntConstant(
5448 return GetBlock()->GetGraph()->GetLongConstant(
5452 return GetBlock()->GetGraph()->GetFloatConstant(
5456 return GetBlock()->GetGraph()->GetDoubleConstant(
5482 return GetBlock()->GetGraph()->GetIntConstant(
5486 return GetBlock()->GetGraph()->GetLongConstant(
5517 return GetBlock()->GetGraph()->GetIntConstant(
5521 return GetBlock()->GetGraph()->GetLongConstant(
5557 return GetBlock()->GetGraph()->GetIntConstant(ComputeIntegral(x->GetValue()), GetDexPc());
5560 return GetBlock()->GetGraph()->GetLongConstant(ComputeIntegral(x->GetValue()), GetDexPc());
5563 return GetBlock()->GetGraph()->GetFloatConstant(
5567 return GetBlock()->GetGraph()->GetDoubleConstant(
5620 return GetBlock()->GetGraph()->GetIntConstant(
5624 return GetBlock()->GetGraph()->GetLongConstant(
5666 return GetBlock()->GetGraph()->GetIntConstant(
5670 return GetBlock()->GetGraph()->GetLongConstant(
5714 return GetBlock()->GetGraph()->GetIntConstant(
5718 return GetBlock()->GetGraph()->GetLongConstant(
5757 return GetBlock()->GetGraph()->GetIntConstant(
5761 return GetBlock()->GetGraph()->GetLongConstant(
5795 return GetBlock()->GetGraph()->GetIntConstant(
5799 return GetBlock()->GetGraph()->GetLongConstant(
5833 return GetBlock()->GetGraph()->GetIntConstant(
5837 return GetBlock()->GetGraph()->GetLongConstant(
5877 return GetBlock()->GetGraph()->GetIntConstant(
5881 return GetBlock()->GetGraph()->GetLongConstant(
5965 return GetBlock()->GetGraph()->GetIntConstant(Compute(x->GetValue()), GetDexPc());
5968 return GetBlock()->GetGraph()->GetLongConstant(Compute(x->GetValue()), GetDexPc());
6002 return GetBlock()->GetGraph()->GetIntConstant(Compute(x->GetValue()), GetDexPc());
6411 DCHECK_EQ(GetBlock(), other->GetBlock());
6931 DCHECK(GetBlock() == nullptr);
7095 DCHECK(GetBlock() == nullptr);
8243 && instruction->GetBlock() == GetBlock())) {