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

  /external/v8/src/wasm/
wasm-text.h 30 const WasmModule *module, const ModuleWireBytes &wire_bytes,
wasm-text.cc 36 const ModuleWireBytes &wire_bytes, uint32_t func_index,
50 WasmName fun_name = wire_bytes.GetNameOrNull(fun);
74 Vector<const byte> func_bytes = wire_bytes.GetFunctionBytes(fun);
wasm-module.h 328 : module_env(module, instance), wire_bytes(module_bytes) {}
330 const ModuleWireBytes& wire_bytes)
331 : module_env(module, instance), wire_bytes(wire_bytes) {}
334 ModuleWireBytes wire_bytes; member in struct:v8::internal::wasm::ModuleBytesEnv
wasm-module.cc 138 const ModuleWireBytes& wire_bytes) {
146 reinterpret_cast<const char*>(wire_bytes.start()), wire_bytes.length(),
390 WasmName str = module_env->wire_bytes.GetName(&func);
400 ErrorThrower* thrower, const ModuleWireBytes& wire_bytes,
431 ModuleBytesEnv module_env(module_, &temp_instance, wire_bytes);
477 script = CreateWasmScript(isolate_, wire_bytes);
489 ->NewStringFromOneByte({wire_bytes.start(), wire_bytes.length()},
    [all...]
wasm-interpreter.cc     [all...]
module-decoder.cc 830 menv->wire_bytes.GetNameOrNull(function));
    [all...]
  /external/v8/src/runtime/
runtime-test.cc 850 CONVERT_ARG_HANDLE_CHECKED(JSArrayBuffer, wire_bytes, 1);
858 bool already_external = wire_bytes->is_external();
860 wire_bytes->set_is_external(true);
861 isolate->heap()->UnregisterArrayBuffer(*wire_bytes);
867 reinterpret_cast<uint8_t*>(wire_bytes->backing_store()),
868 static_cast<int>(wire_bytes->byte_length()->Number())));
870 wire_bytes->set_is_external(false);
871 isolate->heap()->RegisterNewArrayBuffer(*wire_bytes);
  /external/v8/src/snapshot/
code-serializer.h 63 Isolate* isolate, ScriptData* data, Vector<const byte> wire_bytes);
code-serializer.cc 253 Isolate* isolate, ScriptData* data, Vector<const byte> wire_bytes) {
272 isolate->factory()->NewStringFromOneByte(wire_bytes, TENURED);
  /external/v8/src/
value-serializer.cc 812 Handle<String> wire_bytes(compiled_part->module_bytes(), isolate_);
813 int wire_bytes_length = wire_bytes->length();
817 String::WriteToFlat(*wire_bytes, destination, 0, wire_bytes_length);
1613 Vector<const uint8_t> wire_bytes; local
    [all...]
api.cc     [all...]
  /external/v8/src/compiler/
wasm-compiler.cc     [all...]
  /external/v8/include/
v8.h     [all...]

Completed in 132 milliseconds