/external/v8/src/builtins/ |
D | builtins-interpreter-gen.cc | 14 masm, ConvertReceiverMode::kAny, InterpreterPushArgsMode::kOther); in Generate_InterpreterPushArgsThenCall() 21 InterpreterPushArgsMode::kOther); in Generate_InterpreterPushUndefinedAndArgsThenCall() 28 InterpreterPushArgsMode::kWithFinalSpread); in Generate_InterpreterPushArgsThenCallWithFinalSpread() 33 masm, InterpreterPushArgsMode::kOther); in Generate_InterpreterPushArgsThenConstruct() 39 masm, InterpreterPushArgsMode::kWithFinalSpread); in Generate_InterpreterPushArgsThenConstructWithFinalSpread() 45 masm, InterpreterPushArgsMode::kArrayFunction); in Generate_InterpreterPushArgsThenConstructArrayFunction()
|
D | builtins.h | 25 enum class InterpreterPushArgsMode : unsigned; 228 InterpreterPushArgsMode mode); 231 MacroAssembler* masm, InterpreterPushArgsMode mode);
|
/external/v8/src/codegen/ |
D | code-factory.cc | 352 InterpreterPushArgsMode mode) { in InterpreterPushArgsThenCall() 354 case InterpreterPushArgsMode::kArrayFunction: in InterpreterPushArgsThenCall() 358 case InterpreterPushArgsMode::kWithFinalSpread: in InterpreterPushArgsThenCall() 361 case InterpreterPushArgsMode::kOther: in InterpreterPushArgsThenCall() 377 Isolate* isolate, InterpreterPushArgsMode mode) { in InterpreterPushArgsThenConstruct() 379 case InterpreterPushArgsMode::kArrayFunction: in InterpreterPushArgsThenConstruct() 382 case InterpreterPushArgsMode::kWithFinalSpread: in InterpreterPushArgsThenConstruct() 385 case InterpreterPushArgsMode::kOther: in InterpreterPushArgsThenConstruct()
|
D | code-factory.h | 91 InterpreterPushArgsMode mode); 93 Isolate* isolate, InterpreterPushArgsMode mode);
|
/external/v8/src/common/ |
D | globals.h | 1276 enum class InterpreterPushArgsMode : unsigned { enum 1282 inline size_t hash_value(InterpreterPushArgsMode mode) { in hash_value() 1287 InterpreterPushArgsMode mode) { 1289 case InterpreterPushArgsMode::kArrayFunction: 1291 case InterpreterPushArgsMode::kWithFinalSpread: 1293 case InterpreterPushArgsMode::kOther:
|
/external/v8/src/builtins/arm64/ |
D | builtins-arm64.cc | 1403 InterpreterPushArgsMode mode) { in Generate_InterpreterPushArgs() 1418 if (mode == InterpreterPushArgsMode::kWithFinalSpread) { in Generate_InterpreterPushArgs() 1461 if (mode == InterpreterPushArgsMode::kWithFinalSpread) { in Generate_InterpreterPushArgs() 1479 InterpreterPushArgsMode mode) { in Generate_InterpreterPushArgsThenCallImpl() 1480 DCHECK(mode != InterpreterPushArgsMode::kArrayFunction); in Generate_InterpreterPushArgsThenCallImpl() 1495 (mode == InterpreterPushArgsMode::kWithFinalSpread) ? x2 : no_reg; in Generate_InterpreterPushArgsThenCallImpl() 1500 if (mode == InterpreterPushArgsMode::kWithFinalSpread) { in Generate_InterpreterPushArgsThenCallImpl() 1511 MacroAssembler* masm, InterpreterPushArgsMode mode) { in Generate_InterpreterPushArgsThenConstructImpl() 1527 (mode == InterpreterPushArgsMode::kWithFinalSpread) ? x2 : no_reg; in Generate_InterpreterPushArgsThenConstructImpl() 1531 if (mode == InterpreterPushArgsMode::kArrayFunction) { in Generate_InterpreterPushArgsThenConstructImpl() [all …]
|
/external/v8/src/builtins/s390/ |
D | builtins-s390.cc | 1349 InterpreterPushArgsMode mode) { in Generate_InterpreterPushArgsThenCallImpl() 1350 DCHECK(mode != InterpreterPushArgsMode::kArrayFunction); in Generate_InterpreterPushArgsThenCallImpl() 1359 if (mode == InterpreterPushArgsMode::kWithFinalSpread) { in Generate_InterpreterPushArgsThenCallImpl() 1380 if (mode == InterpreterPushArgsMode::kWithFinalSpread) { in Generate_InterpreterPushArgsThenCallImpl() 1388 if (mode == InterpreterPushArgsMode::kWithFinalSpread) { in Generate_InterpreterPushArgsThenCallImpl() 1406 MacroAssembler* masm, InterpreterPushArgsMode mode) { in Generate_InterpreterPushArgsThenConstructImpl() 1418 if (mode == InterpreterPushArgsMode::kWithFinalSpread) { in Generate_InterpreterPushArgsThenConstructImpl() 1430 if (mode == InterpreterPushArgsMode::kWithFinalSpread) { in Generate_InterpreterPushArgsThenConstructImpl() 1440 if (mode == InterpreterPushArgsMode::kArrayFunction) { in Generate_InterpreterPushArgsThenConstructImpl() 1447 } else if (mode == InterpreterPushArgsMode::kWithFinalSpread) { in Generate_InterpreterPushArgsThenConstructImpl() [all …]
|
/external/v8/src/builtins/ppc/ |
D | builtins-ppc.cc | 1295 InterpreterPushArgsMode mode) { in Generate_InterpreterPushArgsThenCallImpl() 1296 DCHECK(mode != InterpreterPushArgsMode::kArrayFunction); in Generate_InterpreterPushArgsThenCallImpl() 1306 if (mode == InterpreterPushArgsMode::kWithFinalSpread) { in Generate_InterpreterPushArgsThenCallImpl() 1327 if (mode == InterpreterPushArgsMode::kWithFinalSpread) { in Generate_InterpreterPushArgsThenCallImpl() 1335 if (mode == InterpreterPushArgsMode::kWithFinalSpread) { in Generate_InterpreterPushArgsThenCallImpl() 1353 MacroAssembler* masm, InterpreterPushArgsMode mode) { in Generate_InterpreterPushArgsThenConstructImpl() 1365 if (mode == InterpreterPushArgsMode::kWithFinalSpread) { in Generate_InterpreterPushArgsThenConstructImpl() 1377 if (mode == InterpreterPushArgsMode::kWithFinalSpread) { in Generate_InterpreterPushArgsThenConstructImpl() 1387 if (mode == InterpreterPushArgsMode::kArrayFunction) { in Generate_InterpreterPushArgsThenConstructImpl() 1394 } else if (mode == InterpreterPushArgsMode::kWithFinalSpread) { in Generate_InterpreterPushArgsThenConstructImpl() [all …]
|
/external/v8/src/builtins/mips64/ |
D | builtins-mips64.cc | 1228 InterpreterPushArgsMode mode) { in Generate_InterpreterPushArgsThenCallImpl() 1229 DCHECK(mode != InterpreterPushArgsMode::kArrayFunction); in Generate_InterpreterPushArgsThenCallImpl() 1238 if (mode == InterpreterPushArgsMode::kWithFinalSpread) { in Generate_InterpreterPushArgsThenCallImpl() 1259 if (mode == InterpreterPushArgsMode::kWithFinalSpread) { in Generate_InterpreterPushArgsThenCallImpl() 1267 if (mode == InterpreterPushArgsMode::kWithFinalSpread) { in Generate_InterpreterPushArgsThenCallImpl() 1285 MacroAssembler* masm, InterpreterPushArgsMode mode) { in Generate_InterpreterPushArgsThenConstructImpl() 1297 if (mode == InterpreterPushArgsMode::kWithFinalSpread) { in Generate_InterpreterPushArgsThenConstructImpl() 1308 if (mode == InterpreterPushArgsMode::kWithFinalSpread) { in Generate_InterpreterPushArgsThenConstructImpl() 1317 if (mode == InterpreterPushArgsMode::kArrayFunction) { in Generate_InterpreterPushArgsThenConstructImpl() 1324 } else if (mode == InterpreterPushArgsMode::kWithFinalSpread) { in Generate_InterpreterPushArgsThenConstructImpl() [all …]
|
/external/v8/src/builtins/arm/ |
D | builtins-arm.cc | 1238 InterpreterPushArgsMode mode) { in Generate_InterpreterPushArgsThenCallImpl() 1239 DCHECK(mode != InterpreterPushArgsMode::kArrayFunction); in Generate_InterpreterPushArgsThenCallImpl() 1249 if (mode == InterpreterPushArgsMode::kWithFinalSpread) { in Generate_InterpreterPushArgsThenCallImpl() 1271 if (mode == InterpreterPushArgsMode::kWithFinalSpread) { in Generate_InterpreterPushArgsThenCallImpl() 1280 if (mode == InterpreterPushArgsMode::kWithFinalSpread) { in Generate_InterpreterPushArgsThenCallImpl() 1298 MacroAssembler* masm, InterpreterPushArgsMode mode) { in Generate_InterpreterPushArgsThenConstructImpl() 1312 if (mode == InterpreterPushArgsMode::kWithFinalSpread) { in Generate_InterpreterPushArgsThenConstructImpl() 1324 if (mode == InterpreterPushArgsMode::kWithFinalSpread) { in Generate_InterpreterPushArgsThenConstructImpl() 1334 if (mode == InterpreterPushArgsMode::kArrayFunction) { in Generate_InterpreterPushArgsThenConstructImpl() 1341 } else if (mode == InterpreterPushArgsMode::kWithFinalSpread) { in Generate_InterpreterPushArgsThenConstructImpl() [all …]
|
/external/v8/src/interpreter/ |
D | interpreter-assembler.cc | 751 isolate(), receiver_mode, InterpreterPushArgsMode::kOther); in CallJSAndDispatch() 812 InterpreterPushArgsMode::kWithFinalSpread); in CallJSWithSpreadAndDispatch() 843 isolate(), InterpreterPushArgsMode::kOther); in Construct() 856 isolate(), InterpreterPushArgsMode::kArrayFunction); in Construct() 983 isolate(), InterpreterPushArgsMode::kWithFinalSpread); in ConstructWithSpread()
|
/external/v8/src/builtins/x64/ |
D | builtins-x64.cc | 1274 InterpreterPushArgsMode mode) { in Generate_InterpreterPushArgsThenCallImpl() 1275 DCHECK(mode != InterpreterPushArgsMode::kArrayFunction); in Generate_InterpreterPushArgsThenCallImpl() 1285 if (mode == InterpreterPushArgsMode::kWithFinalSpread) { in Generate_InterpreterPushArgsThenCallImpl() 1311 if (mode == InterpreterPushArgsMode::kWithFinalSpread) { in Generate_InterpreterPushArgsThenCallImpl() 1321 if (mode == InterpreterPushArgsMode::kWithFinalSpread) { in Generate_InterpreterPushArgsThenCallImpl() 1340 MacroAssembler* masm, InterpreterPushArgsMode mode) { in Generate_InterpreterPushArgsThenConstructImpl() 1359 if (mode == InterpreterPushArgsMode::kWithFinalSpread) { in Generate_InterpreterPushArgsThenConstructImpl() 1370 if (mode == InterpreterPushArgsMode::kWithFinalSpread) { in Generate_InterpreterPushArgsThenConstructImpl() 1380 if (mode == InterpreterPushArgsMode::kArrayFunction) { in Generate_InterpreterPushArgsThenConstructImpl() 1387 } else if (mode == InterpreterPushArgsMode::kWithFinalSpread) { in Generate_InterpreterPushArgsThenConstructImpl() [all …]
|
/external/v8/src/builtins/mips/ |
D | builtins-mips.cc | 1209 InterpreterPushArgsMode mode) { in Generate_InterpreterPushArgsThenCallImpl() 1210 DCHECK(mode != InterpreterPushArgsMode::kArrayFunction); in Generate_InterpreterPushArgsThenCallImpl() 1219 if (mode == InterpreterPushArgsMode::kWithFinalSpread) { in Generate_InterpreterPushArgsThenCallImpl() 1240 if (mode == InterpreterPushArgsMode::kWithFinalSpread) { in Generate_InterpreterPushArgsThenCallImpl() 1248 if (mode == InterpreterPushArgsMode::kWithFinalSpread) { in Generate_InterpreterPushArgsThenCallImpl() 1266 MacroAssembler* masm, InterpreterPushArgsMode mode) { in Generate_InterpreterPushArgsThenConstructImpl() 1278 if (mode == InterpreterPushArgsMode::kWithFinalSpread) { in Generate_InterpreterPushArgsThenConstructImpl() 1288 if (mode == InterpreterPushArgsMode::kWithFinalSpread) { in Generate_InterpreterPushArgsThenConstructImpl() 1298 if (mode == InterpreterPushArgsMode::kArrayFunction) { in Generate_InterpreterPushArgsThenConstructImpl() 1305 } else if (mode == InterpreterPushArgsMode::kWithFinalSpread) { in Generate_InterpreterPushArgsThenConstructImpl() [all …]
|
/external/v8/src/builtins/ia32/ |
D | builtins-ia32.cc | 1201 InterpreterPushArgsMode mode) { in Generate_InterpreterPushArgsThenCallImpl() 1202 DCHECK(mode != InterpreterPushArgsMode::kArrayFunction); in Generate_InterpreterPushArgsThenCallImpl() 1215 if (mode == InterpreterPushArgsMode::kWithFinalSpread) { in Generate_InterpreterPushArgsThenCallImpl() 1240 if (mode == InterpreterPushArgsMode::kWithFinalSpread) { in Generate_InterpreterPushArgsThenCallImpl() 1259 if (mode == InterpreterPushArgsMode::kWithFinalSpread) { in Generate_InterpreterPushArgsThenCallImpl() 1342 MacroAssembler* masm, InterpreterPushArgsMode mode) { in Generate_InterpreterPushArgsThenConstructImpl() 1355 if (mode == InterpreterPushArgsMode::kWithFinalSpread) { in Generate_InterpreterPushArgsThenConstructImpl() 1371 if (mode == InterpreterPushArgsMode::kArrayFunction) { in Generate_InterpreterPushArgsThenConstructImpl() 1388 } else if (mode == InterpreterPushArgsMode::kWithFinalSpread) { in Generate_InterpreterPushArgsThenConstructImpl() 1401 DCHECK_EQ(InterpreterPushArgsMode::kOther, mode); in Generate_InterpreterPushArgsThenConstructImpl()
|