Lines Matching full:heap_object
595 i::Object** HandleScope::CreateHandle(i::HeapObject* heap_object,597 ASSERT(heap_object->IsHeapObject());598 return i::HandleScope::CreateHandle(heap_object->GetIsolate(), value);