/external/v8/src/crankshaft/ |
D | hydrogen.cc | 8001 int arguments_count, in TryInline() argument 8178 target, arguments_count, function, undefined, in TryInline() 8210 return_id, target, context, arguments_count, function, in TryInline() 8366 int arguments_count) { in TryInlineIndirectCall() argument 8367 return TryInline(function, arguments_count, NULL, expr->id(), in TryInlineIndirectCall() 9082 int arguments_count) { in HandleIndirectCall() argument 9084 int args_count_no_receiver = arguments_count - 1; in HandleIndirectCall() 9108 PushArgumentsFromEnvironment(arguments_count); in HandleIndirectCall() 9110 New<HInvokeFunction>(function, known_function, arguments_count, in HandleIndirectCall() 9179 function_state()->entry()->arguments_object()->arguments_count()); in BuildFunctionApply() [all …]
|
D | hydrogen-instructions.h | 1757 HConstant* closure_context, int arguments_count, in New() argument 1763 HEnterInlined(return_id, closure, closure_context, arguments_count, in New() 1776 int arguments_count() const { return arguments_count_; } in arguments_count() function 1799 HConstant* closure_context, int arguments_count, in DECLARE_CONCRETE_INSTRUCTION() 1807 arguments_count_(arguments_count), in DECLARE_CONCRETE_INSTRUCTION() 2915 int arguments_count() const { return values_.length(); } in arguments_count() function
|
D | hydrogen.h | 2329 void HandleIndirectCall(Call* expr, HValue* function, int arguments_count); 2349 bool TryInline(Handle<JSFunction> target, int arguments_count, 2362 int arguments_count);
|
/external/v8/src/ |
D | deoptimizer.h | 270 int* arguments_count);
|
D | api.cc | 2167 Local<Context> v8_context, Source* source, size_t arguments_count, in CompileFunctionInContext() argument 2175 if (arguments_count) { in CompileFunctionInContext() 2177 for (size_t i = 0; i < arguments_count; ++i) { in CompileFunctionInContext() 2187 if (i + 1 == arguments_count) continue; in CompileFunctionInContext() 2271 size_t arguments_count, Local<String> arguments[], in CompileFunctionInContext() argument 2274 CompileFunctionInContext(v8_context, source, arguments_count, arguments, in CompileFunctionInContext()
|
/external/v8/src/crankshaft/s390/ |
D | lithium-s390.cc | 2117 instr->closure(), instr->arguments_count(), instr->function(), undefined, in DoEnterInlined()
|
/external/v8/src/crankshaft/mips64/ |
D | lithium-mips64.cc | 2290 instr->closure(), instr->arguments_count(), instr->function(), undefined, in DoEnterInlined()
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-ppc.cc | 2307 instr->closure(), instr->arguments_count(), instr->function(), undefined, in DoEnterInlined()
|
/external/v8/src/crankshaft/arm/ |
D | lithium-arm.cc | 2338 instr->closure(), instr->arguments_count(), instr->function(), undefined, in DoEnterInlined()
|
/external/v8/src/crankshaft/mips/ |
D | lithium-mips.cc | 2285 instr->closure(), instr->arguments_count(), instr->function(), undefined, in DoEnterInlined()
|
/external/v8/include/ |
D | v8.h | 1425 Local<Context> context, size_t arguments_count, 1430 Local<Context> context, Source* source, size_t arguments_count,
|
/external/v8/src/crankshaft/ia32/ |
D | lithium-ia32.cc | 2408 instr->closure(), instr->arguments_count(), instr->function(), undefined, in DoEnterInlined()
|
/external/v8/src/crankshaft/x87/ |
D | lithium-x87.cc | 2410 instr->closure(), instr->arguments_count(), instr->function(), undefined, in DoEnterInlined()
|
/external/v8/src/crankshaft/x64/ |
D | lithium-x64.cc | 2410 instr->closure(), instr->arguments_count(), instr->function(), undefined, in DoEnterInlined()
|
/external/v8/src/crankshaft/arm64/ |
D | lithium-arm64.cc | 1395 instr->closure(), instr->arguments_count(), instr->function(), undefined, in DoEnterInlined()
|