Home | History | Annotate | Download | only in arm

Lines Matching refs:Heap

197                 Heap::RootListIndex index,
201 Heap::RootListIndex index,
588 // If |object| is neither smi nor heap number, |not_number| is jumped to
776 // tag_allocated_object is true the result is tagged as as a heap object.
798 // Allocates a heap number or jumps to the gc_required label if the young
834 // Compare object type for heap object. heap_object contains a non-Smi
838 // are the same register). It leaves the heap object in the heap_object
871 // heap object). If mode is ALLOW_ELEMENT_TRANSITION_MAPS, then also match
882 Heap::RootListIndex index,
889 // (object is known to be a heap object)
905 void CompareRoot(Register obj, Heap::RootListIndex index);
906 void PushRoot(Heap::RootListIndex index) {
912 void JumpIfRoot(Register with, Heap::RootListIndex index, Label* if_equal) {
918 void JumpIfNotRoot(Register with, Heap::RootListIndex index,
985 // Performs a truncating conversion of a heap number as used by
990 // Converts the smi or heap number in object to an int32 using the rules
1289 void AssertIsRoot(Register reg, Heap::RootListIndex index);