Home
last modified time | relevance | path

Searched refs:function_names_ (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/wasm/
H A Dwasm-module.cc37 if (!function_names_) { in LookupFunctionName()
38 function_names_.reset(new std::unordered_map<uint32_t, WireBytesRef>()); in LookupFunctionName()
40 function_names_.get()); in LookupFunctionName()
42 auto it = function_names_->find(function_index); in LookupFunctionName()
43 if (it == function_names_->end()) return WireBytesRef(); in LookupFunctionName()
133 if (!function_names_) { in AddForTesting()
134 function_names_.reset(new std::unordered_map<uint32_t, WireBytesRef>()); in AddForTesting()
136 function_names_->insert(std::make_pair(function_index, name)); in AddForTesting()
H A Dwasm-module.h311 // {function_names_} are populated lazily after decoding, and
316 function_names_; member in v8::internal::wasm::LazilyGeneratedNames

Completed in 3 milliseconds