Searched refs:InvokeInterface (Results 1 – 2 of 2) sorted by relevance
102 method_->AddInstruction(Instruction::InvokeInterface(xml_next_.id, {}, xml_)); in BuildXmlNext()190 method_->AddInstruction(Instruction::InvokeInterface(xml_next_.id, {}, xml_)); in FinishView()
262 static inline Instruction InvokeInterface(size_t index_argument, std::optional<const Value> dest, in InvokeInterface() function