Searched refs:body (Results 1 – 9 of 9) sorted by relevance
/art/tools/ |
D | stream-trace-converter.py | 78 def ProcessDataHeader(self, input, body): argument 83 WriteIntLE(body, magic) 93 WriteShortLE(body, version) 97 WriteShortLE(body, offsetToData + 16) 100 Copy(input, body, 8) 108 WriteShortLE(body, self._mRecordSize) 112 Copy(input, body, offsetToData) 136 def Process(self, input, body): argument 144 WriteShortLE(body, threadId) 145 Copy(input, body, self._mRecordSize - 2) [all …]
|
/art/tools/checker/file_format/c1visualizer/ |
D | struct.py | 40 def __init__(self, parent, name, body, startLineNo): argument 43 self.body = body 48 if not self.body: 60 and self.body == other.body
|
/art/test/800-smali/smali/ |
D | b_22881413.smali | 76 # to stabilization loops in the body. 245 # Loop 8 end of body. 251 # Loop 7 end of body. 257 # Loop 6 end of body. 263 # Loop 5 end of body 269 # Loop 4 end of body 275 # Loop 3 end of body 281 # Loop 2 end of body 287 # Loop 1 end of body
|
/art/tools/checker/match/ |
D | file.py | 59 newVariables = MatchLines(assertion, c1Pass.body[i], variables) 92 line = c1Pass.body[i] 112 c1Length = len(c1Pass.body)
|
/art/tools/checker/ |
D | checker.py | 57 maxLineNo = compiler_pass.startLineNo + len(compiler_pass.body) 60 for line in compiler_pass.body:
|
D | README | 40 curly brackets need to be used inside the body of the regex, they need to be
|
/art/tools/checker/file_format/checker/ |
D | parser.py | 148 body = var[colonPos+1:-2] 149 assertion.addExpression(TestExpression.createVariableDefinition(name, body))
|
/art/compiler/optimizing/ |
D | nodes.cc | 2024 HBasicBlock* body = GetBlocks()[1]; in InlineInto() local 2027 DCHECK(!body->IsExitBlock()); in InlineInto() 2028 DCHECK(!body->IsInLoop()); in InlineInto() 2029 HInstruction* last = body->GetLastInstruction(); in InlineInto() 2032 invoke->GetBlock()->instructions_.AddBefore(invoke, body->GetInstructions()); in InlineInto() 2033 body->GetInstructions().SetBlockOfInstructions(invoke->GetBlock()); in InlineInto()
|
/art/test/559-checker-irreducible-loop/smali/ |
D | IrreducibleLoop.smali | 501 # back edge, and not the body.
|