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

/external/v8/src/mips/
H A Dsimulator-mips.cc528 Heap* current_heap = v8::internal::Isolate::Current()->heap(); local
529 if (current_heap->Contains(obj) || ((value & 1) == 0)) {
/external/v8/src/arm/
H A Dsimulator-arm.cc413 Heap* current_heap = v8::internal::Isolate::Current()->heap(); local
414 if (current_heap->Contains(obj) || ((value & 1) == 0)) {
/external/v8/src/
H A Dobjects.cc3394 Heap* current_heap = GetHeap(); local
3402 current_heap->isolate()->context()->global_context()->
3414 current_heap->CreateFillerObjectAt(this->address() + new_instance_size,
3427 current_heap->isolate()->counters()->props_to_dictionary()->Increment();

Completed in 89 milliseconds