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