/external/v8/src/full-codegen/ |
D | full-codegen.cc | 496 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/ |
D | full-codegen-arm64.cc | 111 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/ |
D | full-codegen-x87.cc | 100 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/ |
D | full-codegen-ia32.cc | 100 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/ |
D | full-codegen-x64.cc | 100 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/ |
D | full-codegen-ppc.cc | 109 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/ |
D | full-codegen-mips64.cc | 119 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/ |
D | full-codegen-mips.cc | 119 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/ |
D | full-codegen-arm.cc | 111 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/ |
D | full-codegen-s390.cc | 115 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/ |
D | ScanHandler.java | 112 public void cmnt(char[] buff, int offset, int length) throws SAXException; in cmnt() method
|
D | PYXWriter.java | 55 public void cmnt(char [] buff, int offset, int length) throws SAXException { in cmnt() method in PYXWriter
|
D | Parser.java | 1034 public void cmnt(char[] buff, int offset, int length) throws SAXException { in cmnt() method in Parser
|
/external/robolectric/v3/runtime/ |
D | tagsoup-1.2.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/ccil/
org/ ... |
D | android-all-4.1.2_r1-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.2.2_r1.2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
/external/v8/src/builtins/arm64/ |
D | builtins-arm64.cc | 2376 Comment cmnt(masm, "[ PrepareForTailCall"); in PrepareForTailCall() local
|
/external/v8/src/builtins/arm/ |
D | builtins-arm.cc | 2304 Comment cmnt(masm, "[ PrepareForTailCall"); in PrepareForTailCall() local
|
/external/v8/src/builtins/s390/ |
D | builtins-s390.cc | 2376 Comment cmnt(masm, "[ PrepareForTailCall"); in PrepareForTailCall() local
|
/external/v8/src/builtins/mips/ |
D | builtins-mips.cc | 2318 Comment cmnt(masm, "[ PrepareForTailCall"); in PrepareForTailCall() local
|
/external/v8/src/builtins/x87/ |
D | builtins-x87.cc | 2372 Comment cmnt(masm, "[ PrepareForTailCall"); in PrepareForTailCall() local
|
/external/v8/src/builtins/ppc/ |
D | builtins-ppc.cc | 2366 Comment cmnt(masm, "[ PrepareForTailCall"); in PrepareForTailCall() local
|
/external/v8/src/builtins/mips64/ |
D | builtins-mips64.cc | 2314 Comment cmnt(masm, "[ PrepareForTailCall"); in PrepareForTailCall() local
|
/external/v8/src/builtins/x64/ |
D | builtins-x64.cc | 2441 Comment cmnt(masm, "[ PrepareForTailCall"); in PrepareForTailCall() local
|
/external/v8/src/builtins/ia32/ |
D | builtins-ia32.cc | 2348 Comment cmnt(masm, "[ PrepareForTailCall"); in PrepareForTailCall() local
|