HomeSort by relevance Sort by last modified time
    Searched defs:shared (Results 101 - 125 of 149) sorted by null

1 2 3 45 6

  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.6/include/
bfdlink.h 246 /* TRUE if BFD should generate a shared object. */
247 unsigned int shared: 1;
249 /* TRUE if BFD should pre-bind symbols in a shared object. */
256 /* TRUE if shared objects should be linked directly, not shared. */
326 /* TRUE if we should warn when adding a DT_TEXTREL to a shared object. */
361 When producing shared libraries the default is IGNORE. The
362 assumption with shared libraries is that the reference will be
366 /* What to do with unresolved symbols in a shared library.
429 /* The function to call when the executable or shared object i
245 unsigned int shared: 1; member in struct:bfd_link_info
    [all...]
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.7/include/
bfdlink.h 257 /* TRUE if BFD should generate a shared object (or a pie). */
258 unsigned int shared: 1;
269 /* TRUE if BFD should pre-bind symbols in a shared object. */
312 When producing shared libraries the default is IGNORE. The
313 assumption with shared libraries is that the reference will be
317 /* What to do with unresolved symbols in a shared library.
321 /* TRUE if shared objects should be linked directly, not shared. */
339 /* TRUE if we should warn when adding a DT_TEXTREL to a shared object. */
465 /* The function to call when the executable or shared object i
256 unsigned int shared: 1; member in struct:bfd_link_info
    [all...]
  /prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/include/
bfdlink.h 246 /* TRUE if BFD should generate a shared object. */
247 unsigned int shared: 1;
249 /* TRUE if BFD should pre-bind symbols in a shared object. */
256 /* TRUE if shared objects should be linked directly, not shared. */
326 /* TRUE if we should warn when adding a DT_TEXTREL to a shared object. */
361 When producing shared libraries the default is IGNORE. The
362 assumption with shared libraries is that the reference will be
366 /* What to do with unresolved symbols in a shared library.
429 /* The function to call when the executable or shared object i
245 unsigned int shared: 1; member in struct:bfd_link_info
    [all...]
  /prebuilts/gcc/linux-x86/x86/i686-linux-android-4.7/include/
bfdlink.h 257 /* TRUE if BFD should generate a shared object (or a pie). */
258 unsigned int shared: 1;
269 /* TRUE if BFD should pre-bind symbols in a shared object. */
312 When producing shared libraries the default is IGNORE. The
313 assumption with shared libraries is that the reference will be
317 /* What to do with unresolved symbols in a shared library.
321 /* TRUE if shared objects should be linked directly, not shared. */
339 /* TRUE if we should warn when adding a DT_TEXTREL to a shared object. */
465 /* The function to call when the executable or shared object i
256 unsigned int shared: 1; member in struct:bfd_link_info
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/
coff-objfmt.c 1328 int shared = 0; local
    [all...]
  /external/chromium_org/v8/src/
debug.cc 140 rinfo()->data() - debug_info_->shared()->start_position());
145 rinfo()->data() - debug_info_->shared()->start_position());
191 if (debug_info_->shared()->HasSourceCode()) {
192 position_ = debug_info_->shared()->end_position() -
193 debug_info_->shared()->start_position() - 1;
804 // Execute the shared function in the debugger context.
834 Handle<Script> script(Script::cast(function->shared()->script()));
970 Handle<SharedFunctionInfo> shared = local
971 Handle<SharedFunctionInfo>(frame->function()->shared());
972 Handle<DebugInfo> debug_info = GetDebugInfo(shared);
2096 SharedFunctionInfo* shared = function->shared(); local
2213 Handle<SharedFunctionInfo> shared; local
    [all...]
heap-snapshot-generator.cc 765 SharedFunctionInfo* shared = func->shared(); local
766 const char* name = shared->bound() ? "native_bind" :
767 collection_->names()->GetName(String::cast(shared->name()));
    [all...]
liveedit.cc 646 Object* shared = jsValue->value(); local
647 CHECK(shared->IsSharedFunctionInfo());
648 return Handle<SharedFunctionInfo>(SharedFunctionInfo::cast(shared));
866 void FunctionInfo(Handle<SharedFunctionInfo> shared, Scope* scope,
868 if (!shared->IsSharedFunctionInfo()) {
874 info.SetFunctionCode(Handle<Code>(shared->code()),
875 Handle<Object>(shared->scope_info(), isolate()));
876 info.SetSharedFunctionInfo(shared);
1636 Handle<SharedFunctionInfo> shared = local
    [all...]
runtime.cc 251 // maps with constant functions can't be shared if the functions are
2006 Handle<SharedFunctionInfo> shared = local
2594 SharedFunctionInfo* shared = function->shared(); local
2614 SharedFunctionInfo* shared = function->shared(); local
    [all...]
mark-compact.cc 1022 SharedFunctionInfo* shared = candidate->shared(); local
1024 Code* code = shared->code();
1027 if (FLAG_trace_code_flushing && shared->is_compiled()) {
1029 shared->ShortPrint();
1032 shared->set_code(lazy_compile);
1460 SharedFunctionInfo* shared = SharedFunctionInfo::cast(object); local
1765 SharedFunctionInfo* shared = reinterpret_cast<SharedFunctionInfo*>(obj); local
    [all...]
heap.cc 4350 InitializeFunction(JSFunction::cast(result), shared, prototype); local
5116 InitializeFunction(JSFunction::cast(object), shared, the_hole_value()); local
    [all...]
parser.cc 1670 Handle<SharedFunctionInfo> shared = local
    [all...]
hydrogen.cc 167 environment->closure()->shared()->VerifyBailoutId(ast_id));
260 predecessor->last_environment()->closure()->shared()
3752 SharedFunctionInfo* shared = SharedFunctionInfo::cast(obj); local
    [all...]
objects.cc 774 if (!fun->shared()->IsApiFunction())
1527 SharedFunctionInfo* shared = SharedFunctionInfo::cast(this); local
13293 SharedFunctionInfo* shared = SharedFunctionInfo::cast(other_array->get(0)); local
13334 SharedFunctionInfo* shared = SharedFunctionInfo::cast(other_array->get(0)); local
14562 SharedFunctionInfo* shared = context->closure()->shared(); local
14599 SharedFunctionInfo* shared = context->closure()->shared(); local
    [all...]
  /external/opencv/ml/include/
ml.h 797 bool shared; member in struct:CvDTreeTrainData
    [all...]
  /external/v8/src/
debug.cc 140 rinfo()->data() - debug_info_->shared()->start_position());
145 rinfo()->data() - debug_info_->shared()->start_position());
192 if (debug_info_->shared()->HasSourceCode()) {
193 position_ = debug_info_->shared()->end_position() -
194 debug_info_->shared()->start_position() - 1;
764 // Execute the shared function in the debugger context.
790 Handle<Script> script(Script::cast(function->shared()->script()));
922 Handle<SharedFunctionInfo> shared = local
923 Handle<SharedFunctionInfo>(JSFunction::cast(frame->function())->shared());
924 Handle<DebugInfo> debug_info = GetDebugInfo(shared);
1258 Handle<SharedFunctionInfo> shared = local
1334 Handle<SharedFunctionInfo> shared = local
1967 SharedFunctionInfo* shared = function->shared(); local
2105 Handle<SharedFunctionInfo> shared = local
2197 Handle<SharedFunctionInfo> shared = local
    [all...]
mark-compact.cc 776 ASSERT(function->code() == function->shared()->code());
796 SharedFunctionInfo* shared = candidate->shared(); local
798 Code* code = shared->code();
801 shared->set_code(lazy_compile);
804 candidate->set_code(shared->code());
814 RecordSharedFunctionInfoCodeSlot(shared);
846 void RecordSharedFunctionInfoCodeSlot(SharedFunctionInfo* shared) {
847 Object** slot = HeapObject::RawField(shared,
1307 SharedFunctionInfo* shared = reinterpret_cast<SharedFunctionInfo*>(object); local
1405 SharedFunctionInfo* shared = reinterpret_cast<SharedFunctionInfo*>(object); local
1613 SharedFunctionInfo* shared = reinterpret_cast<SharedFunctionInfo*>(obj); local
    [all...]
profile-generator.cc 537 // For shared function entries, 'size' field is used to store their IDs.
1673 SharedFunctionInfo* shared = func->shared(); local
1707 SharedFunctionInfo* shared = SharedFunctionInfo::cast(object); local
1991 SharedFunctionInfo* shared = SharedFunctionInfo::cast(obj); local
    [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...]
hydrogen.cc 140 environment->closure()->shared()->VerifyBailoutId(ast_id));
209 predecessor->last_environment()->closure()->shared()
3464 SharedFunctionInfo* shared = SharedFunctionInfo::cast(obj); local
    [all...]
objects.cc 541 if (!fun->shared()->IsApiFunction())
1394 SharedFunctionInfo* shared = reinterpret_cast<SharedFunctionInfo*>(this); local
10518 SharedFunctionInfo* shared = SharedFunctionInfo::cast(other_array->get(0)); local
10559 SharedFunctionInfo* shared = SharedFunctionInfo::cast(other_array->get(0)); local
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
internet_options_handler.cc 235 const char kTagShared[] = "shared";
1638 bool shared = !network->IsPrivate(); local
    [all...]
  /prebuilts/devtools/tools/lib/
jobb.jar 
  /frameworks/base/services/java/com/android/server/am/
ActivityManagerService.java 12006 long shared = longOut[0] * ProcessList.PAGE_SIZE \/ 1024; local
    [all...]

Completed in 1071 milliseconds

1 2 3 45 6