Searched refs:compiled_decoder_root_ (Results 1 – 2 of 2) sorted by relevance
44 VIXL_ASSERT(compiled_decoder_root_ != NULL); in Decode()45 compiled_decoder_root_->Decode(instr); in Decode()49 compiled_decoder_root_->Decode(const_cast<const Instruction*>(instr)); in Decode()87 compiled_decoder_root_ = GetDecodeNode("Root")->Compile(this); in ConstructDecodeGraph()
391 CompiledDecodeNode* compiled_decoder_root_; variable