Home
last modified time | relevance | path

Searched refs:struct_fields (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/v8/tools/debug_helper/
H A Ddebug-helper-internal.h85 std::vector<std::unique_ptr<StructProperty>> struct_fields, in ObjectProperty()
92 struct_fields_(std::move(struct_fields)), in ObjectProperty()
105 public_view_.struct_fields = struct_fields_raw_.data(); in GetPublicView()
82 ObjectProperty(std::string name, std::string type, std::string decompressed_type, uintptr_t address, size_t num_values, size_t size, std::vector<std::unique_ptr<StructProperty>> struct_fields, d::PropertyKind kind) ObjectProperty() argument
H A Ddebug-helper.h74 // |struct_fields| instead. This type should be treated as if it were used in
121 // together, then the |struct_fields| array contains descriptions of those
124 StructProperty** struct_fields; member
/third_party/node/deps/v8/src/torque/
H A Dimplementation-visitor.cc4007 // accessors for them also; struct_fields represents the stack of currently
4010 std::vector<const Field*>& struct_fields);
4012 std::vector<const Field*>& struct_fields);
4014 std::vector<const Field*>& struct_fields);
4094 std::vector<const Field*> struct_fields; in GenerateClass() local
4095 GenerateFieldAccessors(f, struct_fields); in GenerateClass()
4401 const Field& class_field, std::vector<const Field*>& struct_fields) { in GenerateFieldAccessors()
4403 struct_fields.empty() ? class_field : *struct_fields.back(); in GenerateFieldAccessors()
4408 struct_fields in GenerateFieldAccessors()
4400 GenerateFieldAccessors( const Field& class_field, std::vector<const Field*>& struct_fields) GenerateFieldAccessors() argument
4547 EmitLoadFieldStatement( std::ostream& stream, const Field& class_field, std::vector<const Field*>& struct_fields) EmitLoadFieldStatement() argument
4615 EmitStoreFieldStatement( std::ostream& stream, const Field& class_field, std::vector<const Field*>& struct_fields) EmitStoreFieldStatement() argument
[all...]
/third_party/node/deps/v8/tools/v8windbg/src/
H A Dv8-debug-helper-interop.cc107 const auto& struct_field = *source_prop.struct_fields[field_index]; in GetPropertiesAsVector()

Completed in 10 milliseconds