Home
last modified time | relevance | path

Searched refs:IfDefScope (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/torque/
Dutils.h368 class IfDefScope {
370 IfDefScope(std::ostream& os, std::string d);
371 ~IfDefScope();
372 IfDefScope(const IfDefScope&) = delete;
373 IfDefScope& operator=(const IfDefScope&) = delete;
Dutils.cc334 IfDefScope::IfDefScope(std::ostream& os, std::string d) in IfDefScope() function in v8::internal::torque::IfDefScope
338 IfDefScope::~IfDefScope() { os_ << "#endif // " << d_ << "\n"; } in ~IfDefScope()
Dimplementation-visitor.cc3756 IfDefScope hdr_scope(hdr_, "VERIFY_HEAP"); in GenerateClass()
3760 IfDefScope impl_scope(impl_, "VERIFY_HEAP"); in GenerateClass()
4358 IfDefScope object_print(impl, "OBJECT_PRINT"); in GeneratePrintDefinitions()
4671 IfDefScope verify_heap_h(h_contents, "VERIFY_HEAP"); in GenerateClassVerifiers()
4672 IfDefScope verify_heap_cc(cc_contents, "VERIFY_HEAP"); in GenerateClassVerifiers()
4801 IfDefScope intl_scope(cc_contents, "V8_INTL_SUPPORT"); in GenerateExportedMacrosAssembler()