Home
last modified time | relevance | path

Searched refs:prefix_offset (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/interpreter/
H A Dbytecode-decoder.cc98 int prefix_offset = 0; in Decode() local
101 prefix_offset = 1; in Decode()
113 for (int i = 0; i < prefix_offset + bytecode_size; i++) { in Decode()
119 for (int i = prefix_offset + bytecode_size; i < kBytecodeColumnSize; i++) { in Decode()
134 &bytecode_start[prefix_offset + operand_offset]); in Decode()
197 &bytecode_start[prefix_offset + reg_count_offset]); in Decode()
H A Dbytecode-array-writer.cc432 int prefix_offset = 0; in PatchJump() local
438 prefix_offset = 1; in PatchJump()
441 Bytecodes::FromByte(bytecodes()->at(jump_location + prefix_offset)); in PatchJump()
450 PatchJumpWith16BitOperand(jump_location + prefix_offset, delta); in PatchJump()
453 PatchJumpWith32BitOperand(jump_location + prefix_offset, delta); in PatchJump()
/third_party/node/tools/gyp/pylib/gyp/
H A Dmac_tool.py749 prefix_offset = key_offset + len(file) + 1
750 suffix_offset = prefix_offset + len(os.path.dirname(path) + os.sep) + 1
752 out.write(struct.pack("<LLL", key_offset, prefix_offset, suffix_offset))
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A Dmac_tool.py749 prefix_offset = key_offset + len(file) + 1
750 suffix_offset = prefix_offset + len(os.path.dirname(path) + os.sep) + 1
752 out.write(struct.pack("<LLL", key_offset, prefix_offset, suffix_offset))

Completed in 5 milliseconds