Searched refs:return_object (Results 1 – 4 of 4) sorted by relevance
513 char* return_object = base + (size * page->num_allocated_slots); in PartitionPageAllocAndFillFreelist() local514 char* firstFreelistPointer = return_object + size; in PartitionPageAllocAndFillFreelist()522 char* slots_limit = return_object + (size * num_slots); in PartitionPageAllocAndFillFreelist()563 return return_object; in PartitionPageAllocAndFillFreelist()
18 define return_object 17
162 return_something = (return | return_wide | return_object) @ {
11537 return_function(this), return_undefined(this), return_object(this), in Typeof() local11561 GotoIf(IsJSReceiverInstanceType(instance_type), &return_object); in Typeof()11596 BIND(&return_object); in Typeof()