Lines Matching defs:object
86 HeapObject object;
131 if (allocation.To(&object)) {
133 // Unprotect the memory chunk of the object if it was not unprotected
136 object, UnprotectMemoryOrigin::kMainThread);
137 heap_->ZapCodeObject(object.address(), size_in_bytes);
139 MemoryChunk::FromHeapObject(object)
141 ->RegisterNewlyAllocatedCodeObject(object.address());
147 DCHECK_TAG_ALIGNED(object.address());
148 Page::FromHeapObject(object)->object_start_bitmap()->SetBit(
149 object.address());
154 tracker->AllocationEvent(object.address(), size_in_bytes);
217 HeapObject object;
220 if (result.To(&object)) {
221 return object;
225 if (result.To(&object)) {
226 return object;
239 if (result.To(&object)) {
240 return object;