HomeSort by relevance Sort by last modified time
    Searched refs:GetNameOrNull (Results 1 - 5 of 5) sorted by null

  /external/v8/src/wasm/
wasm-module.h 189 WasmName GetNameOrNull(WireBytesRef ref) const;
192 WasmName GetNameOrNull(const WasmFunction* function,
wasm-module.cc 74 WasmName ModuleWireBytes::GetNameOrNull(WireBytesRef ref) const {
82 WasmName ModuleWireBytes::GetNameOrNull(const WasmFunction* function,
84 return GetNameOrNull(module->LookupFunctionName(*this, function->func_index));
function-compiler.cc 158 wire_bytes.GetNameOrNull(function, env->module),
wasm-text.cc 49 WasmName fun_name = wire_bytes.GetNameOrNull(fun, module);
module-decoder.cc     [all...]

Completed in 102 milliseconds