Home
last modified time | relevance | path

Searched refs:is_native (Results 1 – 2 of 2) 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/runtime/
Ddebugger.cc614 void AppendChunk(uint8_t state, void* ptr, size_t length, bool is_native) in AppendChunk() argument
622 if (is_native) { in AppendChunk()