Home
last modified time | relevance | path

Searched refs:asm_js_offset_table_bytes (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/wasm/
Dwasm-engine.cc42 Vector<const byte> asm_js_offset_table_bytes) { in SyncCompileTranslatedAsmJs() argument
52 asm_js_offset_table_bytes); in SyncCompileTranslatedAsmJs()
Dwasm-engine.h60 Vector<const byte> asm_js_offset_table_bytes);
Dmodule-compiler.h54 Handle<Script> asm_js_script, Vector<const byte> asm_js_offset_table_bytes);
Dmodule-compiler.cc873 Vector<const byte> asm_js_offset_table_bytes) { in CompileToModuleObject() argument
897 isolate->factory()->NewByteArray(asm_js_offset_table_bytes.length()); in CompileToModuleObject()
898 asm_js_offset_table->copy_in(0, asm_js_offset_table_bytes.start(), in CompileToModuleObject()
899 asm_js_offset_table_bytes.length()); in CompileToModuleObject()