Home
last modified time | relevance | path

Searched defs:body (Results 1 – 7 of 7) sorted by relevance

/art/tools/
Dstream-trace-converter.py78 def ProcessDataHeader(self, input, body): argument
144 def Process(self, input, body): argument
/art/compiler/optimizing/
Dloop_optimization_test.cc63 HBasicBlock* body = new (GetAllocator()) HBasicBlock(graph_); in AddLoop() local
202 HBasicBlock* body = new (GetAllocator()) HBasicBlock(graph_); in TEST_F() local
267 HBasicBlock* body = header->GetSuccessors()[0]; in TEST_F() local
Dblock_builder.cc418 HBasicBlock* body = MaybeCreateBlockAt(/* semantic_dex_pc */ kNoDexPc, /* store_dex_pc */ 0u); in BuildIntrinsic() local
Dinduction_var_analysis.cc201 HBasicBlock* body, in RewriteBreakLoopBody()
920 HBasicBlock* body, in VisitCondition()
1129 HBasicBlock* body, in RewriteBreakLoop()
Dnodes.cc2420 HBasicBlock* body = GetBlocks()[1]; in InlineInto() local
2680 HBasicBlock* body, in TransformLoopForVectorization()
Dloop_optimization.cc655 HBasicBlock* body = nullptr; in OptimizeInnerLoop() local
/art/tools/checker/file_format/c1visualizer/
Dstruct.py40 def __init__(self, parent, name, body, startLineNo): argument