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

  /external/v8/src/wasm/
wasm-module.h 238 WasmName GetNameOrNull(uint32_t offset, uint32_t length) const {
247 WasmName GetNameOrNull(const WasmFunction* function) const {
248 return GetNameOrNull(function->name_offset, function->name_length);
wasm-text.cc 50 WasmName fun_name = wire_bytes.GetNameOrNull(fun);
module-decoder.cc 830 menv->wire_bytes.GetNameOrNull(function));
    [all...]
  /external/v8/src/compiler/
wasm-compiler.cc     [all...]

Completed in 64 milliseconds