HomeSort by relevance Sort by last modified time
    Searched refs:GetGraph (Results 1 - 14 of 14) sorted by null

  /art/compiler/optimizing/
locations.cc 24 : inputs_(instruction->GetBlock()->GetGraph()->GetArena(), instruction->InputCount()),
25 temps_(instruction->GetBlock()->GetGraph()->GetArena(), 0) {
ssa_builder.cc 28 for (HReversePostOrderIterator it(*GetGraph()); !it.Done(); it.Advance()) {
45 SsaTypePropagation type_propagation(GetGraph());
50 for (HInstructionIterator it(GetGraph()->GetEntryBlock()->GetInstructions());
75 HPhi* phi = new (GetGraph()->GetArena()) HPhi(
76 GetGraph()->GetArena(), local, 0, Primitive::kPrimVoid);
109 HPhi* phi = new (GetGraph()->GetArena()) HPhi(
110 GetGraph()->GetArena(), local, block->GetPredecessors().Size(), Primitive::kPrimVoid);
146 HEnvironment* environment = new (GetGraph()->GetArena()) HEnvironment(
147 GetGraph()->GetArena(), current_locals_->Size());
ssa_builder.h 41 env = new (GetGraph()->GetArena()) HEnvironment(
42 GetGraph()->GetArena(), GetGraph()->GetNumberOfVRegs());
code_generator.cc 34 const GrowableArray<HBasicBlock*>& blocks = GetGraph()->GetBlocks();
35 DCHECK(blocks.Get(0) == GetGraph()->GetEntryBlock());
36 DCHECK(GoesToNextBlock(GetGraph()->GetEntryBlock(), blocks.Get(1)));
43 ComputeFrameSize(GetGraph()->GetMaximumNumberOfOutVRegs()
44 + GetGraph()->GetNumberOfLocalVRegs()
45 + GetGraph()->GetNumberOfTemporaries()
72 const GrowableArray<HBasicBlock*>& blocks = GetGraph()->GetBlocks();
73 DCHECK(blocks.Get(0) == GetGraph()->GetEntryBlock());
74 DCHECK(GoesToNextBlock(GetGraph()->GetEntryBlock(), blocks.Get(1)));
121 uint16_t number_of_locals = GetGraph()->GetNumberOfLocalVRegs()
    [all...]
code_generator_x86_64.cc 220 SlowPathCode* slow_path = new (GetGraph()->GetArena()) StackOverflowCheckSlowPathX86_64();
368 if (GetGraph()->GetExitBlock() == successor) {
387 LocationSummary* locations = new (GetGraph()->GetArena()) LocationSummary(if_instr);
434 DCHECK_EQ(local->GetBlock(), GetGraph()->GetEntryBlock());
446 LocationSummary* locations = new (GetGraph()->GetArena()) LocationSummary(store);
471 LocationSummary* locations = new (GetGraph()->GetArena()) LocationSummary(comp);
547 LocationSummary* locations = new (GetGraph()->GetArena()) LocationSummary(compare);
580 LocationSummary* locations = new (GetGraph()->GetArena()) LocationSummary(constant);
589 LocationSummary* locations = new (GetGraph()->GetArena()) LocationSummary(constant);
607 LocationSummary* locations = new (GetGraph()->GetArena()) LocationSummary(ret)
    [all...]
code_generator_arm.cc 271 SlowPathCode* slow_path = new (GetGraph()->GetArena()) StackOverflowCheckSlowPathARM();
529 if (GetGraph()->GetExitBlock() == successor) {
548 LocationSummary* locations = new (GetGraph()->GetArena()) LocationSummary(if_instr);
598 LocationSummary* locations = new (GetGraph()->GetArena()) LocationSummary(comp);
686 DCHECK_EQ(local->GetBlock(), GetGraph()->GetEntryBlock());
698 LocationSummary* locations = new (GetGraph()->GetArena()) LocationSummary(store);
723 LocationSummary* locations = new (GetGraph()->GetArena()) LocationSummary(constant);
732 LocationSummary* locations = new (GetGraph()->GetArena()) LocationSummary(constant);
750 LocationSummary* locations = new (GetGraph()->GetArena()) LocationSummary(ret);
798 LocationSummary* locations = new (GetGraph()->GetArena()) LocationSummary(invoke)
    [all...]
code_generator_x86.cc 254 SlowPathCode* slow_path = new (GetGraph()->GetArena()) StackOverflowCheckSlowPathX86();
487 if (GetGraph()->GetExitBlock() == successor) {
506 LocationSummary* locations = new (GetGraph()->GetArena()) LocationSummary(if_instr);
555 DCHECK_EQ(local->GetBlock(), GetGraph()->GetEntryBlock());
567 LocationSummary* locations = new (GetGraph()->GetArena()) LocationSummary(store);
592 LocationSummary* locations = new (GetGraph()->GetArena()) LocationSummary(comp);
668 LocationSummary* locations = new (GetGraph()->GetArena()) LocationSummary(constant);
677 LocationSummary* locations = new (GetGraph()->GetArena()) LocationSummary(constant);
696 LocationSummary* locations = new (GetGraph()->GetArena()) LocationSummary(ret);
744 LocationSummary* locations = new (GetGraph()->GetArena()) LocationSummary(invoke)
    [all...]
code_generator.h 79 HGraph* GetGraph() const { return graph_; }
nodes.cc 307 instruction->SetId(GetGraph()->GetNextInstructionId());
316 instruction->SetId(block->GetGraph()->GetNextInstructionId());
nodes.h 288 HGraph* GetGraph() const { return graph_; }
518 uses_ = new (block_->GetGraph()->GetArena()) HUseListNode<HInstruction>(user, index, uses_);
522 env_uses_ = new (block_->GetGraph()->GetArena()) HUseListNode<HEnvironment>(
    [all...]
  /art/compiler/sea_ir/
frontend.cc 48 sea_ir::SeaGraph* ir_graph = sea_ir::SeaGraph::GetGraph(dex_file);
  /art/compiler/sea_ir/ir/
sea.h 262 static SeaGraph* GetGraph(const art::DexFile&);
sea.cc 52 SeaGraph* SeaGraph::GetGraph(const art::DexFile& dex_file) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dmusici.h     [all...]

Completed in 269 milliseconds