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

  /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)
  /art/compiler/jni/quick/
jni_compiler.cc 65 const bool is_native = (access_flags & kAccNative) != 0; local
66 CHECK(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...]
compiler.cc 221 DeclareGlobalsNativeFlag::encode(parse_info()->is_native()) |
226 return is_sloppy(parse_info()->language_mode()) && !parse_info()->is_native();
    [all...]
  /external/v8/src/runtime/
runtime-scopes.cc 144 bool is_native = DeclareGlobalsNativeFlag::decode(flags);
147 if (is_function && is_native) attr |= READ_ONLY;
    [all...]
  /external/v8/src/parsing/
parser.h 56 FLAG_ACCESSOR(kNative, is_native, set_native)
    [all...]
parser.cc 806 set_allow_natives(FLAG_allow_natives_syntax || info->is_native());
807 set_allow_tailcalls(FLAG_harmony_tailcalls && !info->is_native() &&
    [all...]
  /art/runtime/
debugger.cc     [all...]

Completed in 478 milliseconds