HomeSort by relevance Sort by last modified time
    Searched full:heap_number_map (Results 1 - 25 of 52) sorted by null

1 2 3

  /external/v8/src/arm/
code-stubs-arm.h 224 Register heap_number_map,
736 Register heap_number_map,
747 Register heap_number_map,
778 Register heap_number_map,
793 Register heap_number_map,
844 Register heap_number_map,
    [all...]
code-stubs-arm.cc 553 Register heap_number_map,
560 r0, d7, r2, r3, heap_number_map, scratch1, scratch2, slow);
564 r1, d6, r0, r1, heap_number_map, scratch1, scratch2, slow);
574 Register heap_number_map,
579 __ AbortIfNotRootValue(heap_number_map,
589 __ JumpIfNotHeapNumber(object, heap_number_map, scratch1, not_number);
633 Register heap_number_map,
640 __ AbortIfNotRootValue(heap_number_map,
649 __ cmp(scratch1, heap_number_map);
751 Register heap_number_map,
2433 Register heap_number_map = r6; local
2735 Register heap_number_map = r6; local
    [all...]
macro-assembler-arm.cc     [all...]
macro-assembler-arm.h 723 Register heap_number_map,
729 Register heap_number_map,
    [all...]
  /external/v8/src/mips/
code-stubs-mips.h 225 Register heap_number_map,
736 Register heap_number_map,
747 Register heap_number_map,
778 Register heap_number_map,
793 Register heap_number_map,
844 Register heap_number_map
    [all...]
code-stubs-mips.cc 553 Register heap_number_map,
560 a0, f14, a2, a3, heap_number_map, scratch1, scratch2, slow);
564 a1, f12, a0, a1, heap_number_map, scratch1, scratch2, slow);
574 Register heap_number_map,
579 __ AbortIfNotRootValue(heap_number_map,
589 __ JumpIfNotHeapNumber(object, heap_number_map, scratch1, not_number);
638 Register heap_number_map,
645 __ AbortIfNotRootValue(heap_number_map,
654 __ Branch(not_number, ne, scratch1, Operand(heap_number_map));
764 Register heap_number_map,
2547 Register heap_number_map = t2; local
2850 Register heap_number_map = t2; local
    [all...]
macro-assembler-mips.h 538 Register heap_number_map,
    [all...]
macro-assembler-mips.cc     [all...]
  /external/chromium_org/v8/src/arm/
macro-assembler-arm.cc 834 Register heap_number_map,
843 JumpIfNotHeapNumber(object, heap_number_map, scratch1, not_number);
854 Register heap_number_map,
860 JumpIfNotHeapNumber(object, heap_number_map, scratch, not_number);
876 Register heap_number_map,
881 ASSERT(!heap_number_map.is(object) && !heap_number_map.is(scratch));
891 JumpIfNotHeapNumber(object, heap_number_map, scratch, not_int32);
907 Register heap_number_map,
919 JumpIfNotHeapNumber(object, heap_number_map, scratch, &maybe_undefined)
    [all...]
macro-assembler-arm.h 499 Register heap_number_map,
512 Register heap_number_map,
523 Register heap_number_map,
535 Register heap_number_map,
793 Register heap_number_map,
800 Register heap_number_map,
    [all...]
code-stubs-arm.cc 1608 Register heap_number_map = r9; local
1891 Register heap_number_map = r6; local
    [all...]
  /external/chromium_org/v8/src/mips/
code-stubs-mips.h 554 Register heap_number_map,
586 Register heap_number_map,
601 Register heap_number_map,
637 Register heap_number_map,
code-stubs-mips.cc 664 Register heap_number_map,
668 __ AssertRootValue(heap_number_map,
677 __ JumpIfNotHeapNumber(object, heap_number_map, scratch1, not_number);
712 Register heap_number_map,
718 __ AssertRootValue(heap_number_map,
726 __ Branch(not_number, ne, scratch1, Operand(heap_number_map));
775 Register heap_number_map,
782 ASSERT(!heap_number_map.is(object) &&
783 !heap_number_map.is(scratch1) &&
784 !heap_number_map.is(scratch2))
1810 Register heap_number_map = t2; local
2127 Register heap_number_map = t2; local
    [all...]
macro-assembler-mips.cc     [all...]
macro-assembler-mips.h 546 Register heap_number_map,
    [all...]
  /external/chromium_org/v8/src/x64/
code-stubs-x64.cc 571 Register heap_number_map);
905 Register heap_number_map = r9; local
906 __ LoadRoot(heap_number_map, Heap::kHeapNumberMapRootIndex);
908 heap_number_map);
947 heap_number_map); local
1128 Register heap_number_map = r8; local
1133 __ cmpq(FieldOperand(input, HeapObject::kMapOffset), heap_number_map); local
1606 __ cmpq(FieldOperand(rdx, HeapObject::kMapOffset), heap_number_map); local
1628 __ cmpq(FieldOperand(rax, HeapObject::kMapOffset), heap_number_map); local
1711 Register heap_number_map = scratch3; local
1719 __ cmpq(FieldOperand(first, HeapObject::kMapOffset), heap_number_map); local
1740 __ cmpq(FieldOperand(second, HeapObject::kMapOffset), heap_number_map); local
    [all...]
stub-cache-x64.cc 816 __ CheckMap(value_reg, masm->isolate()->factory()->heap_number_map(),
    [all...]
  /external/chromium_org/v8/src/ia32/
code-stubs-ia32.cc     [all...]
stub-cache-ia32.cc     [all...]
lithium-codegen-ia32.cc     [all...]
macro-assembler-ia32.cc 556 isolate()->factory()->heap_number_map(),
719 isolate()->factory()->heap_number_map());
    [all...]
  /external/v8/src/x64/
code-stubs-x64.cc 572 Register heap_number_map);
1181 Register heap_number_map = r9; local
1229 heap_number_map); local
1852 __ cmpq(FieldOperand(rdx, HeapObject::kMapOffset), heap_number_map); local
1872 __ cmpq(FieldOperand(rax, HeapObject::kMapOffset), heap_number_map); local
1951 Register heap_number_map = scratch3; local
1959 __ cmpq(FieldOperand(first, HeapObject::kMapOffset), heap_number_map); local
1979 __ cmpq(FieldOperand(second, HeapObject::kMapOffset), heap_number_map); local
    [all...]
  /external/v8/src/ia32/
code-stubs-ia32.cc 54 __ cmp(ebx, Immediate(factory->heap_number_map()));
497 __ cmp(map, factory->heap_number_map());
    [all...]
macro-assembler-ia32.cc 429 isolate()->factory()->heap_number_map(),
599 isolate()->factory()->heap_number_map());
    [all...]
  /external/chromium_org/v8/src/
code-stubs-hydrogen.cc 311 if_number.OrIf<HCompareMap>(value, isolate()->factory()->heap_number_map());

Completed in 852 milliseconds

1 2 3