Searched refs:ComputeType (Results 1 - 8 of 8) sorted by relevance
/third_party/node/deps/v8/src/torque/ |
H A D | type-visitor.h | 22 result.push_back(ComputeType(t)); in ComputeTypeVector() 27 static const Type* ComputeType(TypeExpression* type_expression); 42 static const Type* ComputeType( 46 static const AbstractType* ComputeType( 48 static const Type* ComputeType(TypeAliasDeclaration* decl, 50 static const BitFieldStructType* ComputeType( 52 static const StructType* ComputeType(StructDeclaration* decl, 54 static const ClassType* ComputeType(ClassDeclaration* decl,
|
H A D | type-visitor.cc | 19 const Type* TypeVisitor::ComputeType(TypeDeclaration* decl, in ComputeType() function in v8::internal::torque::TypeVisitor 46 return ComputeType(name::cast(decl), specialized_from); in ComputeType() 54 const Type* TypeVisitor::ComputeType(TypeAliasDeclaration* decl, in ComputeType() function in v8::internal::torque::TypeVisitor 56 const Type* type = ComputeType(decl->type); in ComputeType() 73 const AbstractType* TypeVisitor::ComputeType( in ComputeType() function in v8::internal::torque::TypeVisitor 80 parent_type = TypeVisitor::ComputeType(*decl->extends); in ComputeType() 128 const BitFieldStructType* TypeVisitor::ComputeType( in ComputeType() function in v8::internal::torque::TypeVisitor 134 const Type* parent = TypeVisitor::ComputeType(decl->parent); in ComputeType() 154 const Type* field_type = TypeVisitor::ComputeType(field.name_and_type.type); in ComputeType() 192 const StructType* TypeVisitor::ComputeType( in ComputeType() function in v8::internal::torque::TypeVisitor 237 const ClassType* TypeVisitor::ComputeType( ComputeType() function in v8::internal::torque::TypeVisitor 345 const Type* TypeVisitor::ComputeType(TypeExpression* type_expression) { ComputeType() function in v8::internal::torque::TypeVisitor [all...] |
H A D | declarable.cc | 140 TypeVisitor::ComputeType(*parameter.constraint))); in ComputeConstraints() 194 type_ = TypeVisitor::ComputeType(decl); in Resolve()
|
H A D | type-oracle.cc | 57 type = TypeVisitor::ComputeType(generic_type->declaration(), in GetGenericTypeInstance()
|
H A D | declaration-visitor.cc | 206 decl->name, TypeVisitor::ComputeType(decl->type), decl->expression); in Visit() 277 const Type* type = TypeVisitor::ComputeType(decl->type); in Visit()
|
H A D | implementation-visitor.cc | 741 type = TypeVisitor::ComputeType(*stmt->type); in Visit() 968 result.type(), TypeVisitor::ComputeType(expr->excluded_type)); in Visit() 1331 TypeVisitor::ComputeType(expr->label_block->parameters.types[i]); in Visit() 1623 const Type* type = TypeVisitor::ComputeType(expr->type); in Visit()
|
/third_party/node/deps/v8/src/execution/ |
H A D | frames.cc | 150 StackFrame::Type type = frame_->ComputeType(this, &frame_->state_); in Reframe() 419 // StackFrame::ComputeType will read both kContextOffset and kMarkerOffset, in SafeStackFrameIterator() 430 type = StackFrame::ComputeType(this, &state); in SafeStackFrameIterator() 597 StackFrame::Type StackFrame::ComputeType(const StackFrameIteratorBase* iterator, in ComputeType() function in v8::internal::StackFrame 744 return ComputeType(iterator_, state); in GetCallerState()
|
H A D | frames.h | 324 static Type ComputeType(const StackFrameIteratorBase* iterator, State* state);
|
Completed in 18 milliseconds