Searched refs:WireBytesStorage (Results 1 - 12 of 12) sorted by relevance
/third_party/node/deps/v8/src/wasm/ |
H A D | compilation-environment.h | 102 class WireBytesStorage { class 104 virtual ~WireBytesStorage() = default; 154 void SetWireBytesStorage(std::shared_ptr<WireBytesStorage>); 156 std::shared_ptr<WireBytesStorage> GetWireBytesStorage() const;
|
H A D | function-compiler.h | 71 const WireBytesStorage*, Counters*, 84 const WireBytesStorage*,
|
H A D | function-compiler.cc | 36 CompilationEnv* env, const WireBytesStorage* wire_bytes_storage, in ExecuteCompilation() 72 CompilationEnv* env, const WireBytesStorage* wire_bytes_storage, in ExecuteFunctionCompilation()
|
H A D | streaming-decoder.h | 45 std::shared_ptr<WireBytesStorage>,
|
H A D | streaming-decoder.cc | 53 class SectionBuffer : public WireBytesStorage { 187 std::shared_ptr<WireBytesStorage> wire_bytes_storage, in StartCodeSection()
|
H A D | module-compiler.cc | 648 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 D | wasm-code-manager.cc | 1678 class NativeModuleWireBytesStorage final : public WireBytesStorage {
|
/third_party/node/deps/v8/src/compiler/ |
H A D | wasm-inlining.h | 22 class WireBytesStorage; 41 const wasm::WireBytesStorage* wire_bytes, in WasmInliner() 107 const wasm::WireBytesStorage* const wire_bytes_;
|
H A D | pipeline.h | 32 class WireBytesStorage; 60 const wasm::WireBytesStorage* wire_bytes_storage, MachineGraph* mcgraph,
|
H A D | wasm-compiler.h | 57 class WireBytesStorage; 65 wasm::CompilationEnv*, const wasm::WireBytesStorage* wire_bytes_storage,
|
H A D | pipeline.cc | 1623 uint32_t function_index, const wasm::WireBytesStorage* wire_bytes, in Run() 3118 const wasm::WireBytesStorage* wire_bytes_storage, MachineGraph* mcgraph, in GenerateCodeForWasmFunction()
|
H A D | wasm-compiler.cc | 8404 const wasm::WireBytesStorage* wire_bytes, 8435 wasm::CompilationEnv* env, const wasm::WireBytesStorage* wire_byte_storage,
|
Completed in 33 milliseconds