Searched refs:bytecode_size (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/compiler/ |
D | bytecode-liveness-map.cc | 15 BytecodeLivenessMap::BytecodeLivenessMap(int bytecode_size, Zone* zone) in BytecodeLivenessMap() argument 16 : liveness_map_(base::bits::RoundUpToPowerOfTwo32(bytecode_size / 4 + 1), in BytecodeLivenessMap()
|
/external/v8/src/interpreter/ |
D | bytecode-decoder.cc | 113 int bytecode_size = Bytecodes::Size(bytecode, operand_scale); in Decode() local 114 for (int i = 0; i < prefix_offset + bytecode_size; i++) { in Decode() 120 for (int i = prefix_offset + bytecode_size; i < kBytecodeColumnSize; i++) { in Decode()
|
D | bytecode-array-writer.cc | 46 int bytecode_size = static_cast<int>(bytecodes()->size()); in ToBytecodeArray() local 51 bytecode_size, &bytecodes()->front(), frame_size, parameter_count, in ToBytecodeArray() 87 int bytecode_size = static_cast<int>(bytecodes()->size()); in CheckBytecodeMatches() local 89 if (bytecode_size != bytecode.length()) mismatches = true; in CheckBytecodeMatches() 93 int first_mismatch = std::min(bytecode_size, bytecode.length()); in CheckBytecodeMatches()
|
D | bytecodes.cc | 131 int bytecode_size = Size(bytecode, OperandScale::kSingle); in GetDebugBreak() local 133 if (bytecode_size == Size(Bytecode::k##Name, OperandScale::kSingle)) { \ in GetDebugBreak()
|