Home
last modified time | relevance | path

Searched refs:asm_js_offset_table (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/wasm/
Dwasm-objects.h111 DECL_OPTIONAL_ACCESSORS(asm_js_offset_table, ByteArray)
140 Handle<ByteArray> asm_js_offset_table);
Dwasm-objects-inl.h59 OPTIONAL_ACCESSORS(WasmModuleObject, asm_js_offset_table, ByteArray,
Dwasm-objects.cc184 Handle<ByteArray> asm_js_offset_table) { in New() argument
201 if (!asm_js_offset_table.is_null()) { in New()
202 module_object->set_asm_js_offset_table(*asm_js_offset_table); in New()
410 Handle<ByteArray> offset_table(module_object->asm_js_offset_table(), isolate); in GetDecodedAsmJsOffsetTable()
Dmodule-compiler.cc891 Handle<ByteArray> asm_js_offset_table; in CompileToModuleObject() local
896 asm_js_offset_table = in CompileToModuleObject()
898 asm_js_offset_table->copy_in(0, asm_js_offset_table_bytes.start(), in CompileToModuleObject()
918 script, asm_js_offset_table); in CompileToModuleObject()
2443 Handle<ByteArray> asm_js_offset_table; in RunInForeground() local
2459 asm_js_offset_table); in RunInForeground()
/external/v8/src/
Dobjects-printer.cc1777 os << "\n - asm_js_offset_table: " << Brief(asm_js_offset_table()); in WasmModuleObjectPrint()