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

  /external/swiftshader/third_party/LLVM/lib/Linker/
LinkItems.cpp 39 bool is_native = false; local
40 if (LinkInLibrary(I->first, is_native))
42 if (is_native)
46 bool is_native = false; local
47 if (LinkInFile(sys::Path(I->first), is_native))
49 if (is_native)
59 bool is_native; local
62 if(LinkInLibrary(*I, is_native))
64 if (is_native)
74 bool Linker::LinkInLibrary(StringRef Lib, bool& is_native) {
126 bool is_native = false; local
236 bool is_native; local
    [all...]
LinkArchives.cpp 95 Linker::LinkInArchive(const sys::Path &Filename, bool &is_native) {
124 is_native = true;
127 is_native = false;
  /external/swiftshader/third_party/LLVM/include/llvm/
Linker.h 192 bool &is_native ///< Indicates if the file is native object file
222 bool& is_native ///< Indicates if lib a native library
239 bool& is_native ///< Indicates if archive is a native archive
  /system/bt/osi/src/
wakelock.cc 48 static bool is_native = true; variable
97 is_native = (wakelock_os_callouts == NULL);
99 (is_native) ? "native" : "non-native");
107 if (is_native)
155 if (is_native)
190 if (is_native) wakelock_initialize_native();
  /art/test/910-methods/
methods.cc 160 jboolean is_native; local
161 jvmtiError result = jvmti_env->IsMethodNative(id, &is_native);
166 return is_native;
  /external/v8/src/
compilation-info.cc 198 DeclareGlobalsNativeFlag::encode(parse_info()->is_native()) |
204 return parse_info() && parse_info()->is_native()
210 return is_sloppy(parse_info()->language_mode()) && !parse_info()->is_native();
objects-debug.cc 951 bool is_native = RegExpImpl::UsesNativeRegExp(); local
960 (is_native ? one_byte_data->IsCode() : one_byte_data->IsByteArray()));
963 (is_native ? uc16_data->IsCode() : uc16_data->IsByteArray()));
    [all...]
  /build/make/core/
base_rules.mk 453 is_native := macro
455 is_native := true macro
458 is_native := true macro
461 is_native := true macro
463 ifdef is_native
465 is_native := macro
  /external/v8/src/parsing/
parse-info.h 66 FLAG_ACCESSOR(kNative, is_native, set_native)
parser.cc 542 allow_lazy_ = FLAG_lazy && info->allow_lazy_parsing() && !info->is_native() &&
544 set_allow_natives(FLAG_allow_natives_syntax || info->is_native());
545 set_allow_tailcalls(FLAG_harmony_tailcalls && !info->is_native() &&
    [all...]
  /art/compiler/jni/quick/
jni_compiler.cc 125 const bool is_native = (access_flags & kAccNative) != 0; local
126 CHECK(is_native);
    [all...]
  /external/v8/src/runtime/
runtime-scopes.cc 169 bool is_native = DeclareGlobalsNativeFlag::decode(flags);
172 if (is_function && is_native) attr |= READ_ONLY;
    [all...]
  /art/runtime/
debugger.cc     [all...]
  /external/protobuf/php/ext/google/protobuf/
upb.h 7305 inline bool DecoderMethod::is_native() const { function in class:upb::HandlerAttributes::upb::BufferHandle::upb::Handlers::upb::BytesHandler::upb::BytesSink::upb::BufferSource::upb::pb::DecoderMethod
    [all...]
  /external/protobuf/ruby/ext/google/protobuf_c/
upb.h 7608 inline bool DecoderMethod::is_native() const { function in class:upb::HandlerAttributes::upb::BufferHandle::upb::Handlers::upb::BytesHandler::upb::BytesSink::upb::BufferSource::upb::pb::DecoderMethod
    [all...]

Completed in 1055 milliseconds