Searched refs:current_heap (Results 1 – 3 of 3) sorted by relevance
528 Heap* current_heap = v8::internal::Isolate::Current()->heap(); in Debug() local529 if (current_heap->Contains(obj) || ((value & 1) == 0)) { in Debug()
413 Heap* current_heap = v8::internal::Isolate::Current()->heap(); in Debug() local414 if (current_heap->Contains(obj) || ((value & 1) == 0)) { in Debug()
3394 Heap* current_heap = GetHeap(); in NormalizeProperties() local3402 current_heap->isolate()->context()->global_context()-> in NormalizeProperties()3414 current_heap->CreateFillerObjectAt(this->address() + new_instance_size, in NormalizeProperties()3427 current_heap->isolate()->counters()->props_to_dictionary()->Increment(); in NormalizeProperties()