Searched refs:asm_js_offset_table_bytes (Results 1 – 4 of 4) sorted by relevance
42 Vector<const byte> asm_js_offset_table_bytes) { in SyncCompileTranslatedAsmJs() argument52 asm_js_offset_table_bytes); in SyncCompileTranslatedAsmJs()
60 Vector<const byte> asm_js_offset_table_bytes);
54 Handle<Script> asm_js_script, Vector<const byte> asm_js_offset_table_bytes);
873 Vector<const byte> asm_js_offset_table_bytes) { in CompileToModuleObject() argument897 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()