Searched refs:prefix_offset (Results 1 – 3 of 3) sorted by relevance
75 int prefix_offset = 0; in Decode() local78 prefix_offset = 1; in Decode()90 for (int i = 0; i < prefix_offset + bytecode_size; i++) { in Decode()96 for (int i = prefix_offset + bytecode_size; i < kBytecodeColumnSize; i++) { in Decode()111 &bytecode_start[prefix_offset + operand_offset]; in Decode()158 &bytecode_start[prefix_offset + reg_count_offset]; in Decode()
245 int prefix_offset = 0; in PatchJump() local251 prefix_offset = 1; in PatchJump()254 Bytecodes::FromByte(bytecodes()->at(jump_location + prefix_offset)); in PatchJump()263 PatchJumpWith16BitOperand(jump_location + prefix_offset, delta); in PatchJump()266 PatchJumpWith32BitOperand(jump_location + prefix_offset, delta); in PatchJump()
1162 int prefix_offset = 0, prefix_len = 0; in compute_raw_from_trans() local1168 prefix_offset = ovector[0]; in compute_raw_from_trans()1186 char *s = work + prefix_offset + prefix_len; in compute_raw_from_trans()1187 int l = (suffix_len ? suffix_offset : work_len) - prefix_len - prefix_offset; in compute_raw_from_trans()1227 memset(work + prefix_offset, '#', prefix_len); in compute_raw_from_trans()