HomeSort by relevance Sort by last modified time
    Searched defs:is_native (Results 1 - 3 of 3) sorted by null

  /art/compiler/jni/quick/
jni_compiler.cc 65 const bool is_native = (access_flags & kAccNative) != 0; local
66 CHECK(is_native);
  /system/bt/osi/src/
wakelock.c 43 static bool is_native = true; variable
93 is_native = (wakelock_os_callouts == NULL);
95 __func__, (is_native)? "native" : "non-native");
103 if (is_native)
150 if (is_native)
185 if (is_native)
  /external/v8/src/
objects-debug.cc 797 bool is_native = RegExpImpl::UsesNativeRegExp(); local
806 (is_native ? one_byte_data->IsCode() : one_byte_data->IsByteArray()));
809 (is_native ? uc16_data->IsCode() : uc16_data->IsByteArray()));
    [all...]

Completed in 560 milliseconds