Searched refs:getNameLength (Results 1 – 3 of 3) sorted by relevance
94 static size_t getNameLength(Code code);
39 size_t length = WasmSection::getNameLength(code); in EmitSection()
63 size_t WasmSection::getNameLength(WasmSection::Code code) { in getNameLength() function in v8::internal::wasm::WasmSection74 if (getNameLength(i) == length && 0 == memcmp(getName(i), string, length)) { in lookup()