HomeSort by relevance Sort by last modified time
    Searched defs:WasmCompiledModuleSerializer (Results 1 - 2 of 2) sorted by null

  /external/v8/src/snapshot/
code-serializer.h 58 class WasmCompiledModuleSerializer : public CodeSerializer {
71 WasmCompiledModuleSerializer(Isolate* isolate, uint32_t source_hash,
74 DISALLOW_COPY_AND_ASSIGN(WasmCompiledModuleSerializer);
code-serializer.cc 234 WasmCompiledModuleSerializer::WasmCompiledModuleSerializer(
242 std::unique_ptr<ScriptData> WasmCompiledModuleSerializer::SerializeWasmModule(
246 WasmCompiledModuleSerializer wasm_cs(isolate, 0, isolate->native_context(),
252 MaybeHandle<FixedArray> WasmCompiledModuleSerializer::DeserializeWasmModule(
298 void WasmCompiledModuleSerializer::SerializeCodeObject(
317 bool WasmCompiledModuleSerializer::ElideObject(Object* obj) {

Completed in 60 milliseconds