Home
last modified time | relevance | path

Searched defs:is_native (Results 1 – 2 of 2) sorted by relevance

/art/test/910-methods/
Dmethods.cc160 jboolean is_native; in Java_art_Test910_isMethodNative() local
/art/compiler/jni/quick/
Djni_compiler.cc121 const bool is_native = (access_flags & kAccNative) != 0; in ArtJniCompileMethodInternal() local