Searched defs:body (Results 1 – 9 of 9) sorted by relevance
| /art/test/702-LargeBranchOffset/ |
| D | generate | 43 body = " ".join(["synchronized(lock) { value++; }"] * 512) variable
|
| /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 | 81 HBasicBlock* body = new (GetAllocator()) HBasicBlock(graph_); in AddLoop() local 220 HBasicBlock* body = new (GetAllocator()) HBasicBlock(graph_); in TEST_F() local 288 HBasicBlock* body = header->GetSuccessors()[0]; in TEST_F() local
|
| D | block_builder.cc | 472 HBasicBlock* body = MaybeCreateBlockAt(/* semantic_dex_pc= */ kNoDexPc, /* store_dex_pc= */ 0u); in BuildIntrinsic() local
|
| D | induction_var_analysis.cc | 167 HBasicBlock* body, in RewriteBreakLoopBody() 1029 HBasicBlock* body, in VisitCondition() 1247 HBasicBlock* body, in RewriteBreakLoop()
|
| D | nodes.cc | 2813 HBasicBlock* body = GetBlocks()[1]; in InlineInto() local 3129 HBasicBlock* body, in TransformLoopForVectorization()
|
| D | load_store_analysis_test.cc | 235 HBasicBlock* body = blks.Get("body"); in TEST_F() local
|
| D | loop_optimization.cc | 799 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
|