Searched refs:is_native (Results 1 – 2 of 2) sorted by relevance
160 jboolean is_native; in Java_art_Test910_isMethodNative() local161 jvmtiError result = jvmti_env->IsMethodNative(id, &is_native); in Java_art_Test910_isMethodNative()166 return is_native; in Java_art_Test910_isMethodNative()
121 const bool is_native = (access_flags & kAccNative) != 0; in ArtJniCompileMethodInternal() local122 CHECK(is_native); in ArtJniCompileMethodInternal()