Home
last modified time | relevance | path

Searched refs:LabelDeclarationVector (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/torque/
Dtypes.h875 using LabelDeclarationVector = std::vector<LabelDeclaration>; variable
890 ParameterTypes p, size_t i, const Type* r, LabelDeclarationVector l, in Signature()
907 LabelDeclarationVector labels;
Dtype-visitor.cc397 LabelDeclarationVector definition_vector; in MakeSignature()
Dcsa-generator.cc387 const LabelDeclarationVector& labels = instruction.macro->signature().labels; in EmitInstruction()