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 | 63 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
|
D | block_builder.cc | 418 HBasicBlock* body = MaybeCreateBlockAt(/* semantic_dex_pc */ kNoDexPc, /* store_dex_pc */ 0u); in BuildIntrinsic() local
|
D | induction_var_analysis.cc | 201 HBasicBlock* body, in RewriteBreakLoopBody() 920 HBasicBlock* body, in VisitCondition() 1129 HBasicBlock* body, in RewriteBreakLoop()
|
D | nodes.cc | 2420 HBasicBlock* body = GetBlocks()[1]; in InlineInto() local 2680 HBasicBlock* body, in TransformLoopForVectorization()
|
D | loop_optimization.cc | 655 HBasicBlock* body = nullptr; in OptimizeInnerLoop() local
|
/art/tools/checker/file_format/c1visualizer/ |
D | struct.py | 40 def __init__(self, parent, name, body, startLineNo): argument
|