Home
last modified time | relevance | path

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

/art/compiler/jni/quick/
Djni_compiler.cc60 const bool is_native = (access_flags & kAccNative) != 0; in ArtJniCompileMethodInternal() local
61 CHECK(is_native); in ArtJniCompileMethodInternal()
/art/compiler/
Doat_writer.cc470 bool is_native = it.MemberIsNative(); in VisitMethod() local
471 CHECK(gc_map_size != 0 || is_native || status < mirror::Class::kStatusVerified) in VisitMethod()
472 << &gc_map << " " << gc_map_size << " " << (is_native ? "true" : "false") << " " in VisitMethod()