Searched defs:first_arg (Results 1 - 9 of 9) sorted by relevance

/external/v8/src/builtins/
H A Dbuiltins-arguments.cc123 Node* map, Node* frame_ptr, Node* arg_count, Node* first_arg,
144 first_arg, nullptr, param_mode);
122 ConstructParametersObjectFromArgs( Node* map, Node* frame_ptr, Node* arg_count, Node* first_arg, Node* rest_count, ParameterMode param_mode, int base_size) argument
/external/swiftshader/third_party/llvm-subzero/lib/Demangle/
H A DItaniumDemangle.cpp4042 bool first_arg = true; local
4064 if (!first_arg)
4067 first_arg = false;
/external/v8/src/wasm/
H A Dwasm-js.cc342 i::Handle<i::Object> first_arg = Utils::OpenHandle(*args[0]); local
343 if (!first_arg->IsJSObject()) {
361 if (HasBrand(first_arg, i::Handle<i::Symbol>(i_context->wasm_module_sym()))) {
/external/v8/src/interpreter/
H A Dinterpreter-assembler.cc556 Node* first_arg, Node* arg_count,
602 arg_count, first_arg, function);
638 arg_count, function, feedback_element, first_arg);
717 context, arg_count, first_arg, function);
727 Node* first_arg, Node* arg_count,
736 first_arg, function);
740 Node* first_arg, Node* arg_count) {
748 first_arg, function);
752 Node* new_target, Node* first_arg,
792 allocation_feedback.value(), first_arg));
555 CallJSWithFeedback(Node* function, Node* context, Node* first_arg, Node* arg_count, Node* slot_id, Node* feedback_vector, TailCallMode tail_call_mode) argument
726 CallJS(Node* function, Node* context, Node* first_arg, Node* arg_count, TailCallMode tail_call_mode) argument
739 CallJSWithSpread(Node* function, Node* context, Node* first_arg, Node* arg_count) argument
751 Construct(Node* constructor, Node* context, Node* new_target, Node* first_arg, Node* arg_count, Node* slot_id, Node* feedback_vector) argument
903 ConstructWithSpread(Node* constructor, Node* context, Node* new_target, Node* first_arg, Node* arg_count) argument
920 CallRuntimeN(Node* function_id, Node* context, Node* first_arg, Node* arg_count, int result_size) argument
[all...]
H A Dinterpreter.cc2196 // CallRuntime <function_id> <first_arg> <arg_count>
2199 // register |first_arg| and |arg_count| arguments in subsequent
2204 Node* first_arg = __ RegisterLocation(first_arg_reg); local
2207 Node* result = __ CallRuntimeN(function_id, context, first_arg, args_count);
2212 // InvokeIntrinsic <function_id> <first_arg> <arg_count>
2215 // |function_id| with the first argument in |first_arg| and |arg_count|
2229 // CallRuntimeForPair <function_id> <first_arg> <arg_count> <first_return>
2232 // first argument in register |first_arg| and |arg_count| arguments in
2239 Node* first_arg = __ RegisterLocation(first_arg_reg); local
2243 __ CallRuntimeN(function_id, context, first_arg, args_coun
2262 Node* first_arg = __ RegisterLocation(receiver_reg); local
2313 Node* first_arg = __ RegisterLocation(first_arg_reg); local
2333 Node* first_arg = __ RegisterLocation(first_arg_reg); local
[all...]
/external/v8/src/compiler/
H A Dbytecode-graph-builder.cc1377 const Operator* call_runtime_op, interpreter::Register first_arg,
1380 int first_arg_index = first_arg.index();
1392 interpreter::Register first_arg = bytecode_iterator().GetRegisterOperand(1); local
1397 Node* value = ProcessCallRuntimeArguments(call, first_arg, arg_count);
1404 interpreter::Register first_arg = bytecode_iterator().GetRegisterOperand(1); local
1411 Node* return_pair = ProcessCallRuntimeArguments(call, first_arg, arg_count);
1418 interpreter::Register first_arg, size_t arity) {
1421 int first_arg_index = first_arg.index();
1434 interpreter::Register first_arg = bytecode_iterator().GetRegisterOperand(1); local
1443 first_arg, arg_coun
1376 ProcessCallRuntimeArguments( const Operator* call_runtime_op, interpreter::Register first_arg, size_t arity) argument
1416 ProcessConstructWithSpreadArguments( const Operator* op, Node* callee, Node* new_target, interpreter::Register first_arg, size_t arity) argument
1450 interpreter::Register first_arg = bytecode_iterator().GetRegisterOperand(1); local
1460 ProcessConstructArguments( const Operator* call_new_op, Node* callee, Node* new_target, interpreter::Register first_arg, size_t arity) argument
1478 interpreter::Register first_arg = bytecode_iterator().GetRegisterOperand(1); local
[all...]
/external/deqp/external/openglcts/modules/gl/
H A Dgl4cGPUShaderFP64Tests.cpp13211 const ArgT first_arg = p_arg[component * component_step_0]; local
13214 p_result[component] = p_function(first_arg, second_arg);
13361 const Arg1T first_arg = p_arg_1[component * component_step_0]; local
13364 p_result[component] = p_function(first_arg, second_arg);
13494 const glw::GLdouble first_arg = p_arg[component * component_step_0]; local
13498 p_result[component] = p_function(first_arg, second_arg, third_arg);
/external/v8/src/
H A Dobjects.cc15234 uint32_t first_arg,
15241 object, args->arguments() - first_arg - (arg_count - 1), arg_count, mode);
15232 EnsureCanContainElements(Handle<JSObject> object, Arguments* args, uint32_t first_arg, uint32_t arg_count, EnsureElementsMode mode) argument
/external/valgrind/perf/
H A Dtinycc.c8155 static inline void define_push(int v, int macro_type, int *str, Sym *first_arg)
8160 s->next = first_arg;
8153 define_push(int v, int macro_type, int *str, Sym *first_arg) argument

Completed in 4358 milliseconds