Searched refs:MemberIsNative (Results 1 – 2 of 2) sorted by relevance
/art/runtime/ | ||
D | dex_file.h | 1207 bool MemberIsNative() const { in MemberIsNative() function |
/art/compiler/ | ||
D | oat_writer.cc | 484 bool is_native = it.MemberIsNative(); in VisitMethod() |