Home
last modified time | relevance | path

Searched refs:return_object (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/third_party/base/allocator/partition_allocator/
Dpartition_alloc.cc513 char* return_object = base + (size * page->num_allocated_slots); in PartitionPageAllocAndFillFreelist() local
514 char* firstFreelistPointer = return_object + size; in PartitionPageAllocAndFillFreelist()
522 char* slots_limit = return_object + (size * num_slots); in PartitionPageAllocAndFillFreelist()
563 return return_object; in PartitionPageAllocAndFillFreelist()
/external/smali/dexlib2/src/main/ragel/
DOpcodes.rl18 define return_object 17
DSyntheticAccessorFSM.rl162 return_something = (return | return_wide | return_object) @ {
/external/v8/src/
Dcode-stub-assembler.cc11537 return_function(this), return_undefined(this), return_object(this), in Typeof() local
11561 GotoIf(IsJSReceiverInstanceType(instance_type), &return_object); in Typeof()
11596 BIND(&return_object); in Typeof()