Home
last modified time | relevance | path

Searched refs:compiled_decoder_root_ (Results 1 - 2 of 2) sorted by relevance

/third_party/vixl/src/aarch64/
H A Ddecoder-aarch64.cc49 VIXL_ASSERT(compiled_decoder_root_ != NULL); in Decode()
50 compiled_decoder_root_->Decode(instr); in Decode()
54 compiled_decoder_root_->Decode(const_cast<const Instruction*>(instr)); in Decode()
94 compiled_decoder_root_ = GetDecodeNode(root_node)->Compile(this); in ConstructDecodeGraph()
H A Ddecoder-aarch64.h447 CompiledDecodeNode* compiled_decoder_root_; member in vixl::aarch64::Decoder
461 // of CompiledDecodeNodes pointer to by compiled_decoder_root_.

Completed in 4 milliseconds