Home
last modified time | relevance | path

Searched defs:cmnt (Results 1 – 25 of 29) sorted by relevance

12

/external/v8/src/full-codegen/
Dfull-codegen.cc496 Comment cmnt(masm_, "[ VariableProxy"); in VisitVariableProxy() local
782 Comment cmnt(masm_, "[ Comma"); in VisitComma() local
790 Comment cmnt(masm_, is_logical_and ? "[ Logical AND" : "[ Logical OR"); in VisitLogicalExpression() local
859 Comment cmnt(masm_, "[ ArithmeticExpression"); in VisitArithmeticExpression() local
875 Comment cmnt(masm_, "[ Property"); in VisitProperty() local
927 Comment cmnt(masm_, "[ Block"); in VisitBlock() local
940 Comment cmnt(masm_, "[ Do Expression"); in VisitDoExpression() local
948 Comment cmnt(masm_, "[ ExpressionStatement"); in VisitExpressionStatement() local
955 Comment cmnt(masm_, "[ EmptyStatement"); in VisitEmptyStatement() local
960 Comment cmnt(masm_, "[ IfStatement"); in VisitIfStatement() local
[all …]
/external/v8/src/full-codegen/arm64/
Dfull-codegen-arm64.cc111 Comment cmnt(masm_, "[ Function compiled by full code generator"); in Generate() local
137 Comment cmnt(masm_, "[ Increment invocation count"); in Generate() local
150 { Comment cmnt(masm_, "[ Allocate locals"); in Generate() local
191 Comment cmnt(masm_, "[ Allocate context"); in Generate() local
264 Comment cmnt(masm_, "[ This function"); in Generate() local
275 Comment cmnt(masm_, "[ new.target"); in Generate() local
282 Comment cmnt(masm_, "[ Allocate rest parameter array"); in Generate() local
295 Comment cmnt(masm_, "[ Allocate arguments object"); in Generate() local
322 Comment cmnt(masm_, "[ Declarations"); in Generate() local
332 Comment cmnt(masm_, "[ Stack check"); in Generate() local
[all …]
/external/v8/src/full-codegen/x87/
Dfull-codegen-x87.cc100 Comment cmnt(masm_, "[ function compiled by full code generator"); in Generate() local
122 Comment cmnt(masm_, "[ Increment invocation count"); in Generate() local
131 { Comment cmnt(masm_, "[ Allocate locals"); in Generate() local
176 Comment cmnt(masm_, "[ Allocate context"); in Generate() local
251 Comment cmnt(masm_, "[ This function"); in Generate() local
262 Comment cmnt(masm_, "[ new.target"); in Generate() local
269 Comment cmnt(masm_, "[ Allocate rest parameter array"); in Generate() local
283 Comment cmnt(masm_, "[ Allocate arguments object"); in Generate() local
309 Comment cmnt(masm_, "[ Declarations"); in Generate() local
319 Comment cmnt(masm_, "[ Stack check"); in Generate() local
[all …]
/external/v8/src/full-codegen/ia32/
Dfull-codegen-ia32.cc100 Comment cmnt(masm_, "[ function compiled by full code generator"); in Generate() local
122 Comment cmnt(masm_, "[ Increment invocation count"); in Generate() local
131 { Comment cmnt(masm_, "[ Allocate locals"); in Generate() local
176 Comment cmnt(masm_, "[ Allocate context"); in Generate() local
254 Comment cmnt(masm_, "[ This function"); in Generate() local
265 Comment cmnt(masm_, "[ new.target"); in Generate() local
272 Comment cmnt(masm_, "[ Allocate rest parameter array"); in Generate() local
286 Comment cmnt(masm_, "[ Allocate arguments object"); in Generate() local
312 Comment cmnt(masm_, "[ Declarations"); in Generate() local
322 Comment cmnt(masm_, "[ Stack check"); in Generate() local
[all …]
/external/v8/src/full-codegen/x64/
Dfull-codegen-x64.cc100 Comment cmnt(masm_, "[ function compiled by full code generator"); in Generate() local
122 Comment cmnt(masm_, "[ Increment invocation count"); in Generate() local
132 { Comment cmnt(masm_, "[ Allocate locals"); in Generate() local
176 Comment cmnt(masm_, "[ Allocate context"); in Generate() local
250 Comment cmnt(masm_, "[ This function"); in Generate() local
261 Comment cmnt(masm_, "[ new.target"); in Generate() local
268 Comment cmnt(masm_, "[ Allocate rest parameter array"); in Generate() local
284 Comment cmnt(masm_, "[ Allocate arguments object"); in Generate() local
311 Comment cmnt(masm_, "[ Declarations"); in Generate() local
321 Comment cmnt(masm_, "[ Stack check"); in Generate() local
[all …]
/external/v8/src/full-codegen/ppc/
Dfull-codegen-ppc.cc109 Comment cmnt(masm_, "[ function compiled by full code generator"); in Generate() local
138 Comment cmnt(masm_, "[ Increment invocation count"); in Generate() local
153 Comment cmnt(masm_, "[ Allocate locals"); in Generate() local
196 Comment cmnt(masm_, "[ Allocate context"); in Generate() local
270 Comment cmnt(masm_, "[ This function"); in Generate() local
281 Comment cmnt(masm_, "[ new.target"); in Generate() local
288 Comment cmnt(masm_, "[ Allocate rest parameter array"); in Generate() local
301 Comment cmnt(masm_, "[ Allocate arguments object"); in Generate() local
328 Comment cmnt(masm_, "[ Declarations"); in Generate() local
338 Comment cmnt(masm_, "[ Stack check"); in Generate() local
[all …]
/external/v8/src/full-codegen/mips64/
Dfull-codegen-mips64.cc119 Comment cmnt(masm_, "[ function compiled by full code generator"); in Generate() local
141 Comment cmnt(masm_, "[ Increment invocation count"); in Generate() local
153 { Comment cmnt(masm_, "[ Allocate locals"); in Generate() local
196 Comment cmnt(masm_, "[ Allocate context"); in Generate() local
271 Comment cmnt(masm_, "[ This function"); in Generate() local
281 Comment cmnt(masm_, "[ new.target"); in Generate() local
288 Comment cmnt(masm_, "[ Allocate rest parameter array"); in Generate() local
301 Comment cmnt(masm_, "[ Allocate arguments object"); in Generate() local
328 Comment cmnt(masm_, "[ Declarations"); in Generate() local
338 Comment cmnt(masm_, "[ Stack check"); in Generate() local
[all …]
/external/v8/src/full-codegen/mips/
Dfull-codegen-mips.cc119 Comment cmnt(masm_, "[ function compiled by full code generator"); in Generate() local
142 Comment cmnt(masm_, "[ Increment invocation count"); in Generate() local
154 { Comment cmnt(masm_, "[ Allocate locals"); in Generate() local
197 Comment cmnt(masm_, "[ Allocate context"); in Generate() local
272 Comment cmnt(masm_, "[ This function"); in Generate() local
283 Comment cmnt(masm_, "[ new.target"); in Generate() local
290 Comment cmnt(masm_, "[ Allocate rest parameter array"); in Generate() local
303 Comment cmnt(masm_, "[ Allocate arguments object"); in Generate() local
331 Comment cmnt(masm_, "[ Declarations"); in Generate() local
341 Comment cmnt(masm_, "[ Stack check"); in Generate() local
[all …]
/external/v8/src/full-codegen/arm/
Dfull-codegen-arm.cc111 Comment cmnt(masm_, "[ function compiled by full code generator"); in Generate() local
133 Comment cmnt(masm_, "[ Increment invocation count"); in Generate() local
145 { Comment cmnt(masm_, "[ Allocate locals"); in Generate() local
188 Comment cmnt(masm_, "[ Allocate context"); in Generate() local
262 Comment cmnt(masm_, "[ This function"); in Generate() local
273 Comment cmnt(masm_, "[ new.target"); in Generate() local
280 Comment cmnt(masm_, "[ Allocate rest parameter array"); in Generate() local
293 Comment cmnt(masm_, "[ Allocate arguments object"); in Generate() local
320 Comment cmnt(masm_, "[ Declarations"); in Generate() local
330 Comment cmnt(masm_, "[ Stack check"); in Generate() local
[all …]
/external/v8/src/full-codegen/s390/
Dfull-codegen-s390.cc115 Comment cmnt(masm_, "[ function compiled by full code generator"); in Generate() local
138 Comment cmnt(masm_, "[ Increment invocation count"); in Generate() local
152 Comment cmnt(masm_, "[ Allocate locals"); in Generate() local
200 Comment cmnt(masm_, "[ Allocate context"); in Generate() local
274 Comment cmnt(masm_, "[ This function"); in Generate() local
285 Comment cmnt(masm_, "[ new.target"); in Generate() local
292 Comment cmnt(masm_, "[ Allocate rest parameter array"); in Generate() local
307 Comment cmnt(masm_, "[ Allocate arguments object"); in Generate() local
334 Comment cmnt(masm_, "[ Declarations"); in Generate() local
344 Comment cmnt(masm_, "[ Stack check"); in Generate() local
[all …]
/external/tagsoup/src/org/ccil/cowan/tagsoup/
DScanHandler.java112 public void cmnt(char[] buff, int offset, int length) throws SAXException; in cmnt() method
DPYXWriter.java55 public void cmnt(char [] buff, int offset, int length) throws SAXException { in cmnt() method in PYXWriter
DParser.java1034 public void cmnt(char[] buff, int offset, int length) throws SAXException { in cmnt() method in Parser
/external/robolectric/v3/runtime/
Dtagsoup-1.2.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ ...
Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
/external/v8/src/builtins/arm64/
Dbuiltins-arm64.cc2376 Comment cmnt(masm, "[ PrepareForTailCall"); in PrepareForTailCall() local
/external/v8/src/builtins/arm/
Dbuiltins-arm.cc2304 Comment cmnt(masm, "[ PrepareForTailCall"); in PrepareForTailCall() local
/external/v8/src/builtins/s390/
Dbuiltins-s390.cc2376 Comment cmnt(masm, "[ PrepareForTailCall"); in PrepareForTailCall() local
/external/v8/src/builtins/mips/
Dbuiltins-mips.cc2318 Comment cmnt(masm, "[ PrepareForTailCall"); in PrepareForTailCall() local
/external/v8/src/builtins/x87/
Dbuiltins-x87.cc2372 Comment cmnt(masm, "[ PrepareForTailCall"); in PrepareForTailCall() local
/external/v8/src/builtins/ppc/
Dbuiltins-ppc.cc2366 Comment cmnt(masm, "[ PrepareForTailCall"); in PrepareForTailCall() local
/external/v8/src/builtins/mips64/
Dbuiltins-mips64.cc2314 Comment cmnt(masm, "[ PrepareForTailCall"); in PrepareForTailCall() local
/external/v8/src/builtins/x64/
Dbuiltins-x64.cc2441 Comment cmnt(masm, "[ PrepareForTailCall"); in PrepareForTailCall() local
/external/v8/src/builtins/ia32/
Dbuiltins-ia32.cc2348 Comment cmnt(masm, "[ PrepareForTailCall"); in PrepareForTailCall() local

12