Home
last modified time | relevance | path

Searched refs:WireBytesStorage (Results 1 - 12 of 12) sorted by relevance

/third_party/node/deps/v8/src/wasm/
H A Dcompilation-environment.h102 class WireBytesStorage { class
104 virtual ~WireBytesStorage() = default;
154 void SetWireBytesStorage(std::shared_ptr<WireBytesStorage>);
156 std::shared_ptr<WireBytesStorage> GetWireBytesStorage() const;
H A Dfunction-compiler.h71 const WireBytesStorage*, Counters*,
84 const WireBytesStorage*,
H A Dfunction-compiler.cc36 CompilationEnv* env, const WireBytesStorage* wire_bytes_storage, in ExecuteCompilation()
72 CompilationEnv* env, const WireBytesStorage* wire_bytes_storage, in ExecuteFunctionCompilation()
H A Dstreaming-decoder.h45 std::shared_ptr<WireBytesStorage>,
H A Dstreaming-decoder.cc53 class SectionBuffer : public WireBytesStorage {
187 std::shared_ptr<WireBytesStorage> wire_bytes_storage, in StartCodeSection()
H A Dmodule-compiler.cc648 std::shared_ptr<WireBytesStorage> wire_bytes_storage) { in SetWireBytesStorage()
653 std::shared_ptr<WireBytesStorage> GetWireBytesStorage() const { in GetWireBytesStorage()
735 std::shared_ptr<WireBytesStorage> wire_bytes_storage_;
831 std::shared_ptr<WireBytesStorage> wire_bytes_storage) { in SetWireBytesStorage()
835 std::shared_ptr<WireBytesStorage> CompilationState::GetWireBytesStorage() in GetWireBytesStorage()
1510 std::shared_ptr<WireBytesStorage> wire_bytes; in ExecuteCompilationUnits()
2061 std::shared_ptr<WireBytesStorage>,
2815 std::shared_ptr<WireBytesStorage> wire_bytes_storage, in ProcessCodeSectionHeader()
H A Dwasm-code-manager.cc1678 class NativeModuleWireBytesStorage final : public WireBytesStorage {
/third_party/node/deps/v8/src/compiler/
H A Dwasm-inlining.h22 class WireBytesStorage;
41 const wasm::WireBytesStorage* wire_bytes, in WasmInliner()
107 const wasm::WireBytesStorage* const wire_bytes_;
H A Dpipeline.h32 class WireBytesStorage;
60 const wasm::WireBytesStorage* wire_bytes_storage, MachineGraph* mcgraph,
H A Dwasm-compiler.h57 class WireBytesStorage;
65 wasm::CompilationEnv*, const wasm::WireBytesStorage* wire_bytes_storage,
H A Dpipeline.cc1623 uint32_t function_index, const wasm::WireBytesStorage* wire_bytes, in Run()
3118 const wasm::WireBytesStorage* wire_bytes_storage, MachineGraph* mcgraph, in GenerateCodeForWasmFunction()
H A Dwasm-compiler.cc8404 const wasm::WireBytesStorage* wire_bytes,
8435 wasm::CompilationEnv* env, const wasm::WireBytesStorage* wire_byte_storage,

Completed in 36 milliseconds