Searched refs:prefix_offset (Results 1 – 3 of 3) sorted by relevance
107 int prefix_offset = 0; in Decode() local110 prefix_offset = 1; in Decode()122 for (int i = 0; i < prefix_offset + bytecode_size; i++) { in Decode()128 for (int i = prefix_offset + bytecode_size; i < kBytecodeColumnSize; i++) { in Decode()143 &bytecode_start[prefix_offset + operand_offset]); in Decode()205 &bytecode_start[prefix_offset + reg_count_offset]); in Decode()
348 int prefix_offset = 0; in PatchJump() local354 prefix_offset = 1; in PatchJump()357 Bytecodes::FromByte(bytecodes()->at(jump_location + prefix_offset)); in PatchJump()366 PatchJumpWith16BitOperand(jump_location + prefix_offset, delta); in PatchJump()369 PatchJumpWith32BitOperand(jump_location + prefix_offset, delta); in PatchJump()
1163 int prefix_offset = 0, prefix_len = 0; in compute_raw_from_trans() local1169 prefix_offset = ovector[0]; in compute_raw_from_trans()1187 char *s = work + prefix_offset + prefix_len; in compute_raw_from_trans()1188 int l = (suffix_len ? suffix_offset : work_len) - prefix_len - prefix_offset; in compute_raw_from_trans()1228 memset(work + prefix_offset, '#', prefix_len); in compute_raw_from_trans()