Home | History | Annotate | Download | only in optimizing

Lines Matching refs:GetDexPc

194   HBasicBlock* new_block = new (arena_) HBasicBlock(this, successor->GetDexPc());
218 HBasicBlock* pre_header = new (arena_) HBasicBlock(this, header->GetDexPc());
251 HSuspendCheck* check = new (arena_) HSuspendCheck(header->GetDexPc());
931 HBasicBlock* new_block = new (GetGraph()->GetArena()) HBasicBlock(GetGraph(), GetDexPc());
1412 HBasicBlock* if_block = new (arena_) HBasicBlock(this, header->GetDexPc());
1414 HBasicBlock* dummy_block = new (arena_) HBasicBlock(this, header->GetDexPc());
1415 HBasicBlock* deopt_block = new (arena_) HBasicBlock(this, header->GetDexPc());
1416 HBasicBlock* new_pre_header = new (arena_) HBasicBlock(this, header->GetDexPc());