Home
last modified time | relevance | path

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

/art/compiler/jni/quick/
Djni_compiler.cc64 const bool is_native = (access_flags & kAccNative) != 0; in ArtJniCompileMethodInternal() local
65 CHECK(is_native); in ArtJniCompileMethodInternal()
/art/compiler/
Doat_writer.cc484 bool is_native = it.MemberIsNative(); in VisitMethod() local
485 CHECK(gc_map_size != 0 || is_native || status < mirror::Class::kStatusVerified) in VisitMethod()
486 << gc_map << " " << gc_map_size << " " << (is_native ? "true" : "false") << " " in VisitMethod()
/art/runtime/
Ddebugger.cc4642 void AppendChunk(uint8_t state, void* ptr, size_t length, bool is_native) in AppendChunk() argument
4650 if (is_native) { in AppendChunk()