/external/v8/src/ |
D | feedback-vector.cc | 45 if (!feedback->ToStrongHeapObject(&heap_object)) return false; in IsPropertyNameFeedback() 387 if (GetFeedback()->ToStrongHeapObject(&heap_object) && in EnsureArrayOfSize() 400 if (GetFeedbackExtra()->ToStrongHeapObject(&heap_object) && in EnsureExtraArrayOfSize() 595 if (feedback->ToStrongHeapObject(&heap_object)) { in StateFromFeedback() 603 Object* extra = GetFeedbackExtra()->ToStrongHeapObject(); in StateFromFeedback() 616 (feedback->ToStrongHeapObject(&heap_object) && in StateFromFeedback() 697 DCHECK(feedback->ToStrongHeapObject()->IsWeakFixedArray()); in StateFromFeedback() 913 if ((feedback->ToStrongHeapObject(&heap_object) && in ExtractMaps() 919 array = WeakFixedArray::cast(GetFeedbackExtra()->ToStrongHeapObject()); in ExtractMaps() 938 } else if (feedback->ToStrongHeapObject(&heap_object) && in ExtractMaps() [all …]
|
D | transitions-inl.h | 22 return TransitionArray::cast(raw_transitions_->ToStrongHeapObject()); in transitions() 34 Get(kPrototypeTransitionsIndex)->ToStrongHeapObject(); in GetPrototypeTransitions() 60 return Name::cast(Get(ToKeyIndex(transition_number))->ToStrongHeapObject()); in GetKey() 140 if (raw->ToStrongHeapObject(&heap_object) && in GetTargetIfExists()
|
D | transitions.cc | 22 } else if (raw_transitions_->ToStrongHeapObject(&heap_object)) { in Initialize() 456 new_transitions->ToStrongHeapObject()); in ReplaceTransitions() 457 DCHECK(old_transitions != new_transitions->ToStrongHeapObject()); in ReplaceTransitions()
|
D | feedback-vector-inl.h | 283 (obj->ToStrongHeapObject(&heap_object) && in ComputeCounts()
|
D | objects-debug.cc | 1805 (maybe_object->ToStrongHeapObject(&heap_object) && in ScriptVerify() 1820 (e->ToStrongHeapObject(&heap_object) && in NormalizedMapCacheVerify()
|
D | objects-inl.h | 1710 return EnumCache::cast(get(kEnumCacheIndex)->ToStrongHeapObject()); in GetEnumCache() 1864 return Name::cast(get(ToKeyIndex(descriptor_number))->ToStrongHeapObject()); in GetKey()
|
D | objects-printer.cc | 2199 } else if (ToStrongHeapObject(&heap_object)) { in Print()
|
D | code-stub-assembler.h | 945 TNode<HeapObject> ToStrongHeapObject(TNode<MaybeObject> value,
|
D | objects.cc | 2544 } else if (maybe_object->ToStrongHeapObject(&heap_object)) { in operator <<() 10232 !(value_or_field_type->ToStrongHeapObject(&heap_object) && in CopyUpToAddAttributes()
|
D | code-stub-assembler.cc | 1860 TNode<HeapObject> CodeStubAssembler::ToStrongHeapObject( in ToStrongHeapObject() function in v8::internal::CodeStubAssembler
|
/external/v8/src/objects/ |
D | maybe-object-inl.h | 59 bool MaybeObject::ToStrongHeapObject(HeapObject** result) { in ToStrongHeapObject() function 67 HeapObject* MaybeObject::ToStrongHeapObject() { in ToStrongHeapObject() function
|
D | maybe-object.h | 37 inline bool ToStrongHeapObject(HeapObject** result); 38 inline HeapObject* ToStrongHeapObject();
|
D | code-inl.h | 136 return DependentCode::cast(Get(kNextLinkIndex)->ToStrongHeapObject()); in next_link()
|
/external/v8/src/ic/ |
D | ic-inl.h | 55 (object->ToStrongHeapObject(&heap_object) && in IsHandler()
|
D | accessor-assembler.cc | 2398 TNode<HeapObject> strong_feedback = ToStrongHeapObject(feedback, &miss); in LoadIC_BytecodeHandler() 2446 TNode<HeapObject> strong_feedback = ToStrongHeapObject(feedback, &miss); in LoadIC() 2663 TNode<HeapObject> strong_feedback = ToStrongHeapObject(feedback, &miss); in KeyedLoadIC() 2871 TNode<HeapObject> strong_feedback = ToStrongHeapObject(feedback, &miss); in StoreIC() 3052 TNode<HeapObject> strong_feedback = ToStrongHeapObject(feedback, &miss); in KeyedStoreIC() 3136 TNode<HeapObject> strong_feedback = ToStrongHeapObject(feedback, &miss); in StoreInArrayLiteralIC() 3505 TNode<HeapObject> strong_feedback = ToStrongHeapObject(feedback, &miss); in GenerateCloneObjectIC()
|
/external/v8/src/heap/ |
D | mark-compact-inl.h | 178 if ((*p)->ToStrongHeapObject(&target_object)) { in VisitPointer()
|
D | concurrent-marking.cc | 141 if (object->ToStrongHeapObject(&heap_object)) { in VisitPointers()
|
D | mark-compact.cc | 196 if ((*current)->ToStrongHeapObject(&object)) { in VerifyPointers() 312 if ((*current)->ToStrongHeapObject(&object)) { in VerifyPointers() 2179 } else if (obj->ToStrongHeapObject(&heap_obj)) { in UpdateSlot()
|
/external/v8/src/snapshot/ |
D | deserializer.cc | 374 bool success = o->ToStrongHeapObject(&heap_object); in ReadDataSingle()
|
/external/v8/src/profiler/ |
D | heap-snapshot-generator.cc | 859 (*p)->ToStrongHeapObject(&heap_object)) { in VisitPointers() 1153 } else if (maybe_raw_transitions_or_prototype_info->ToStrongHeapObject( in ExtractMapReferences() 1424 } else if (object->ToStrongHeapObject(&heap_object)) { in ExtractWeakArrayReferences()
|
/external/v8/src/runtime/ |
D | runtime-scopes.cc | 162 feedback_vector->Get(feedback_cells_slot)->ToStrongHeapObject()), in DeclareGlobals()
|
/external/v8/src/compiler/ |
D | js-native-context-specialization.cc | 2099 Name::cast(nexus.GetFeedbackExtra()->ToStrongHeapObject()), isolate()); in ReduceJSStoreDataPropertyInLiteral()
|
D | bytecode-graph-builder.cc | 1659 JSArray::cast(nexus.GetFeedback()->ToStrongHeapObject()), isolate()); in VisitGetTemplateObject()
|
D | js-call-reducer.cc | 3761 if (nexus.GetFeedback()->ToStrongHeapObject(&feedback_object) && in ReduceJSConstruct()
|