/external/v8/src/ |
D | contexts-inl.h | 85 return map == map->GetHeap()->native_context_map(); in IsNativeContext() 91 return map == map->GetHeap()->function_context_map(); in IsFunctionContext() 97 return map == map->GetHeap()->catch_context_map(); in IsCatchContext() 103 return map == map->GetHeap()->with_context_map(); in IsWithContext() 108 return map == map->GetHeap()->debug_evaluate_context_map(); in IsDebugEvaluateContext() 113 return map == map->GetHeap()->block_context_map(); in IsBlockContext() 119 return map == map->GetHeap()->module_context_map(); in IsModuleContext() 124 return map == map->GetHeap()->eval_context_map(); in IsEvalContext() 129 return map == map->GetHeap()->script_context_map(); in IsScriptContext() 133 return osr_code_table() == GetHeap()->empty_fixed_array(); in OptimizedCodeMapIsCleared()
|
D | objects-inl.h | 79 CONDITIONAL_WRITE_BARRIER(GetHeap(), this, offset, value, mode); \ 204 return map() == GetHeap()->external_map(); in IsExternal() 371 return map() == GetHeap()->feedback_vector_map(); in IsFeedbackVector() 424 Heap* heap = GetHeap(); in IsContext() 434 return map() == GetHeap()->native_context_map(); in IsNativeContext() 438 return map() == GetHeap()->script_context_table_map(); in IsScriptContextTable() 442 return map() == GetHeap()->scope_info_map(); in IsScopeInfo() 446 return map() == GetHeap()->module_info_map(); in IsModuleInfo() 477 return map() == GetHeap()->hash_table_map(); in IsHashTable() 483 return IsHashTable() && this != GetHeap()->string_table(); in IsDictionary() [all …]
|
D | objects-body-descriptors.h | 96 Heap* heap = obj->GetHeap(); in IterateBody() 128 Heap* heap = obj->GetHeap(); in IterateBody()
|
D | objects-body-descriptors-inl.h | 143 Heap* heap = obj->GetHeap(); in IterateBody() 185 Heap* heap = obj->GetHeap(); in IterateBody() 214 Heap* heap = obj->GetHeap(); in IterateBody() 240 Heap* heap = obj->GetHeap(); in IterateBody() 273 Heap* heap = obj->GetHeap(); in IterateBody() 411 Heap* heap = obj->GetHeap(); in IterateBody()
|
D | objects-debug.cc | 262 CHECK(ho->GetHeap()->Contains(ho)); in VerifyHeapPointer() 318 GetHeap()->one_pointer_filler_map(); in ElementsAreSafeToExamine() 380 (elements() == GetHeap()->empty_fixed_array()) || in JSObjectVerify() 382 (elements()->map() == GetHeap()->fixed_array_map() || in JSObjectVerify() 383 elements()->map() == GetHeap()->fixed_cow_array_map())); in JSObjectVerify() 390 Heap* heap = GetHeap(); in MapVerify() 557 CHECK_IMPLIES(length() == 0, this == GetHeap()->empty_string()); in StringVerify() 559 CHECK(!GetHeap()->InNewSpace(this)); in StringVerify() 573 CHECK(this->second() == GetHeap()->empty_string() || in ConsStringVerify() 672 Heap* heap = GetHeap(); in OddballVerify()
|
D | contexts.cc | 526 Heap* heap = GetHeap(); in EvictFromOptimizedCodeMap() 566 FixedArray* empty_fixed_array = GetHeap()->empty_fixed_array(); in ClearOptimizedCodeMap() 598 CodeFlusher* flusher = GetHeap()->mark_compact_collector()->code_flusher(); in AddOptimizedFunction() 627 element_function->set_next_function_link(GetHeap()->undefined_value(), in RemoveOptimizedFunction()
|
D | transitions-inl.h | 112 Heap* heap = name->GetHeap(); in IsSpecialTransition()
|
D | string-stream.cc | 297 if (!js_object->GetHeap()->Contains(map) || in PrintUsingMap() 450 Heap* heap = HeapObject::cast(f)->GetHeap(); in PrintFunction()
|
D | handles.cc | 21 Heap* heap = heap_object->GetHeap(); in IsDereferenceAllowed()
|
/external/v8/src/heap/ |
D | scavenger-inl.h | 31 object->GetHeap()->UpdateAllocationSite<Heap::kGlobal>( in ScavengeObject() 32 object, object->GetHeap()->global_pretenuring_feedback_); in ScavengeObject() 35 DCHECK(object->map() != object->GetHeap()->allocation_memento_map()); in ScavengeObject()
|
D | objects-visiting-inl.h | 306 Heap* heap = map->GetHeap(); in VisitMap() 329 Heap* heap = map->GetHeap(); in VisitWeakCell() 340 map->GetHeap()->mark_compact_collector()->RecordSlot(weak_cell, slot, in VisitWeakCell() 358 Heap* heap = array->GetHeap(); in VisitTransitionArray() 371 Heap* heap = map->GetHeap(); in VisitTransitionArray() 384 Heap* heap = map->GetHeap(); in VisitWeakCollection() 414 Heap* heap = map->GetHeap(); in VisitCode() 426 Heap* heap = map->GetHeap(); in VisitSharedFunctionInfo() 453 Heap* heap = map->GetHeap(); in VisitJSFunction()
|
D | scavenger.cc | 159 Heap* heap = map->GetHeap(); in SemiSpaceCopyObject() 188 Heap* heap = map->GetHeap(); in PromoteObject() 219 Heap* heap = map->GetHeap(); in EvacuateObject() 258 map->GetHeap()->mark_compact_collector()->RecordCodeEntrySlot( in EvacuateJSFunction() 316 Heap* heap = map->GetHeap(); in EvacuateShortcutCandidate() 356 DCHECK(!map->GetHeap()->InNewSpace(actual)); in EvacuateThinString() 407 Scavenger* scavenger = map->GetHeap()->scavenge_collector_; in ScavengeObjectSlow()
|
D | objects-visiting.h | 219 object->GetHeap(), object, in VisitSpecialized() 429 if (object->GetHeap()->local_embedder_heap_tracer()->InUse()) { in INLINE() 431 object->GetHeap()->TracePossibleWrapper(JSObject::cast(object)); in INLINE()
|
D | mark-compact-inl.h | 133 ->GetHeap() in Next()
|
/external/v8/src/mips64/ |
D | assembler-mips64-inl.h | 212 host()->GetHeap()->incremental_marking()->RecordWriteIntoCode( in set_target_object() 214 host()->GetHeap()->RecordWriteIntoCode(host(), this, target); in set_target_object() 282 host()->GetHeap()->incremental_marking()->RecordWriteIntoCode(host(), this, in set_target_cell() 327 host()->GetHeap()->incremental_marking()->RecordWriteIntoCode( in set_debug_call_address()
|
/external/v8/src/mips/ |
D | assembler-mips-inl.h | 224 host()->GetHeap()->incremental_marking()->RecordWriteIntoCode( in set_target_object() 226 host()->GetHeap()->RecordWriteIntoCode(host(), this, target); in set_target_object() 300 host()->GetHeap()->incremental_marking()->RecordWriteIntoCode(host(), this, in set_target_cell() 345 host()->GetHeap()->incremental_marking()->RecordWriteIntoCode( in set_debug_call_address()
|
/external/v8/src/ic/ |
D | stub-cache.cc | 37 DCHECK(!name->GetHeap()->InNewSpace(name)); in CommonStubCacheChecks() 38 DCHECK(!name->GetHeap()->InNewSpace(handler)); in CommonStubCacheChecks()
|
D | ic-inl.h | 65 Heap* heap = target->GetHeap(); in SetTargetAtAddress()
|
/external/v8/src/ia32/ |
D | assembler-ia32-inl.h | 128 host()->GetHeap()->RecordWriteIntoCode(host(), this, target); in set_target_object() 129 host()->GetHeap()->incremental_marking()->RecordWriteIntoCode( in set_target_object() 193 host()->GetHeap()->incremental_marking()->RecordWriteIntoCode(host(), this, in set_target_cell() 236 host()->GetHeap()->incremental_marking()->RecordWriteIntoCode( in set_debug_call_address()
|
/external/v8/src/s390/ |
D | assembler-s390-inl.h | 179 host()->GetHeap()->incremental_marking()->RecordWriteIntoCode( in set_target_object() 181 host()->GetHeap()->RecordWriteIntoCode(host(), this, target); in set_target_object() 220 host()->GetHeap()->incremental_marking()->RecordWriteIntoCode(host(), this, in set_target_cell() 277 host()->GetHeap()->incremental_marking()->RecordWriteIntoCode( in set_debug_call_address()
|
/external/v8/src/x87/ |
D | assembler-x87-inl.h | 128 host()->GetHeap()->RecordWriteIntoCode(host(), this, target); in set_target_object() 129 host()->GetHeap()->incremental_marking()->RecordWriteIntoCode( in set_target_object() 193 host()->GetHeap()->incremental_marking()->RecordWriteIntoCode(host(), this, in set_target_cell() 236 host()->GetHeap()->incremental_marking()->RecordWriteIntoCode( in set_debug_call_address()
|
/external/v8/src/ppc/ |
D | assembler-ppc-inl.h | 200 host()->GetHeap()->incremental_marking()->RecordWriteIntoCode( in set_target_object() 202 host()->GetHeap()->RecordWriteIntoCode(host(), this, target); in set_target_object() 247 host()->GetHeap()->incremental_marking()->RecordWriteIntoCode(host(), this, in set_target_cell() 303 host()->GetHeap()->incremental_marking()->RecordWriteIntoCode( in set_debug_call_address()
|
/external/v8/src/arm/ |
D | assembler-arm-inl.h | 125 host()->GetHeap()->incremental_marking()->RecordWriteIntoCode( in set_target_object() 127 host()->GetHeap()->RecordWriteIntoCode(host(), this, target); in set_target_object() 185 host()->GetHeap()->incremental_marking()->RecordWriteIntoCode(host(), this, in set_target_cell() 231 host()->GetHeap()->incremental_marking()->RecordWriteIntoCode( in set_debug_call_address()
|
/external/v8/src/x64/ |
D | assembler-x64-inl.h | 418 host()->GetHeap()->incremental_marking()->RecordWriteIntoCode( in set_target_object() 420 host()->GetHeap()->RecordWriteIntoCode(host(), this, target); in set_target_object() 465 host()->GetHeap()->incremental_marking()->RecordWriteIntoCode(host(), this, in set_target_cell() 524 host()->GetHeap()->incremental_marking()->RecordWriteIntoCode( in set_debug_call_address()
|
/external/v8/src/snapshot/ |
D | partial-serializer.cc | 55 DCHECK(Map::cast(obj)->code_cache() == obj->GetHeap()->empty_fixed_array()); in SerializeObject()
|