Home
last modified time | relevance | path

Searched refs:kCompilationHintsSectionCode (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/wasm/
Dwasm-constants.h99 kCompilationHintsSectionCode, // Compilation hints section enumerator
103 kLastKnownModuleSection = kCompilationHintsSectionCode,
Dmodule-decoder.cc95 case kCompilationHintsSectionCode: in SectionName()
145 {StaticCharVector(kCompilationHintsString), kCompilationHintsSectionCode}, in IdentifyUnknownSectionInternal()
427 case kCompilationHintsSectionCode: in DecodeSection()
491 case kCompilationHintsSectionCode: in DecodeSection()
1097 has_seen_unordered_section(kCompilationHintsSectionCode)) { in DecodeCompilationHintsSection()
1100 set_seen_unordered_section(kCompilationHintsSectionCode); in DecodeCompilationHintsSection()