Lines Matching defs:offset
1078 error.offset());
1084 error.offset());
1094 FunctionBody body{func->sig, func->code.offset(), code.begin(), code.end()};
2053 uint32_t offset) override;
2057 uint32_t offset) override;
2066 uint32_t offset) override;
2758 base::Vector<const uint8_t> bytes, uint32_t offset) {
2763 decoder_.DecodeModuleHeader(bytes, offset);
2775 uint32_t offset) {
2790 &decoder_, bytes, offset, §ion_code);
2800 offset += bytes_consumed;
2804 decoder_.DecodeSection(section_code, bytes, offset, verify_functions);
2866 base::Vector<const uint8_t> bytes, uint32_t offset) {
2870 num_functions_, static_cast<uint32_t>(bytes.length()), offset, false);
3193 int offset = native_module_->module()->num_imported_functions;
3196 int func_index = offset + static_cast<int>(i);
3204 int func_index = offset + static_cast<int>(i);
3218 int offset = native_module_->module()->num_imported_functions;
3219 int progress_index = func_index - offset;