Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/
Dmodule-decoder.h67 struct IndexLess { struct
85 std::is_sorted(names_.begin(), names_.end(), NameAssoc::IndexLess{})); in NameMap() argument
90 NameAssoc{index, {}}, NameAssoc::IndexLess{}); in GetName()
110 struct IndexLess { struct
129 IndirectNameMapEntry::IndexLess{})); in IndirectNameMap() argument
135 IndirectNameMapEntry::IndexLess{}); in GetName()
Dmodule-decoder.cc2545 std::stable_sort(names.begin(), names.end(), NameAssoc::IndexLess{}); in DecodeNameMap()
2584 std::stable_sort(names.begin(), names.end(), NameAssoc::IndexLess{}); in DecodeIndirectNameMap()
2589 IndirectNameMapEntry::IndexLess{}); in DecodeIndirectNameMap()