Home
last modified time | relevance | path

Searched refs:current_heap (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/mips/
Dsimulator-mips.cc528 Heap* current_heap = v8::internal::Isolate::Current()->heap(); in Debug() local
529 if (current_heap->Contains(obj) || ((value & 1) == 0)) { in Debug()
/external/v8/src/arm/
Dsimulator-arm.cc413 Heap* current_heap = v8::internal::Isolate::Current()->heap(); in Debug() local
414 if (current_heap->Contains(obj) || ((value & 1) == 0)) { in Debug()
/external/v8/src/
Dobjects.cc3394 Heap* current_heap = GetHeap(); in NormalizeProperties() local
3402 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()