Searched refs:ModuleWireBytes (Results 1 – 9 of 9) sorted by relevance
/external/v8/src/wasm/ |
D | wasm-module.h | 140 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 …]
|
D | wasm-text.h | 24 struct ModuleWireBytes; 30 const WasmModule *module, const ModuleWireBytes &wire_bytes,
|
D | wasm-text.cc | 36 const ModuleWireBytes &wire_bytes, uint32_t func_index, in PrintWasmText()
|
D | wasm-js.cc | 119 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()
|
D | wasm-module.cc | 138 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()
|
D | module-decoder.cc | 617 ModuleWireBytes(start_, end_)); in DecodeModule()
|
/external/v8/src/asmjs/ |
D | asm-js.cc | 193 wasm::ModuleWireBytes(module->begin(), module->end()), info->script(), in CompileAsmViaWasm()
|
/external/v8/src/ |
D | value-serializer.cc | 1640 wasm::ModuleWireBytes(wire_bytes)); in ReadWasmModule()
|
D | api.cc | 7579 i_isolate, &thrower, i::wasm::ModuleWireBytes(start, start + length)); in Compile()
|