Home
last modified time | relevance | path

Searched refs:arguments_count (Results 1 – 15 of 15) sorted by relevance

/external/v8/src/crankshaft/
Dhydrogen.cc8001 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 …]
Dhydrogen-instructions.h1757 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
Dhydrogen.h2329 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/
Ddeoptimizer.h270 int* arguments_count);
Dapi.cc2167 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/
Dlithium-s390.cc2117 instr->closure(), instr->arguments_count(), instr->function(), undefined, in DoEnterInlined()
/external/v8/src/crankshaft/mips64/
Dlithium-mips64.cc2290 instr->closure(), instr->arguments_count(), instr->function(), undefined, in DoEnterInlined()
/external/v8/src/crankshaft/ppc/
Dlithium-ppc.cc2307 instr->closure(), instr->arguments_count(), instr->function(), undefined, in DoEnterInlined()
/external/v8/src/crankshaft/arm/
Dlithium-arm.cc2338 instr->closure(), instr->arguments_count(), instr->function(), undefined, in DoEnterInlined()
/external/v8/src/crankshaft/mips/
Dlithium-mips.cc2285 instr->closure(), instr->arguments_count(), instr->function(), undefined, in DoEnterInlined()
/external/v8/include/
Dv8.h1425 Local<Context> context, size_t arguments_count,
1430 Local<Context> context, Source* source, size_t arguments_count,
/external/v8/src/crankshaft/ia32/
Dlithium-ia32.cc2408 instr->closure(), instr->arguments_count(), instr->function(), undefined, in DoEnterInlined()
/external/v8/src/crankshaft/x87/
Dlithium-x87.cc2410 instr->closure(), instr->arguments_count(), instr->function(), undefined, in DoEnterInlined()
/external/v8/src/crankshaft/x64/
Dlithium-x64.cc2410 instr->closure(), instr->arguments_count(), instr->function(), undefined, in DoEnterInlined()
/external/v8/src/crankshaft/arm64/
Dlithium-arm64.cc1395 instr->closure(), instr->arguments_count(), instr->function(), undefined, in DoEnterInlined()