Home
last modified time | relevance | path

Searched refs:GetNameOrNull (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/wasm/
Dwasm-module.h238 WasmName GetNameOrNull(uint32_t offset, uint32_t length) const { in GetNameOrNull() function
247 WasmName GetNameOrNull(const WasmFunction* function) const { in GetNameOrNull() function
248 return GetNameOrNull(function->name_offset, function->name_length); in GetNameOrNull()
Dwasm-text.cc50 WasmName fun_name = wire_bytes.GetNameOrNull(fun); in PrintWasmText()
Dmodule-decoder.cc830 menv->wire_bytes.GetNameOrNull(function)); in VerifyFunctionBody()
/external/v8/src/compiler/
Dwasm-compiler.cc4044 ? module_env->wire_bytes.GetNameOrNull(function) in WasmCompilationUnit()
4064 function_, module_env_->wire_bytes.GetNameOrNull(function_)) in ExecuteCompilation()