Home
last modified time | relevance | path

Searched refs:cmnt (Results 1 – 9 of 9) sorted by relevance

/external/v8/src/
Dfull-codegen.cc815 Comment cmnt(masm_, "[ Comma"); in VisitComma() local
823 Comment cmnt(masm_, is_logical_and ? "[ Logical AND" : "[ Logical OR"); in VisitLogicalExpression() local
892 Comment cmnt(masm_, "[ ArithmeticExpression"); in VisitArithmeticExpression() local
913 Comment cmnt(masm_, "[ Block"); in VisitBlock() local
920 { Comment cmnt(masm_, "[ Extend block context"); in VisitBlock() local
937 { Comment cmnt(masm_, "[ Declarations"); in VisitBlock() local
958 Comment cmnt(masm_, "[ ExpressionStatement"); in VisitExpressionStatement() local
965 Comment cmnt(masm_, "[ EmptyStatement"); in VisitEmptyStatement() local
971 Comment cmnt(masm_, "[ IfStatement"); in VisitIfStatement() local
999 Comment cmnt(masm_, "[ ContinueStatement"); in VisitContinueStatement() local
[all …]
/external/v8/src/arm/
Dfull-codegen-arm.cc143 Comment cmnt(masm_, "[ function compiled by full code generator"); in Generate() local
182 { Comment cmnt(masm_, "[ Allocate locals"); in Generate() local
193 Comment cmnt(masm_, "[ Allocate local context"); in Generate() local
229 Comment cmnt(masm_, "[ Allocate arguments object"); in Generate() local
269 Comment cmnt(masm_, "[ Declarations"); in Generate() local
274 { Comment cmnt(masm_, "[ Declarations"); in Generate() local
287 { Comment cmnt(masm_, "[ Stack check"); in Generate() local
298 { Comment cmnt(masm_, "[ Body"); in Generate() local
307 { Comment cmnt(masm_, "[ return <undefined>;"); in Generate() local
353 Comment cmnt(masm_, "[ Stack check"); in EmitStackCheck() local
[all …]
/external/v8/src/x64/
Dfull-codegen-x64.cc126 Comment cmnt(masm_, "[ function compiled by full code generator"); in Generate() local
183 { Comment cmnt(masm_, "[ Allocate locals"); in Generate() local
200 Comment cmnt(masm_, "[ Allocate local context"); in Generate() local
238 Comment cmnt(masm_, "[ Allocate arguments object"); in Generate() local
276 Comment cmnt(masm_, "[ Declarations"); in Generate() local
281 { Comment cmnt(masm_, "[ Declarations"); in Generate() local
294 { Comment cmnt(masm_, "[ Stack check"); in Generate() local
304 { Comment cmnt(masm_, "[ Body"); in Generate() local
313 { Comment cmnt(masm_, "[ return <undefined>;"); in Generate() local
327 Comment cmnt(masm_, "[ Stack check"); in EmitStackCheck() local
[all …]
/external/v8/src/ia32/
Dfull-codegen-ia32.cc131 Comment cmnt(masm_, "[ function compiled by full code generator"); in Generate() local
169 { Comment cmnt(masm_, "[ Allocate locals"); in Generate() local
186 Comment cmnt(masm_, "[ Allocate local context"); in Generate() local
225 Comment cmnt(masm_, "[ Allocate arguments object"); in Generate() local
263 Comment cmnt(masm_, "[ Declarations"); in Generate() local
268 { Comment cmnt(masm_, "[ Declarations"); in Generate() local
281 { Comment cmnt(masm_, "[ Stack check"); in Generate() local
293 { Comment cmnt(masm_, "[ Body"); in Generate() local
302 { Comment cmnt(masm_, "[ return <undefined>;"); in Generate() local
343 Comment cmnt(masm_, "[ Stack check"); in EmitStackCheck() local
[all …]
/external/v8/src/mips/
Dfull-codegen-mips.cc151 Comment cmnt(masm_, "[ function compiled by full code generator"); in Generate() local
189 { Comment cmnt(masm_, "[ Allocate locals"); in Generate() local
200 Comment cmnt(masm_, "[ Allocate local context"); in Generate() local
236 Comment cmnt(masm_, "[ Allocate arguments object"); in Generate() local
276 Comment cmnt(masm_, "[ Declarations"); in Generate() local
281 { Comment cmnt(masm_, "[ Declarations"); in Generate() local
294 { Comment cmnt(masm_, "[ Stack check"); in Generate() local
304 { Comment cmnt(masm_, "[ Body"); in Generate() local
313 { Comment cmnt(masm_, "[ return <undefined>;"); in Generate() local
362 Comment cmnt(masm_, "[ Stack check"); in EmitStackCheck() local
[all …]
/external/tagsoup/src/org/ccil/cowan/tagsoup/
DPYXWriter.java55 public void cmnt(char [] buff, int offset, int length) throws SAXException { in cmnt() method in PYXWriter
198 cmnt(ch, start, length); in comment()
DScanHandler.java112 public void cmnt(char[] buff, int offset, int length) throws SAXException; in cmnt() method
DHTMLScanner.java527 h.cmnt(theOutputBuffer, 0, theSize); in scan()
DParser.java1033 public void cmnt(char[] buff, int offset, int length) throws SAXException { in cmnt() method in Parser