Home
last modified time | relevance | path

Searched refs:arguments_type (Results 1 - 12 of 12) sorted by relevance

/third_party/node/deps/v8/src/execution/
H A Darguments.h34 template <ArgumentsType arguments_type>
75 if (arguments_type == ArgumentsType::kJS) { in address_of_arg_at()
88 if (arguments_type == ArgumentsType::kJS) index = 0; in first_slot()
94 if (arguments_type == ArgumentsType::kJS) index = length() - 1; in last_slot()
/third_party/python/Include/internal/
H A Dpycore_ast_state.h162 PyObject *arguments_type; member
/third_party/node/deps/v8/src/deoptimizer/
H A Dtranslated-state.cc237 CreateArgumentsType arguments_type = in TranslationArrayPrintSingleFrame() local
239 os << "{arguments_type=" << arguments_type << "}"; in TranslationArrayPrintSingleFrame() local
998 CreateArgumentsType arguments_type = in CreateNextTranslatedValue() local
1000 CreateArgumentsElementsTranslatedValues(frame_index, fp, arguments_type, in CreateNextTranslatedValue()
/third_party/node/deps/v8/src/compiler/
H A Descape-analysis-reducer.cc230 ArgumentsStateType type = params.arguments_type(); in Finalize()
H A Dsimplified-operator.cc1752 return lhs.arguments_type() == rhs.arguments_type() && in operator ==()
1757 return base::hash_combine(params.arguments_type(), in hash_value()
1763 return os << params.arguments_type() in operator <<()
H A Dsimplified-operator.h638 CreateArgumentsType arguments_type() const { return type_; } in arguments_type() function in v8::internal::AbortReason::NewArgumentsElementsParameters
H A Deffect-control-linearizer.cc3678 CreateArgumentsType type = parameters.arguments_type(); in LowerNewArgumentsElements()
/third_party/python/Python/
H A DPython-ast.c175 Py_CLEAR(state->arguments_type); in _PyAST_Fini()
1724 state->arguments_type = make_type(state, "arguments", state->AST_type, in init_types()
1727 if (!state->arguments_type) return 0; in init_types()
1728 if (!add_attributes(state, state->arguments_type, NULL, 0)) return 0; in init_types()
1729 if (PyObject_SetAttr(state->arguments_type, state->vararg, Py_None) == -1) in init_types()
1731 if (PyObject_SetAttr(state->arguments_type, state->kwarg, Py_None) == -1) in init_types()
4981 tp = (PyTypeObject *)state->arguments_type; in ast2obj_arguments()
12234 if (PyModule_AddObjectRef(m, "arguments", state->arguments_type) < 0) { in astmodule_exec()
/third_party/node/deps/v8/src/compiler/backend/
H A Dcode-generator.cc1009 translations_.ArgumentsElements(desc->arguments_type()); in TranslateStateValueDescriptor()
H A Dinstruction.h1255 ArgumentsStateType arguments_type() const { in arguments_type() function in v8::internal::compiler::StateValueDescriptor
/third_party/node/deps/v8/src/torque/
H A Dimplementation-visitor.cc622 const Type* arguments_type = TypeOracle::GetArgumentsType(); in Visit() local
623 StackRange range = parameter_types.PushMany(LowerType(arguments_type)); in Visit()
626 VisitResult(arguments_type, range), in Visit()
/third_party/python/Parser/
H A Dparser.c241 #define arguments_type 1161 macro
16511 if (_PyPegen_is_memoized(p, arguments_type, &_res)) { in arguments_rule()
16567 _PyPegen_insert_memo(p, _mark, arguments_type, _res); in arguments_rule()
[all...]

Completed in 92 milliseconds