Home
last modified time | relevance | path

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

/art/test/702-LargeBranchOffset/
Dgenerate43 body = " ".join(["synchronized(lock) { value++; }"] * 512) variable
/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.cc81 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
Dblock_builder.cc472 HBasicBlock* body = MaybeCreateBlockAt(/* semantic_dex_pc= */ kNoDexPc, /* store_dex_pc= */ 0u); in BuildIntrinsic() local
Dinduction_var_analysis.cc167 HBasicBlock* body, in RewriteBreakLoopBody()
1029 HBasicBlock* body, in VisitCondition()
1247 HBasicBlock* body, in RewriteBreakLoop()
Dnodes.cc2813 HBasicBlock* body = GetBlocks()[1]; in InlineInto() local
3129 HBasicBlock* body, in TransformLoopForVectorization()
Dload_store_analysis_test.cc235 HBasicBlock* body = blks.Get("body"); in TEST_F() local
Dloop_optimization.cc799 HBasicBlock* body = nullptr; in TryOptimizeInnerLoopFinite() local
/art/tools/checker/file_format/c1visualizer/
Dstruct.py48 def __init__(self, parent, name, body, start_line_no): argument