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/
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/
Dpycore_ast_state.h159 PyObject *arguments_type; member
/third_party/node/deps/v8/src/deoptimizer/
Dtranslated-state.cc237 CreateArgumentsType arguments_type = in TranslationArrayPrintSingleFrame() local
239 os << "{arguments_type=" << arguments_type << "}"; in TranslationArrayPrintSingleFrame()
998 CreateArgumentsType arguments_type = in CreateNextTranslatedValue() local
1000 CreateArgumentsElementsTranslatedValues(frame_index, fp, arguments_type, in CreateNextTranslatedValue()
/third_party/node/deps/v8/src/compiler/
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 <<()
Descape-analysis-reducer.cc230 ArgumentsStateType type = params.arguments_type(); in Finalize()
Dsimplified-operator.h638 CreateArgumentsType arguments_type() const { return type_; } in arguments_type() function
Deffect-control-linearizer.cc3678 CreateArgumentsType type = parameters.arguments_type(); in LowerNewArgumentsElements()
/third_party/python/Python/
DPython-ast.c173 Py_CLEAR(state->arguments_type); in _PyAST_Fini()
1711 state->arguments_type = make_type(state, "arguments", state->AST_type, in init_types()
1714 if (!state->arguments_type) return 0; in init_types()
1715 if (!add_attributes(state, state->arguments_type, NULL, 0)) return 0; in init_types()
1716 if (PyObject_SetAttr(state->arguments_type, state->vararg, Py_None) == -1) in init_types()
1718 if (PyObject_SetAttr(state->arguments_type, state->kwarg, Py_None) == -1) in init_types()
4881 tp = (PyTypeObject *)state->arguments_type; in ast2obj_arguments()
11924 if (PyModule_AddObjectRef(m, "arguments", state->arguments_type) < 0) { in astmodule_exec()
/third_party/node/deps/v8/src/compiler/backend/
Dcode-generator.cc1009 translations_.ArgumentsElements(desc->arguments_type()); in TranslateStateValueDescriptor()
Dinstruction.h1255 ArgumentsStateType arguments_type() const { in arguments_type() function
/third_party/node/deps/v8/src/torque/
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/
Dparser.c235 #define arguments_type 1159 macro
16301 if (_PyPegen_is_memoized(p, arguments_type, &_res)) { in arguments_rule()
16357 _PyPegen_insert_memo(p, _mark, arguments_type, _res); in arguments_rule()