Home
last modified time | relevance | path

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

/frameworks/base/startop/view_compiler/
Ddex_builder.cc483 const auto& prototype = dex_->GetPrototypeByMethodId(instruction.index_argument()); in EncodeInvoke()
686 std::optional<const Prototype> DexBuilder::GetPrototypeByMethodId(size_t method_id) const { in GetPrototypeByMethodId() function in startop::dex::DexBuilder
Ddex_builder.h566 std::optional<const Prototype> GetPrototypeByMethodId(size_t method_id) const;