Searched refs:bytecode_size (Results 1 – 4 of 4) sorted by relevance
15 BytecodeLivenessMap::BytecodeLivenessMap(int bytecode_size, Zone* zone) in BytecodeLivenessMap() argument16 : liveness_map_(base::bits::RoundUpToPowerOfTwo32(bytecode_size / 4 + 1), in BytecodeLivenessMap()
121 int bytecode_size = Bytecodes::Size(bytecode, operand_scale); in Decode() local122 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()
132 int bytecode_size = Size(bytecode, OperandScale::kSingle); in GetDebugBreak() local134 if (bytecode_size == Size(Bytecode::k##Name, OperandScale::kSingle)) { \ in GetDebugBreak()
44 int bytecode_size = static_cast<int>(bytecodes()->size()); in ToBytecodeArray() local51 bytecode_size, &bytecodes()->front(), frame_size, parameter_count, in ToBytecodeArray()