Home
last modified time | relevance | path

Searched defs:arguments_type (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/deoptimizer/
Dtranslated-state.cc237 CreateArgumentsType arguments_type = in TranslationArrayPrintSingleFrame() local
998 CreateArgumentsType arguments_type = in CreateNextTranslatedValue() local
/third_party/node/deps/v8/src/compiler/
Dsimplified-operator.h638 CreateArgumentsType arguments_type() const { return type_; } in arguments_type() function
/third_party/python/Include/internal/
Dpycore_ast_state.h162 PyObject *arguments_type; member
/third_party/node/deps/v8/src/compiler/backend/
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
/third_party/python/Parser/
Dparser.c241 #define arguments_type 1161 macro