Home
last modified time | relevance | path

Searched refs:WasmCompiledModule (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/
Dd8.h191 const std::vector<WasmCompiledModule::TransferrableModule>&
205 std::vector<WasmCompiledModule::TransferrableModule> transferrable_modules_;
Dapi.cc3101 Isolate* v8_isolate, Local<WasmCompiledModule> module) { in GetWasmModuleTransferId()
3195 MaybeLocal<WasmCompiledModule> ValueDeserializer::Delegate::GetWasmModuleFromId( in GetWasmModuleFromId()
3201 return MaybeLocal<WasmCompiledModule>(); in GetWasmModuleFromId()
3810 void v8::WasmCompiledModule::CheckCast(Value* that) { in CheckCast()
7416 WasmCompiledModule::BufferReference WasmCompiledModule::GetWasmWireBytesRef() { in GetWasmWireBytesRef()
7423 Local<String> WasmCompiledModule::GetWasmWireBytes() { in GetWasmWireBytes()
7431 WasmCompiledModule::TransferrableModule
7432 WasmCompiledModule::GetTransferrableModule() { in GetTransferrableModule()
7438 WasmCompiledModule::SerializedModule serialized_module = Serialize(); in GetTransferrableModule()
7448 MaybeLocal<WasmCompiledModule> WasmCompiledModule::FromTransferrableModule( in FromTransferrableModule()
[all …]
Dd8.cc3117 Isolate* isolate, Local<WasmCompiledModule> module) override { in GetWasmModuleTransferId()
3208 std::vector<Global<WasmCompiledModule>> wasm_modules_;
3252 MaybeLocal<WasmCompiledModule> GetWasmModuleFromId( in GetWasmModuleFromId()
3256 return WasmCompiledModule::FromTransferrableModule( in GetWasmModuleFromId()
3259 return MaybeLocal<WasmCompiledModule>(); in GetWasmModuleFromId()
Dvalue-serializer.cc880 v8::Local<v8::WasmCompiledModule>::Cast( in WriteWasmModule()
/external/v8/include/
Dv8.h113 class WasmCompiledModule; variable
2026 Isolate* isolate, Local<WasmCompiledModule> module);
2146 virtual MaybeLocal<WasmCompiledModule> GetWasmModuleFromId(
4356 class V8_EXPORT WasmCompiledModule : public Object {
4398 friend class WasmCompiledModule;
4420 static MaybeLocal<WasmCompiledModule> FromTransferrableModule(
4440 static MaybeLocal<WasmCompiledModule> DeserializeOrCompile(
4443 V8_INLINE static WasmCompiledModule* Cast(Value* obj);
4446 static MaybeLocal<WasmCompiledModule> Deserialize(
4449 static MaybeLocal<WasmCompiledModule> Compile(Isolate* isolate,
[all …]
/external/v8/src/runtime/
Druntime-test.cc61 v8::Local<v8::WasmCompiledModule> module = in IsWasmInstantiateAllowed()
62 v8::Local<v8::WasmCompiledModule>::Cast(module_or_bytes); in IsWasmInstantiateAllowed()