Home
last modified time | relevance | path

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

/aosp12/art/test/910-methods/
H A Dmethods.cc160 jboolean is_native; in Java_art_Test910_isMethodNative() local
/aosp12/system/bt/osi/src/
H A Dwakelock.cc48 static bool is_native = true; variable
/aosp12/art/compiler/jni/quick/
H A Djni_compiler.cc119 const bool is_native = (access_flags & kAccNative) != 0; in ArtJniCompileMethodInternal() local
/aosp12/art/runtime/
H A Ddebugger.cc619 void AppendChunk(uint8_t state, void* ptr, size_t length, bool is_native) in AppendChunk()