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.cc113 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_builder.h229 static inline Instruction InvokeInterface(size_t method_id, std::optional<const Value> dest, in InvokeInterface() function