Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/
Dwasm-module.h619 base::Vector<const byte> GetFunctionBytes( in GetFunctionBytes() function
Dmodule-compiler.cc1127 base::Vector<const uint8_t> code = wire_bytes.GetFunctionBytes(func); in ValidateSequentially()
2518 job->wire_bytes_.GetFunctionBytes(func); in RunInBackground()
/third_party/node/deps/v8/src/debug/
Ddebug-interface.cc762 wire_bytes.GetFunctionBytes(&func); in GetFunctionHash()
/third_party/node/deps/v8/src/wasm/baseline/
Dliftoff-compiler.cc6664 wire_bytes.GetFunctionBytes(function); in GenerateLiftoffDebugSideTable()