Home
last modified time | relevance | path

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

/frameworks/base/startop/view_compiler/
Ddex_layout_compiler.cc53 xml_next_{method->dex_file()->GetOrDeclareMethod(
113 method_->AddInstruction(dex::Instruction::InvokeInterface(xml_next_.id, {}, xml_)); in Start()
133 method_->AddInstruction(dex::Instruction::InvokeInterface(xml_next_.id, {}, xml_)); in StartView()
192 method_->AddInstruction(dex::Instruction::InvokeInterface(xml_next_.id, {}, xml_)); in FinishView()
Ddex_layout_compiler.h99 const dex::MethodDeclData xml_next_; variable