Home
last modified time | relevance | path

Searched refs:HasFastProperties (Results 1 – 18 of 18) sorted by relevance

/external/v8/src/
Dic-inl.h118 !object->HasFastProperties() && in GetCodeCacheForObject()
Dobjects-debug.cc281 if (HasFastProperties()) { in JSObjectVerify()
782 if (HasFastProperties()) { in IncrementSpillStatistics()
Dbootstrapper.cc1096 ASSERT(result->HasFastProperties()); in InitializeGlobal()
1189 ASSERT(result->HasFastProperties()); in InitializeGlobal()
1679 string_function->initial_map()->prototype())->HasFastProperties()); in InstallNatives()
2158 if (from->HasFastProperties()) { in TransferNamedProperties()
2190 ASSERT(!to->HasFastProperties()); in TransferNamedProperties()
Dobjects.cc423 ASSERT(!HasFastProperties()); in GetNormalizedProperty()
434 ASSERT(!HasFastProperties()); in SetNormalizedProperty()
460 ASSERT(!HasFastProperties()); in SetNormalizedProperty()
496 ASSERT(!HasFastProperties()); in DeleteNormalizedProperty()
547 || !HasFastProperties(); in IsDirty()
1675 ASSERT(!HasFastProperties()); in AddSlowProperty()
1726 if (HasFastProperties()) { in AddProperty()
1806 if (!HasFastProperties()) { in ConvertDescriptorToFieldAndMapTransition()
2431 bool safe_to_add_transition = HasFastProperties() && in GetElementsTransitionMapSlow()
2487 if (HasFastProperties()) { in LocalLookupRealNamedProperty()
[all …]
Dic.cc181 !JSObject::cast(current)->HasFastProperties() && in HasNormalObjectsInPrototypeChain()
1341 receiver->HasFastProperties()) { in Store()
2048 ASSERT(object->HasFastProperties()); in RUNTIME_FUNCTION()
Dobjects-printer.cc252 if (HasFastProperties()) { in PrintProperties()
Dhandles.cc706 if (object->HasFastProperties()) { in GetEnumPropertyKeys()
Druntime.cc152 if (copy->HasFastProperties()) { in DeepCopyBoilerplate()
370 !is_result_from_cache && boilerplate->HasFastProperties(); in CreateObjectLiteralBoilerplate()
1721 if (object->HasFastProperties()) { in RUNTIME_FUNCTION()
2099 if (function->HasFastProperties()) { in RUNTIME_FUNCTION()
4257 if (receiver->HasFastProperties()) { in RUNTIME_FUNCTION()
4353 bool fast = obj->HasFastProperties(); in RUNTIME_FUNCTION()
Dobjects-inl.h1601 bool JSObject::HasFastProperties() { in HasFastProperties() function
4398 ASSERT(!HasFastProperties()); in property_dictionary()
Dstub-cache.cc104 ASSERT(receiver->IsGlobalObject() || receiver->HasFastProperties()); in ComputeLoadNonexistent()
Dheap.cc3644 ASSERT(JSObject::cast(result)->HasFastProperties()); in AllocateArgumentsObject()
4008 ASSERT(!global->HasFastProperties()); in AllocateGlobalObject()
Dprofile-generator.cc2099 if (js_obj->HasFastProperties()) { in ExtractPropertyReferences()
Dobjects.h1480 inline bool HasFastProperties();
Dapi.cc3067 bool fast = Utils::OpenHandle(this)->HasFastProperties(); in SetAccessor()
/external/v8/src/ia32/
Dstub-cache-ia32.cc908 if (!current->HasFastProperties() && in CheckPrototypes()
2715 ASSERT(last->IsGlobalObject() || last->HasFastProperties()); in CompileLoadNonexistent()
/external/v8/src/x64/
Dstub-cache-x64.cc882 if (!current->HasFastProperties() && in CheckPrototypes()
/external/v8/src/mips/
Dstub-cache-mips.cc1072 if (!current->HasFastProperties() && in CheckPrototypes()
/external/v8/src/arm/
Dstub-cache-arm.cc1069 if (!current->HasFastProperties() && in CheckPrototypes()