Lines Matching defs:const
39 void Decoder::Decode(const Instruction* instr) {
54 compiled_decoder_root_->Decode(const_cast<const Instruction*>(instr));
57 void Decoder::AddDecodeNode(const DecodeNode& node) {
63 DecodeNode* Decoder::GetDecodeNode(const String& name) {
79 const DecodeMapping& map = kDecodeMapping[i];
152 void Decoder::VisitNamedInstruction(const Instruction* instr,
153 const std::string_view name) {
162 const std::vector<uint8_t> DecodeNode::kEmptySampledBits;
163 const std::vector<DecodePattern> DecodeNode::kEmptyPatternTable;
166 const String& name,
440 const auto& bits = GetSampledBits();
523 void CompiledDecodeNode::Decode(const Instruction* instr) const {
539 uint32_t pattern) const {
549 uint32_t DecodeNode::GenerateOrderedPattern(uint32_t pattern) const {
550 const auto& sampled_bits = GetSampledBits();
582 uint32_t DecodeNode::GenerateSampledBitsMask() const {