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

1 2

  /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.h 723 Register heap_number_map,
729 Register heap_number_map,
    [all...]
macro-assembler-arm.cc     [all...]
stub-cache-arm.cc 4100 Register heap_number_map = r7; local
    [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...]
stub-cache-mips.cc 4157 Register heap_number_map = t3; local
    [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...]
builtins-x64.cc     [all...]
macro-assembler-x64.cc     [all...]
stub-cache-x64.cc     [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...]
stub-cache-ia32.cc     [all...]
lithium-codegen-ia32.cc     [all...]
builtins-ia32.cc     [all...]
ic-ia32.cc     [all...]
full-codegen-ia32.cc     [all...]
  /external/v8/src/
objects-inl.h 1282 Object* heap_number_map = heap->heap_number_map(); local
    [all...]
heap.h 66 V(Map, heap_number_map, HeapNumberMap) \
    [all...]
heap.cc     [all...]
  /external/v8/test/cctest/
test-heap.cc 38 CheckMap(HEAP->heap_number_map(), HEAP_NUMBER_TYPE, HeapNumber::kSize);
    [all...]

Completed in 1289 milliseconds

1 2