HomeSort by relevance Sort by last modified time
    Searched defs:is_native (Results 1 - 5 of 5) 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/runtime/
runtime-scopes.cc 128 bool is_native = DeclareGlobalsNativeFlag::decode(flags); local
132 if (is_function && is_native) attr |= READ_ONLY;
    [all...]
  /external/v8/src/full-codegen/
full-codegen.h 690 bool is_native() { return info_->is_native(); } function in class:v8::internal::FullCodeGenerator
    [all...]
  /external/v8/src/
objects-debug.cc 802 bool is_native = RegExpImpl::UsesNativeRegExp(); local
811 (is_native ? one_byte_data->IsCode() : one_byte_data->IsByteArray()));
814 (is_native ? uc16_data->IsCode() : uc16_data->IsByteArray()));
    [all...]

Completed in 196 milliseconds