Searched refs:asm_offsets (Results 1 – 3 of 3) sorted by relevance
185 wasm::ZoneBuffer* asm_offsets = asm_wasm_result.asm_offset_table; in CompileAsmViaWasm() local186 Vector<const byte> asm_offsets_vec(asm_offsets->begin(), in CompileAsmViaWasm()187 static_cast<int>(asm_offsets->size())); in CompileAsmViaWasm()
934 AsmJsOffsetsResult asm_offsets; in GetDecodedAsmJsOffsetTable() local939 asm_offsets = wasm::DecodeAsmJsOffsets(bytes_start, bytes_end); in GetDecodedAsmJsOffsetTable()942 DCHECK(asm_offsets.ok()); in GetDecodedAsmJsOffsetTable()943 DCHECK_GE(kMaxInt, asm_offsets.val.size()); in GetDecodedAsmJsOffsetTable()944 int num_functions = static_cast<int>(asm_offsets.val.size()); in GetDecodedAsmJsOffsetTable()951 size_t new_size = asm_offsets.val[func].size(); in GetDecodedAsmJsOffsetTable()967 std::vector<AsmJsOffsetEntry>& func_asm_offsets = asm_offsets.val[func]; in GetDecodedAsmJsOffsetTable()
11 'shared_generated_dir': '<(SHARED_INTERMEDIATE_DIR)/audio_processing/asm_offsets',