Searched refs:h_contents (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/v8/src/torque/ |
H A D | class-debug-reader-generator.cc | 215 std::ostream& h_contents, in GenerateFieldAddressAccessor() 221 h_contents << " uintptr_t " << address_getter << "() const;\n"; in GenerateFieldAddressAccessor() 259 std::ostream& h_contents, in GenerateFieldValueAccessor() 278 h_contents << " Value<" << field_value_type << "> " << field_getter in GenerateFieldValueAccessor() 450 // h_contents: A header file which gets the class definition above. 457 void GenerateClassDebugReader(const ClassType& type, std::ostream& h_contents, in GenerateClassDebugReader() argument 468 GenerateClassDebugReader(*super_type, h_contents, cc_contents, visitor, in GenerateClassDebugReader() 479 h_contents << "\nclass Tq" << name << " : public Tq" << super_name << " {\n"; in GenerateClassDebugReader() 480 h_contents << " public:\n"; in GenerateClassDebugReader() 481 h_contents << " inlin in GenerateClassDebugReader() 213 GenerateFieldAddressAccessor(const Field& field, const std::string& class_name, std::ostream& h_contents, std::ostream& cc_contents) GenerateFieldAddressAccessor() argument 257 GenerateFieldValueAccessor(const Field& field, const std::string& class_name, std::ostream& h_contents, std::ostream& cc_contents) GenerateFieldValueAccessor() argument 539 std::stringstream h_contents; GenerateClassDebugReaders() local [all...] |
H A D | implementation-visitor.cc | 5005 std::stringstream h_contents; in GenerateBodyDescriptors() local 5018 h_contents << "class " << name << "::BodyDescriptor final : public "; in GenerateBodyDescriptors() 5020 h_contents << *descriptor_name << " {\n"; in GenerateBodyDescriptors() 5021 h_contents << " public:\n"; in GenerateBodyDescriptors() 5023 h_contents << "BodyDescriptorBase {\n"; in GenerateBodyDescriptors() 5024 h_contents << " public:\n"; in GenerateBodyDescriptors() 5026 h_contents << " static bool IsValidSlot(Map map, HeapObject obj, int " in GenerateBodyDescriptors() 5029 h_contents << " if (offset < kHeaderSize) {\n"; in GenerateBodyDescriptors() 5031 h_contents << " bool valid_slots[] = {"; in GenerateBodyDescriptors() 5033 h_contents << (slo in GenerateBodyDescriptors() 5175 GenerateClassFieldVerifier(const std::string& class_name, const ClassType& class_type, const Field& f, std::ostream& h_contents, std::ostream& cc_contents) GenerateClassFieldVerifier() argument 5243 std::stringstream h_contents; GenerateClassVerifiers() local 5350 std::stringstream h_contents; GenerateExportedMacrosAssembler() local 5431 std::stringstream h_contents; GenerateCSATypes() local [all...] |
Completed in 17 milliseconds