Home
last modified time | relevance | path

Searched refs:bytecode_size (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/compiler/
Dbytecode-liveness-map.cc15 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/
Dbytecode-decoder.cc121 int bytecode_size = Bytecodes::Size(bytecode, operand_scale); in Decode() local
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()
Dbytecodes.cc132 int bytecode_size = Size(bytecode, OperandScale::kSingle); in GetDebugBreak() local
134 if (bytecode_size == Size(Bytecode::k##Name, OperandScale::kSingle)) { \ in GetDebugBreak()
Dbytecode-array-writer.cc44 int bytecode_size = static_cast<int>(bytecodes()->size()); in ToBytecodeArray() local
51 bytecode_size, &bytecodes()->front(), frame_size, parameter_count, in ToBytecodeArray()