Lines Matching full:static_cast
41 OP op() const { return static_cast<OP>(op_); }
226 return static_cast<const InstructionWithLabel*>(instruction)->label();
234 static_cast<const InstructionWithLabel*>(instruction)->label();
295 while (static_cast<size_t>(index) >= available.size())
315 if (index < static_cast<int>(available.size()) && available.at(index)) {
338 prev_index = static_cast<uint32>(available.size());
410 OriginInstruction* org = static_cast<OriginInstruction*>(instruction);
416 uint8 b = static_cast<ByteInstruction*>(instruction)->byte_value();
423 static_cast<BytesInstruction*>(instruction)->byte_values();
424 uint32 len = static_cast<BytesInstruction*>(instruction)->len();
431 Label* label = static_cast<InstructionWithLabel*>(instruction)->label();
438 static_cast<InstructionWithLabelARM*>(instruction)->label();
440 static_cast<InstructionWithLabelARM*>(instruction)->
447 Label* label = static_cast<InstructionWithLabel*>(instruction)->label();
484 new(std::nothrow) ByteInstruction(static_cast<uint8>(i));
527 static_cast<InstructionWithLabelARM*>(instruction)->label();
530 static_cast<InstructionWithLabelARM*>(instruction)->arm_op();
532 static_cast<InstructionWithLabelARM*>(instruction)->op_size();