Home
last modified time | relevance | path

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

/aosp14/frameworks/base/startop/view_compiler/
H A Ddex_layout_compiler.cc53 xml_next_{method->dex_file()->GetOrDeclareMethod(kXmlResourceParser, "next",
102 method_->AddInstruction(Instruction::InvokeInterface(xml_next_.id, {}, xml_)); in BuildXmlNext()
190 method_->AddInstruction(Instruction::InvokeInterface(xml_next_.id, {}, xml_)); in FinishView()
H A Ddex_layout_compiler.h108 const dex::MethodDeclData xml_next_; variable