Home
last modified time | relevance | path

Searched defs:ComputeType (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/torque/
Dtype-visitor.cc19 const Type* TypeVisitor::ComputeType(TypeDeclaration* decl, in ComputeType() function in v8::internal::torque::TypeVisitor
54 const Type* TypeVisitor::ComputeType(TypeAliasDeclaration* decl, in ComputeType() function in v8::internal::torque::TypeVisitor
73 const AbstractType* TypeVisitor::ComputeType( in ComputeType() function in v8::internal::torque::TypeVisitor
128 const BitFieldStructType* TypeVisitor::ComputeType( in ComputeType() function in v8::internal::torque::TypeVisitor
192 const StructType* TypeVisitor::ComputeType( in ComputeType() function in v8::internal::torque::TypeVisitor
237 const ClassType* TypeVisitor::ComputeType( in ComputeType() function in v8::internal::torque::TypeVisitor
345 const Type* TypeVisitor::ComputeType(TypeExpression* type_expression) { in ComputeType() function in v8::internal::torque::TypeVisitor
/third_party/node/deps/v8/src/execution/
Dframes.cc597 StackFrame::Type StackFrame::ComputeType(const StackFrameIteratorBase* iterator, in ComputeType() function in v8::internal::StackFrame