Home
last modified time | relevance | path

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

/aosp_15_r20/external/vixl/src/aarch64/
H A Ddecoder-aarch64.cc43 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()
86 compiled_decoder_root_ = GetDecodeNode("Root")->Compile(this); in ConstructDecodeGraph()
H A Ddecoder-aarch64.h391 CompiledDecodeNode* compiled_decoder_root_; variable