Home
last modified time | relevance | path

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

/art/test/910-methods/
Dmethods.cc160 jboolean is_native; in Java_art_Test910_isMethodNative() local
161 jvmtiError result = jvmti_env->IsMethodNative(id, &is_native); in Java_art_Test910_isMethodNative()
166 return is_native; in Java_art_Test910_isMethodNative()
/art/compiler/jni/quick/
Djni_compiler.cc119 const bool is_native = (access_flags & kAccNative) != 0; in ArtJniCompileMethodInternal() local
120 CHECK(is_native); in ArtJniCompileMethodInternal()
/art/runtime/
Ddebugger.cc619 void AppendChunk(uint8_t state, void* ptr, size_t length, bool is_native) in AppendChunk() argument
627 if (is_native) { in AppendChunk()