Home
last modified time | relevance | path

Searched refs:ModuleWireBytes (Results 1 – 9 of 9) sorted by relevance

/external/v8/src/wasm/
Dwasm-module.h140 struct ModuleWireBytes;
215 struct V8_EXPORT_PRIVATE ModuleWireBytes { struct
216 ModuleWireBytes(Vector<const byte> module_bytes) in ModuleWireBytes() argument
218 ModuleWireBytes(const byte* start, const byte* end) in ModuleWireBytes() argument
330 const ModuleWireBytes& wire_bytes) in ModuleBytesEnv()
334 ModuleWireBytes wire_bytes;
420 const ModuleWireBytes& bytes);
423 Isolate* isolate, ErrorThrower* thrower, const ModuleWireBytes& bytes,
427 Isolate* isolate, ErrorThrower* thrower, const ModuleWireBytes& bytes);
435 const ModuleWireBytes& bytes);
[all …]
Dwasm-text.h24 struct ModuleWireBytes;
30 const WasmModule *module, const ModuleWireBytes &wire_bytes,
Dwasm-text.cc36 const ModuleWireBytes &wire_bytes, uint32_t func_index, in PrintWasmText()
Dwasm-js.cc119 i::wasm::ModuleWireBytes GetFirstArgumentAsBytes( in GetFirstArgumentAsBytes()
123 return i::wasm::ModuleWireBytes(nullptr, nullptr); in GetFirstArgumentAsBytes()
157 if (thrower->error()) return i::wasm::ModuleWireBytes(nullptr, nullptr); in GetFirstArgumentAsBytes()
159 return i::wasm::ModuleWireBytes(start, start + length); in GetFirstArgumentAsBytes()
Dwasm-module.cc138 const ModuleWireBytes& wire_bytes) { in CreateWasmScript()
400 ErrorThrower* thrower, const ModuleWireBytes& wire_bytes, in CompileToModuleObject()
2582 const ModuleWireBytes& bytes) { in SyncValidate()
2591 Isolate* isolate, ErrorThrower* thrower, const ModuleWireBytes& bytes, in SyncCompileTranslatedAsmJs()
2611 const ModuleWireBytes& bytes) { in SyncCompile()
2656 const ModuleWireBytes& bytes) { in AsyncCompile()
2682 const ModuleWireBytes& bytes, in AsyncCompileAndInstantiate()
Dmodule-decoder.cc617 ModuleWireBytes(start_, end_)); in DecodeModule()
/external/v8/src/asmjs/
Dasm-js.cc193 wasm::ModuleWireBytes(module->begin(), module->end()), info->script(), in CompileAsmViaWasm()
/external/v8/src/
Dvalue-serializer.cc1640 wasm::ModuleWireBytes(wire_bytes)); in ReadWasmModule()
Dapi.cc7579 i_isolate, &thrower, i::wasm::ModuleWireBytes(start, start + length)); in Compile()