Home
last modified time | relevance | path

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

/frameworks/base/startop/view_compiler/
Ddex_layout_compiler.cc102 method_->AddInstruction(Instruction::InvokeInterface(xml_next_.id, {}, xml_)); in BuildXmlNext()
190 method_->AddInstruction(Instruction::InvokeInterface(xml_next_.id, {}, xml_)); in FinishView()
Ddex_builder.h262 static inline Instruction InvokeInterface(size_t index_argument, std::optional<const Value> dest, in InvokeInterface() function