Home
last modified time | relevance | path

Searched refs:decompressed_type (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/v8/tools/debug_helper/
H A Ddebug-helper-internal.h37 std::string decompressed_type) in PropertyBase()
38 : name_(name), type_(type), decompressed_type_(decompressed_type) {} in PropertyBase()
42 public_view->decompressed_type = decompressed_type_.c_str(); in SetFieldsOnPublicView()
55 std::string decompressed_type, size_t offset, uint8_t num_bits, in StructProperty()
58 std::move(decompressed_type)), in StructProperty()
83 std::string decompressed_type, uintptr_t address, in ObjectProperty()
88 std::move(decompressed_type)), in ObjectProperty()
36 PropertyBase(std::string name, std::string type, std::string decompressed_type) PropertyBase() argument
54 StructProperty(std::string name, std::string type, std::string decompressed_type, size_t offset, uint8_t num_bits, uint8_t shift_bits) StructProperty() argument
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.h84 // |decompressed_type| will contain the type of the object when decompressed.
85 // Otherwise, |decompressed_type| will match |type|. In any case, it is safe
86 // to pass the |decompressed_type| value as the type_hint on a subsequent call
88 const char* decompressed_type; member
/third_party/node/deps/v8/tools/v8windbg/src/
H A Dv8-debug-helper-interop.cc92 source_prop.decompressed_type, source_prop.address, in GetPropertiesAsVector()
110 struct_field.decompressed_type, in GetPropertiesAsVector()

Completed in 2 milliseconds