HomeSort by relevance Sort by last modified time
    Searched refs:shared (Results 476 - 500 of 659) sorted by null

<<11121314151617181920>>

  /external/v8/src/
incremental-marking.cc 208 void VisitSharedFunctionInfo(SharedFunctionInfo* shared) {
209 if (shared->ic_age() != heap_->global_ic_age()) {
210 shared->ResetForNewContext(heap_->global_ic_age());
objects-printer.cc 733 shared()->ShortPrint(out);
735 shared()->name()->Print(out);
974 PrintF(out, "\n - eval from shared: ");
985 PrintF(out, "\n - shared: ");
986 shared()->ShortPrint(out);
deoptimizer.cc 410 // from the unoptimized shared version to the optimized one in the
486 SharedFunctionInfo* shared) {
498 PrintF("[method: %s]\n", *shared->DebugName()->ToCString());
502 shared->SourceCodePrint(&stream, -1);
    [all...]
heap.cc 3586 InitializeFunction(JSFunction::cast(result), shared, prototype); local
4130 InitializeFunction(JSFunction::cast(object), shared, the_hole_value()); local
    [all...]
parser.cc 608 Handle<SharedFunctionInfo> shared = info->shared_info(); local
609 if (!info->is_global() && (shared.is_null() || shared->is_function())) {
1911 Handle<SharedFunctionInfo> shared = local
    [all...]
objects.cc 541 if (!fun->shared()->IsApiFunction())
1394 SharedFunctionInfo* shared = reinterpret_cast<SharedFunctionInfo*>(this); local
10511 SharedFunctionInfo* shared = SharedFunctionInfo::cast(other_array->get(0)); local
10552 SharedFunctionInfo* shared = SharedFunctionInfo::cast(other_array->get(0)); local
    [all...]
  /external/v8/src/x64/
stub-cache-x64.cc     [all...]
  /external/chromium/sdch/open-vcdiff/
ltmain.sh 522 $echo "enable shared libraries"
524 $echo "disable shared libraries"
585 shared)
871 # non-PIC code in shared libraries is not supported
    [all...]
  /external/chromium/third_party/libevent/
ltmain.sh 522 $echo "enable shared libraries"
524 $echo "disable shared libraries"
585 shared)
871 # non-PIC code in shared libraries is not supported
    [all...]
  /external/libffi/
ltmain.sh 516 $echo "enable shared libraries"
518 $echo "disable shared libraries"
579 shared)
864 # non-PIC code in shared libraries is not supported
1202 # See if our shared archives depend on static archives.
    [all...]
  /external/llvm/autoconf/
ltmain.sh 487 $echo "enable shared libraries"
489 $echo "disable shared libraries"
550 shared)
834 # non-PIC code in shared libraries is not supported
1163 # See if our shared archives depend on static archives.
    [all...]
  /external/llvm/projects/sample/autoconf/
ltmain.sh 487 $echo "enable shared libraries"
489 $echo "disable shared libraries"
550 shared)
834 # non-PIC code in shared libraries is not supported
1163 # See if our shared archives depend on static archives.
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
Makefile 868 # Shared TLS functions (needed for EAP_TLS, EAP_PEAP, EAP_TTLS, and EAP_FAST)
    [all...]
  /external/v8/src/arm/
stub-cache-arm.cc     [all...]
  /external/v8/src/mips/
stub-cache-mips.cc     [all...]
  /build/core/
package.mk 339 # Set the abi directory used by the local JNI shared libraries.
340 # (Doesn't change how the local shared libraries are compiled, just
403 $(add-jni-shared-libs-to-package)
  /development/tools/emulator/opengl/system/GLESv2_enc/
GL2Encoder.cpp 827 GLSharedGroupPtr shared = ctx->m_shared;
837 while ((samplerIdx = shared->getNextSamplerUniform(program, samplerIdx, &samplerVal, &samplerTarget)) != -1) {
870 GLSharedGroupPtr shared = ctx->m_shared;
876 if (shared->setSamplerUniform(state->currentProgram(), location, x, &target)) {
    [all...]
  /external/libvpx/build/make/
Makefile 225 $(qexec)$$(LD) -shared $$(LDFLAGS) \
  /external/libvpx/
configure 41 ${toggle_shared} shared library support
251 shared
291 shared
424 if enabled shared; then
425 # Can only build shared libs on a subset of platforms. Doing this check
428 enabled linux || die "--enable-shared only supported on ELF for now"
  /external/webkit/Source/WebKit2/WebProcess/Plugins/
PluginProxy.cpp 89 m_connection = PluginProcessConnectionManager::shared().getPluginProcessConnection(m_pluginPath);
  /frameworks/base/libs/androidfw/
AssetManager.cpp 639 bool shared = true; local
669 ALOGV("Creating shared resources for %s", ap.path.string());
682 shared = false;
695 rt->add(ass, (void*)(i+1), !shared, idmap);
698 if (!shared) {
    [all...]
  /hardware/ti/omap4xxx/domx/make/
build.mk 152 TARGETARGS := $(SH_LIB_ARGS) -nostartfiles -nodefaultlibs -nostdlib -shared -Wl
  /ndk/build/tools/
dev-system-import.sh 73 2/ Locate system shared libraries from \$ANDROID_PRODUCT_OUT/system/lib
80 3/ For each shared library, also generate a list of symbols exported
241 # Temp file used to list shared library symbol exclusions
245 # Temp file used to list shared library symbol inclusions, these
283 # Dump the list of dynamic functions exported by a given shared library
284 # $1: Path to shared library object
291 # Dump the list of global variables exposed by a given shared library
292 # $1: Path to shared library object
300 # same symbols as a reference shared library, and can be used during
311 # $1: Path to reference shared librar
    [all...]
  /external/qemu/distrib/sdl-1.2.15/acinclude/
libtool.m4     [all...]
  /external/v8/test/cctest/
test-debug.cc 191 Handle<v8::internal::SharedFunctionInfo> shared(f->shared());
192 return Debug::HasDebugInfo(shared);
200 Handle<v8::internal::SharedFunctionInfo> shared(fun->shared());
203 shared,
439 for (RelocIterator it(fun->shared()->code()); !it.done(); it.next()) {
498 Handle<v8::internal::SharedFunctionInfo> shared(fun->shared());
499 CHECK(Debug::HasDebugInfo(shared));
    [all...]

Completed in 2102 milliseconds

<<11121314151617181920>>