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.cc80 HBasicBlock* body = new (GetAllocator()) HBasicBlock(graph_); in AddLoop() local
222 HBasicBlock* body = new (GetAllocator()) HBasicBlock(graph_); in TEST_F() local
290 HBasicBlock* body = header->GetSuccessors()[0]; in TEST_F() local
Dinduction_var_analysis.cc201 HBasicBlock* body, in RewriteBreakLoopBody()
921 HBasicBlock* body, in VisitCondition()
1130 HBasicBlock* body, in RewriteBreakLoop()
Dblock_builder.cc472 HBasicBlock* body = MaybeCreateBlockAt(/* semantic_dex_pc= */ kNoDexPc, /* store_dex_pc= */ 0u); in BuildIntrinsic() local
Dnodes.cc2466 HBasicBlock* body = GetBlocks()[1]; in InlineInto() local
2726 HBasicBlock* body, in TransformLoopForVectorization()
Dloop_optimization.cc717 HBasicBlock* body = nullptr; in TryOptimizeInnerLoopFinite() local
/art/tools/checker/file_format/c1visualizer/
Dstruct.py46 def __init__(self, parent, name, body, startLineNo): argument