Searched refs:InvokeInterface (Results 1 – 2 of 2) sorted by relevance
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()
229 static inline Instruction InvokeInterface(size_t method_id, std::optional<const Value> dest, in InvokeInterface() function