Searched defs:shared (Results 76 - 100 of 101) sorted by relevance

12345

/external/v8/src/
H A Dframes.cc234 Object* script = JSFunction::cast(frame()->function())->shared()->script();
712 return function->shared()->formal_parameter_count();
761 SharedFunctionInfo* shared = fun->shared(); local
766 Object* maybe_script = shared->script();
812 function_->shared()->DebugName()->ShortPrint();
889 Code* code = function->shared()->code();
894 function->shared());
1050 Handle<SharedFunctionInfo> shared(JSFunction::cast(function)->shared());
1161 SharedFunctionInfo* shared = JSFunction::cast(function)->shared(); local
[all...]
H A Druntime.cc353 // maps with constant functions can't be shared if the functions are
1315 Handle<SharedFunctionInfo> shared = local
1318 isolate->factory()->NewFunctionFromSharedFunctionInfo(shared,
1877 optimized->shared()->DontAdaptArguments();
1914 SharedFunctionInfo* shared = function->shared(); local
1915 if (shared->native() || !shared->is_classic_mode()) {
1962 return f->shared()->name();
1972 f->shared()
[all...]
H A Dbootstrapper.cc377 function->shared()->set_instance_class_name(*symbol);
379 function->shared()->set_native(true);
502 empty_function->shared()->set_code(*code);
506 empty_function->shared()->set_script(*script);
507 empty_function->shared()->set_start_position(0);
508 empty_function->shared()->set_end_position(source->length());
509 empty_function->shared()->DontAdaptArguments();
585 throw_type_error_function->shared()->set_code(*code);
586 throw_type_error_function->shared()->DontAdaptArguments();
780 global_proxy_function->shared()
2097 Handle<SharedFunctionInfo> shared local
[all...]
H A Dliveedit.cc827 void FunctionInfo(Handle<SharedFunctionInfo> shared, Scope* scope) { argument
828 if (!shared->IsSharedFunctionInfo()) {
834 info.SetFunctionCode(Handle<Code>(shared->code()),
835 Handle<Object>(shared->scope_info()));
836 info.SetSharedFunctionInfo(shared);
1034 if (inlined->shared() == candidate) return true;
1051 if (function->shared() == function_info_ ||
1423 Handle<SharedFunctionInfo> shared(
1426 if (function->shared() == *shared || IsInline
[all...]
H A Dlog.cc639 msg.Append("shared-library,\"%s\",0x%08" V8PRIxPTR ",0x%08" V8PRIxPTR "\n",
652 msg.Append("shared-library,\"%ls\",0x%08" V8PRIxPTR ",0x%08" V8PRIxPTR "\n",
941 SharedFunctionInfo* shared,
970 msg.AppendAddress(shared->address());
982 SharedFunctionInfo* shared,
990 name_buffer_->AppendString(shared->DebugName());
1005 shared->DebugName()->ToCString(DISALLOW_NULLS, ROBUST_STRING_TRAVERSAL);
1017 msg.AppendAddress(shared->address());
1339 SharedFunctionInfo* sfi = SharedFunctionInfo::cast(function->shared());
1366 // Iterate the heap to find shared functio
939 CodeCreateEvent(LogEventsAndTags tag, Code* code, SharedFunctionInfo* shared, String* name) argument
980 CodeCreateEvent(LogEventsAndTags tag, Code* code, SharedFunctionInfo* shared, String* source, int line) argument
1537 LogExistingFunction(Handle<SharedFunctionInfo> shared, Handle<Code> code) argument
[all...]
H A Ddebug.cc140 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);
1127 HasDebugInfo(Handle<SharedFunctionInfo> shared) argument
1134 GetDebugInfo(Handle<SharedFunctionInfo> shared) argument
1140 SetBreakPoint(Handle<SharedFunctionInfo> shared, Handle<Object> break_point_object, int* source_position) argument
1219 FloodWithOneShot(Handle<SharedFunctionInfo> shared) argument
1258 Handle<SharedFunctionInfo> shared = local
1334 Handle<SharedFunctionInfo> shared = local
1609 GetSourceBreakLocations( Handle<SharedFunctionInfo> shared) argument
1763 CompileFullCodeForDebugging(Handle<SharedFunctionInfo> shared, Handle<Code> current_code) argument
1967 SharedFunctionInfo* shared = function->shared(); local
2041 EnsureDebugInfo(Handle<SharedFunctionInfo> shared) argument
2105 Handle<SharedFunctionInfo> shared = local
2197 Handle<SharedFunctionInfo> shared = local
[all...]
H A Dhydrogen-instructions.h4555 Handle<SharedFunctionInfo> shared,
4557 : shared_info_(shared), pretenure_(pretenure) {
4554 HFunctionLiteral(HValue* context, Handle<SharedFunctionInfo> shared, bool pretenure) argument
H A Dmark-compact.cc776 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) { argument
847 Object** slot = HeapObject::RawField(shared,
1278 // Age this shared functio
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...]
H A Dheap.cc3530 SharedFunctionInfo* shared,
3535 function->set_shared(shared);
3536 function->set_code(shared->code());
3577 SharedFunctionInfo* shared,
3586 InitializeFunction(JSFunction::cast(result), shared, prototype); local
3598 !JSFunction::cast(callee)->shared()->is_classic_mode();
3670 int instance_size = fun->shared()->CalculateInstanceSize();
3671 int in_object_properties = fun->shared()->CalculateInObjectProperties();
3698 if (fun->shared()->CanGenerateInlineConstructor(prototype)) {
3699 int count = fun->shared()
3529 InitializeFunction(JSFunction* function, SharedFunctionInfo* shared, Object* prototype) argument
3576 AllocateFunction(Map* function_map, SharedFunctionInfo* shared, Object* prototype, PretenureFlag pretenure) argument
4130 InitializeFunction(JSFunction::cast(object), shared, the_hole_value()); local
[all...]
H A Dparser.cc608 Handle<SharedFunctionInfo> shared = info->shared_info(); local
609 if (!info->is_global() && (shared.is_null() || shared->is_function())) {
1906 // Instantiate the function and create a shared function info from it.
1909 Handle<Code> code = Handle<Code>(fun->shared()->code());
1910 Handle<Code> construct_stub = Handle<Code>(fun->shared()->construct_stub());
1911 Handle<SharedFunctionInfo> shared = local
1913 Handle<ScopeInfo>(fun->shared()->scope_info()));
1914 shared->set_construct_stub(*construct_stub);
1916 // Copy the function data to the shared functio
[all...]
H A Dprofile-generator.cc537 // For shared function entries, 'size' field is used to store their IDs.
1673 SharedFunctionInfo* shared = func->shared(); local
1674 const char* name = shared->bound() ? "native_bind" :
1675 collection_->names()->GetName(String::cast(shared->name()));
1707 SharedFunctionInfo* shared = SharedFunctionInfo::cast(object); local
1710 collection_->names()->GetName(String::cast(shared->name())),
1911 SharedFunctionInfo* shared_info = js_fun->shared();
1921 "shared", shared_info,
1991 SharedFunctionInfo* shared local
[all...]
H A Dhydrogen.cc140 environment->closure()->shared()->VerifyBailoutId(ast_id));
209 predecessor->last_environment()->closure()->shared()
3464 SharedFunctionInfo* shared = SharedFunctionInfo::cast(obj); local
3465 if (shared->start_position() == start_position) {
3466 return Handle<SharedFunctionInfo>(shared);
5163 target->shared()->DebugName()->ToCString();
5165 caller->shared()->DebugName()->ToCString();
5188 Handle<SharedFunctionInfo> target_shared(target->shared());
5245 if (state->compilation_info()->closure()->shared() == *target_shared) {
5496 if (!expr->target()->shared()
[all...]
H A Dobjects.cc541 if (!fun->shared()->IsApiFunction())
1083 Object* fun_name = JSFunction::cast(this)->shared()->name();
1112 if (!heap->Contains(JSFunction::cast(constructor)->shared())) {
1116 JSFunction::cast(constructor)->shared()->name();
1394 SharedFunctionInfo* shared = reinterpret_cast<SharedFunctionInfo*>(this); local
1395 shared->SharedFunctionInfoIterateBody(v);
1458 return String::cast(constructor->shared()->instance_class_name());
1468 String* name = String::cast(constructor->shared()->name());
1470 String* inferred_name = constructor->shared()->inferred_name();
2430 // element-related maps. Also don't add descriptors to maps that are shared
7389 EnsureCompiled(Handle<SharedFunctionInfo> shared, ClearExceptionFlag flag) argument
7409 CompileLazy(Handle<SharedFunctionInfo> shared, ClearExceptionFlag flag) argument
10499 StringSharedKey(String* source, SharedFunctionInfo* shared, LanguageMode language_mode, int scope_position) argument
10511 SharedFunctionInfo* shared = SharedFunctionInfo::cast(other_array->get(0)); local
10525 StringSharedHashHelper(String* source, SharedFunctionInfo* shared, LanguageMode language_mode, int scope_position) argument
10552 SharedFunctionInfo* shared = SharedFunctionInfo::cast(other_array->get(0)); local
[all...]
/external/v8/test/cctest/
H A Dtest-heap-profiler.cc252 GetProperty(compiled, v8::HeapGraphEdge::kInternal, "shared");
255 GetProperty(lazy, v8::HeapGraphEdge::kInternal, "shared");
1331 const v8::HeapGraphNode* shared = local
1332 GetProperty(fun, v8::HeapGraphEdge::kInternal, "shared");
1333 CHECK(HasWeakEdge(shared));
/external/webkit/Source/WebKit/win/
H A DWebView.cpp219 static PreferencesChangedOrRemovedObserver* shared = new PreferencesChangedOrRemovedObserver; local
220 return shared;
3745 // FIXME: This code should move into WebCore so it can be shared by all the WebKits.
4076 // As AppKit does, we wish to delay tickling the shared spellchecker into existence on application launch.
/external/dbus/dbus/
H A Ddbus-connection.c25 #include "dbus-shared.h"
1627 * drop our shared ref to the connection on connection disconnect,
1714 _dbus_verbose ("stored connection to %s to be shared\n",
1736 _dbus_verbose ("dropping connection to %s out of the shared table\n",
1741 _dbus_assert_not_reached ("connection was not in the shared table");
1789 * If the shared parameter is true, then any existing connection will
1791 * for use by others). If the shared parameter is false, a new
1796 * @param shared whether the connection is shared or private
1802 dbus_bool_t shared,
1801 _dbus_connection_open_internal(const char *address, dbus_bool_t shared, DBusError *error) argument
[all...]
/external/opencv/ml/include/
H A Dml.h797 bool shared; member in struct:CvDTreeTrainData
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.touchpoint.eclipse_2.0.2.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.help_3.5.0.v20100524.jar ... public static boolean isShared () public static void setShared (boolean) boolean shared } org/eclipse/help/IAnchor.class IAnchor.java package ...
H A Dorg.eclipse.debug.core_3.6.0.v20100519.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.team.core_3.5.100.R36x_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.forms_3.5.2.r36_v20100702.jar ... eclipse.swt.graphics.Color foreground private boolean shared protected org.eclipse.swt.widgets.Display ...
/external/sqlite/dist/orig/
H A Dsqlite3.c1325 ** write ahead log and shared memory files used for transaction control
1330 ** to read the database file, as the WAL and shared memory files must exist
3064 ** eligible to use [shared cache mode], regardless of whether or not shared
3067 ** participate in [shared cache mode] even if it is enabled.
3140 ** <li> <b>cache</b>: ^The cache parameter may be set to either "shared" or
3141 ** "private". ^Setting it to "shared" is equivalent to setting the
3175 ** Regardless of whether or not shared-cache mode is enabled by
5179 ** KEYWORDS: {shared cache}
5195 ** ^(This routine returns [SQLITE_OK] if shared cach
32185 winceLock *shared; /* Global shared lock memory for the file */ member in struct:winFile
[all...]
/external/sqlite/dist/
H A Dsqlite3.c1325 ** write ahead log and shared memory files used for transaction control
1330 ** to read the database file, as the WAL and shared memory files must exist
3064 ** eligible to use [shared cache mode], regardless of whether or not shared
3067 ** participate in [shared cache mode] even if it is enabled.
3140 ** <li> <b>cache</b>: ^The cache parameter may be set to either "shared" or
3141 ** "private". ^Setting it to "shared" is equivalent to setting the
3175 ** Regardless of whether or not shared-cache mode is enabled by
5179 ** KEYWORDS: {shared cache}
5195 ** ^(This routine returns [SQLITE_OK] if shared cach
32196 winceLock *shared; /* Global shared lock memory for the file */ member in struct:winFile
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-nodeps.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 1603 milliseconds

12345