Lines Matching defs:offset
290 int code_offset = module->functions[index_].code.offset();
419 os << "Protected instructions:\n pc offset land pad\n";
428 os << "Source positions:\n pc offset position\n";
504 int WasmCode::GetSourcePositionBefore(int offset) {
507 !iterator.done() && iterator.code_offset() < offset;
1090 // Code objects contains real offsets but WasmCode expects an offset of 0 to
1223 // CodeDesc contains real offsets but WasmCode expects an offset of 0 to mean
1687 .SubVector(ref.offset(), ref.end_offset());
1837 auto offset = JumpTableAssembler::FarJumpSlotIndexToOffset(index);
1838 return jump_tables.far_jump_table_start + offset;
1863 uint32_t offset = static_cast<uint32_t>(
1865 uint32_t index = JumpTableAssembler::FarJumpSlotOffsetToIndex(offset);
1867 if (JumpTableAssembler::FarJumpSlotIndexToOffset(index) != offset) {
2081 static_cast<int>(last_fn->code.end_offset() - first_fn->code.offset());