Home
last modified time | relevance | path

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

/frameworks/base/startop/view_compiler/
Ddex_layout_compiler.cc50 xml_{method->AllocRegister()},
102 method_->AddInstruction(Instruction::InvokeInterface(xml_next_.id, {}, xml_)); in BuildXmlNext()
107 BuildGetResources(/*dest=*/xml_); in Start()
108 BuildGetLayoutResource(/*dest=*/xml_, /*resources=*/xml_, resid_); in Start()
109 BuildLayoutResourceToAttributeSet(/*dest=*/attrs_, /*layout_resource=*/xml_); in Start()
190 method_->AddInstruction(Instruction::InvokeInterface(xml_next_.id, {}, xml_)); in FinishView()
Ddex_layout_compiler.h104 const dex::LiveRegister xml_; variable