HomeSort by relevance Sort by last modified time
    Searched refs:ModuleWireBytes (Results 1 - 9 of 9) sorted by null

  /external/v8/src/wasm/
wasm-text.h 24 struct ModuleWireBytes;
30 const WasmModule *module, const ModuleWireBytes &wire_bytes,
wasm-module.h 140 struct ModuleWireBytes;
212 // It is illegal for anyone receiving a ModuleWireBytes to store pointers based
215 struct V8_EXPORT_PRIVATE ModuleWireBytes {
216 ModuleWireBytes(Vector<const byte> module_bytes)
218 ModuleWireBytes(const byte* start, const byte* end)
324 // A ModuleEnv together with ModuleWireBytes.
330 const ModuleWireBytes& wire_bytes)
334 ModuleWireBytes wire_bytes;
420 const ModuleWireBytes& bytes);
423 Isolate* isolate, ErrorThrower* thrower, const ModuleWireBytes& bytes
    [all...]
wasm-text.cc 36 const ModuleWireBytes &wire_bytes, uint32_t func_index,
wasm-js.cc 119 i::wasm::ModuleWireBytes GetFirstArgumentAsBytes(
123 return i::wasm::ModuleWireBytes(nullptr, nullptr);
157 if (thrower->error()) return i::wasm::ModuleWireBytes(nullptr, nullptr);
159 return i::wasm::ModuleWireBytes(start, start + length);
    [all...]
wasm-module.cc 138 const ModuleWireBytes& wire_bytes) {
400 ErrorThrower* thrower, const ModuleWireBytes& wire_bytes,
    [all...]
module-decoder.cc 617 ModuleWireBytes(start_, end_));
    [all...]
  /external/v8/src/asmjs/
asm-js.cc 193 wasm::ModuleWireBytes(module->begin(), module->end()), info->script(),
  /external/v8/src/
value-serializer.cc     [all...]
api.cc     [all...]

Completed in 301 milliseconds