Searched refs:arguments_type (Results 1 – 12 of 12) sorted by relevance
/third_party/node/deps/v8/src/execution/ |
D | arguments.h | 34 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/ |
D | pycore_ast_state.h | 159 PyObject *arguments_type; member
|
/third_party/node/deps/v8/src/deoptimizer/ |
D | translated-state.cc | 237 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/ |
D | simplified-operator.cc | 1752 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 <<()
|
D | escape-analysis-reducer.cc | 230 ArgumentsStateType type = params.arguments_type(); in Finalize()
|
D | simplified-operator.h | 638 CreateArgumentsType arguments_type() const { return type_; } in arguments_type() function
|
D | effect-control-linearizer.cc | 3678 CreateArgumentsType type = parameters.arguments_type(); in LowerNewArgumentsElements()
|
/third_party/python/Python/ |
D | Python-ast.c | 173 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/ |
D | code-generator.cc | 1009 translations_.ArgumentsElements(desc->arguments_type()); in TranslateStateValueDescriptor()
|
D | instruction.h | 1255 ArgumentsStateType arguments_type() const { in arguments_type() function
|
/third_party/node/deps/v8/src/torque/ |
D | implementation-visitor.cc | 622 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/ |
D | parser.c | 235 #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()
|