Searched defs:is_native (Results 1 – 4 of 4) sorted by relevance
160 jboolean is_native; in Java_art_Test910_isMethodNative() local
48 static bool is_native = true; variable
119 const bool is_native = (access_flags & kAccNative) != 0; in ArtJniCompileMethodInternal() local
619 void AppendChunk(uint8_t state, void* ptr, size_t length, bool is_native) in AppendChunk()