Searched defs:body (Results 1 – 7 of 7) sorted by relevance
/art/tools/ |
D | stream-trace-converter.py | 78 def ProcessDataHeader(self, input, body): argument 144 def Process(self, input, body): argument
|
/art/compiler/optimizing/ |
D | loop_optimization_test.cc | 80 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
|
D | induction_var_analysis.cc | 201 HBasicBlock* body, in RewriteBreakLoopBody() 921 HBasicBlock* body, in VisitCondition() 1130 HBasicBlock* body, in RewriteBreakLoop()
|
D | block_builder.cc | 472 HBasicBlock* body = MaybeCreateBlockAt(/* semantic_dex_pc= */ kNoDexPc, /* store_dex_pc= */ 0u); in BuildIntrinsic() local
|
D | nodes.cc | 2741 HBasicBlock* body = GetBlocks()[1]; in InlineInto() local 3001 HBasicBlock* body, in TransformLoopForVectorization()
|
D | loop_optimization.cc | 715 HBasicBlock* body = nullptr; in TryOptimizeInnerLoopFinite() local
|
/art/tools/checker/file_format/c1visualizer/ |
D | struct.py | 48 def __init__(self, parent, name, body, start_line_no): argument
|