Searched defs:GetHeap (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/
H A Dobjects-inl.h79 CONDITIONAL_WRITE_BARRIER(GetHeap(), this, offset, value, mode); \
204 return map() == GetHeap()->external_map();
371 return map() == GetHeap()->feedback_vector_map();
424 Heap* heap = GetHeap();
434 return map() == GetHeap()->native_context_map();
438 return map() == GetHeap()->script_context_table_map();
442 return map() == GetHeap()->scope_info_map();
446 return map() == GetHeap()->module_info_map();
477 return map() == GetHeap()->hash_table_map();
483 return IsHashTable() && this != GetHeap()
1445 Heap* HeapObject::GetHeap() const { function in class:v8::internal::HeapObject
[all...]

Completed in 81 milliseconds