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

  /external/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 94 Linker::LinkInArchive(const sys::Path &Filename, bool &is_native) {
123 is_native = true;
126 is_native = false;
  /external/llvm/include/llvm/
Linker.h 193 bool &is_native ///< Indicates if the file is native object file
223 bool& is_native ///< Indicates if lib a native library
240 bool& is_native ///< Indicates if archive is a native archive
  /external/v8/src/
compiler.h 94 bool is_native() const { function in class:v8::internal::BASE_EMBEDDED
full-codegen.h 555 bool is_native() { return info_->is_native(); } function in class:v8::internal::FullCodeGenerator
objects-debug.cc 608 bool is_native = RegExpImpl::UsesNativeRegExp(); local
616 (is_native ? ascii_data->IsCode() : ascii_data->IsByteArray()));
619 (is_native ? uc16_data->IsCode() : uc16_data->IsByteArray()));
full-codegen.cc 669 DeclareGlobalsNativeFlag::encode(is_native()) |
    [all...]
parser.cc     [all...]
runtime.cc 1335 bool is_native = DeclareGlobalsNativeFlag::decode(flags); local
    [all...]
hydrogen.cc     [all...]
  /external/bluetooth/glib/gio/
gdummyfile.c 416 iface->is_native = g_dummy_file_is_native;
gfile.h 58 * @is_native: Checks to see if a file is native to the system.
148 gboolean (* is_native) (GFile *file); member in struct:_GFileIface
    [all...]
glocalfile.c     [all...]
gfile.c 337 return (* iface->is_native) (file);
    [all...]
  /external/bluetooth/glib/gio/win32/
gwinhttpfile.c 754 iface->is_native = g_winhttp_file_is_native;
  /external/v8/src/arm/
full-codegen-arm.cc 156 if (!info->is_classic_mode() || info->is_native()) {
    [all...]
lithium-codegen-arm.cc 146 if (!info_->is_classic_mode() || info_->is_native()) {
    [all...]
  /external/v8/src/ia32/
full-codegen-ia32.cc 144 if (!info->is_classic_mode() || info->is_native()) {
    [all...]
lithium-codegen-ia32.cc 145 if (!info_->is_classic_mode() || info_->is_native()) {
    [all...]
  /external/v8/src/mips/
full-codegen-mips.cc 164 if (!info->is_classic_mode() || info->is_native()) {
    [all...]
lithium-codegen-mips.cc 144 if (!info_->is_classic_mode() || info_->is_native()) {
    [all...]
  /external/v8/src/x64/
full-codegen-x64.cc 162 if (!info->is_classic_mode() || info->is_native()) {
    [all...]
lithium-codegen-x64.cc 142 if (!info_->is_classic_mode() || info_->is_native()) {
    [all...]

Completed in 225 milliseconds