Searched defs:is_native (Results 1 – 2 of 2) sorted by relevance
160 jboolean is_native; in Java_art_Test910_isMethodNative() local
121 const bool is_native = (access_flags & kAccNative) != 0; in ArtJniCompileMethodInternal() local