/external/v8/src/crankshaft/ |
D | hydrogen.cc | 8283 int arguments_count, in TryInline() argument 8418 arguments_count < function->parameter_count()) { in TryInline() 8461 arguments_count, in TryInline() 8495 Add<HEnterInlined>(return_id, target, context, arguments_count, function, in TryInline() 8643 int arguments_count) { in TryInlineIndirectCall() argument 8644 return TryInline(function, arguments_count, NULL, expr->id(), in TryInlineIndirectCall() 9296 int arguments_count) { in HandleIndirectCall() argument 9298 int args_count_no_receiver = arguments_count - 1; in HandleIndirectCall() 9318 PushArgumentsFromEnvironment(arguments_count); in HandleIndirectCall() 9320 New<HInvokeFunction>(function, known_function, arguments_count); in HandleIndirectCall() [all …]
|
D | hydrogen.h | 2395 void HandleIndirectCall(Call* expr, HValue* function, int arguments_count); 2404 void BuildArrayCall(Expression* expr, int arguments_count, HValue* function, 2417 bool TryInline(Handle<JSFunction> target, int arguments_count, 2433 int arguments_count);
|
D | hydrogen-instructions.h | 1958 HConstant* closure_context, int arguments_count, in New() argument 1963 arguments_count, function, inlining_kind, in New() 1975 int arguments_count() const { return arguments_count_; } in arguments_count() function 1995 HConstant* closure_context, int arguments_count, in DECLARE_CONCRETE_INSTRUCTION() 2003 arguments_count_(arguments_count), in DECLARE_CONCRETE_INSTRUCTION() 3382 int arguments_count() const { return values_.length(); } in arguments_count() function
|
/external/v8/src/ |
D | deoptimizer.h | 255 int* arguments_count);
|
D | api.cc | 1899 Local<Context> v8_context, Source* source, size_t arguments_count, in CompileFunctionInContext() argument 1906 if (arguments_count) { in CompileFunctionInContext() 1908 for (size_t i = 0; i < arguments_count; ++i) { in CompileFunctionInContext() 1918 if (i + 1 == arguments_count) continue; in CompileFunctionInContext() 1992 size_t arguments_count, Local<String> arguments[], in CompileFunctionInContext() argument 1995 CompileFunctionInContext(v8_context, source, arguments_count, arguments, in CompileFunctionInContext()
|
/external/v8/include/ |
D | v8.h | 1426 Local<Context> context, size_t arguments_count, 1431 Local<Context> context, Source* source, size_t arguments_count,
|
/external/v8/src/crankshaft/mips64/ |
D | lithium-mips64.cc | 2507 instr->arguments_count(), in DoEnterInlined()
|
/external/v8/src/crankshaft/mips/ |
D | lithium-mips.cc | 2502 instr->arguments_count(), in DoEnterInlined()
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-ppc.cc | 2508 instr->closure(), instr->arguments_count(), instr->function(), undefined, in DoEnterInlined()
|
/external/v8/src/crankshaft/x64/ |
D | lithium-x64.cc | 2600 instr->arguments_count(), in DoEnterInlined()
|
/external/v8/src/crankshaft/arm/ |
D | lithium-arm.cc | 2555 instr->arguments_count(), in DoEnterInlined()
|
/external/v8/src/crankshaft/ia32/ |
D | lithium-ia32.cc | 2612 instr->arguments_count(), in DoEnterInlined()
|
/external/v8/src/crankshaft/arm64/ |
D | lithium-arm64.cc | 1468 instr->arguments_count(), in DoEnterInlined()
|
/external/v8/src/crankshaft/x87/ |
D | lithium-x87.cc | 2616 instr->arguments_count(), in DoEnterInlined()
|