Searched refs:CompareRoot (Results 1 - 25 of 49) sorted by relevance

12

/external/v8/src/ia32/
H A Dmacro-assembler-ia32.h76 void CompareRoot(Register with, Register scratch, Heap::RootListIndex index);
79 void CompareRoot(Register with, Heap::RootListIndex index);
80 void CompareRoot(const Operand& with, Heap::RootListIndex index);
86 CompareRoot(with, index);
92 CompareRoot(with, index);
100 CompareRoot(with, index);
106 CompareRoot(with, index);
/external/v8/src/x87/
H A Dmacro-assembler-x87.h79 void CompareRoot(Register with, Register scratch, Heap::RootListIndex index);
82 void CompareRoot(Register with, Heap::RootListIndex index);
83 void CompareRoot(const Operand& with, Heap::RootListIndex index);
89 CompareRoot(with, index);
95 CompareRoot(with, index);
103 CompareRoot(with, index);
109 CompareRoot(with, index);
/external/v8/src/ic/x64/
H A Dhandler-compiler-x64.cc75 __ CompareRoot(FieldOperand(properties, HeapObject::kMapOffset),
489 __ CompareRoot(rax, Heap::kNoInterceptorResultSentinelRootIndex);
591 __ CompareRoot(result, Heap::kTheHoleValueRootIndex);
594 __ CompareRoot(result, Heap::kTheHoleValueRootIndex);
/external/v8/src/full-codegen/x64/
H A Dfull-codegen-x64.cc145 __ CompareRoot(rcx, Heap::kRealStackLimitRootIndex);
304 __ CompareRoot(rsp, Heap::kStackLimitRootIndex);
611 __ CompareRoot(result_register(), Heap::kTrueValueRootIndex);
697 __ CompareRoot(rax, Heap::kTrueValueRootIndex);
710 __ CompareRoot(rbx, Heap::kWithContextMapRootIndex);
712 __ CompareRoot(rbx, Heap::kCatchContextMapRootIndex);
886 __ CompareRoot(rax, Heap::kTrueValueRootIndex);
943 __ CompareRoot(rax, Heap::kNullValueRootIndex);
945 __ CompareRoot(rax, Heap::kUndefinedValueRootIndex);
977 __ CompareRoot(FieldOperan
[all...]
/external/v8/src/full-codegen/s390/
H A Dfull-codegen-s390.cc599 __ CompareRoot(result_register(), Heap::kTrueValueRootIndex);
674 __ CompareRoot(r2, Heap::kTrueValueRootIndex);
687 __ CompareRoot(r3, Heap::kWithContextMapRootIndex);
689 __ CompareRoot(r3, Heap::kCatchContextMapRootIndex);
855 __ CompareRoot(r2, Heap::kTrueValueRootIndex);
911 __ CompareRoot(r2, Heap::kNullValueRootIndex);
913 __ CompareRoot(r2, Heap::kUndefinedValueRootIndex);
946 __ CompareRoot(r4, Heap::kMetaMapRootIndex);
1113 __ CompareRoot(r2, Heap::kTheHoleValueRootIndex);
1717 __ CompareRoot(r
[all...]
/external/v8/src/s390/
H A Dcode-stubs-s390.cc225 __ CompareRoot(r2, Heap::kUndefinedValueRootIndex);
940 __ CompareRoot(r2, Heap::kExceptionRootIndex);
951 __ CompareRoot(r1, Heap::kTheHoleValueRootIndex);
1353 __ CompareRoot(r2, Heap::kempty_stringRootIndex);
1535 __ CompareRoot(r2, Heap::kFixedArrayMapRootIndex);
1698 __ CompareRoot(r7, Heap::kmegamorphic_symbolRootIndex);
1701 __ CompareRoot(feedback_map, Heap::kWeakCellMapRootIndex);
1713 __ CompareRoot(feedback_map, Heap::kAllocationSiteMapRootIndex);
1726 __ CompareRoot(r7, Heap::kuninitialized_symbolRootIndex);
1788 __ CompareRoot(r
[all...]
H A Dcodegen-s390.cc114 __ CompareRoot(result, Heap::kempty_stringRootIndex);
/external/v8/src/full-codegen/arm/
H A Dfull-codegen-arm.cc642 __ CompareRoot(result_register(), Heap::kTrueValueRootIndex);
746 __ CompareRoot(r1, Heap::kWithContextMapRootIndex);
748 __ CompareRoot(r1, Heap::kCatchContextMapRootIndex);
980 __ CompareRoot(r0, Heap::kNullValueRootIndex);
982 __ CompareRoot(r0, Heap::kUndefinedValueRootIndex);
1091 __ CompareRoot(result_register(), Heap::kUndefinedValueRootIndex);
1176 __ CompareRoot(r0, Heap::kTheHoleValueRootIndex);
1734 __ CompareRoot(r3, Heap::kTheHoleValueRootIndex);
1752 __ CompareRoot(r3, Heap::kTheHoleValueRootIndex);
1770 __ CompareRoot(r
[all...]
/external/v8/src/ic/s390/
H A Dhandler-compiler-s390.cc160 __ CompareRoot(map, Heap::kHashTableMapRootIndex);
185 __ CompareRoot(scratch, Heap::kTheHoleValueRootIndex);
475 __ CompareRoot(r2, Heap::kNoInterceptorResultSentinelRootIndex);
564 __ CompareRoot(result, Heap::kTheHoleValueRootIndex);
/external/v8/src/x64/
H A Dcode-stubs-x64.cc482 __ CompareRoot(FieldOperand(rdi, ConsString::kSecondOffset),
648 __ CompareRoot(rax, Heap::kFixedArrayMapRootIndex);
851 __ CompareRoot(rdx, Heap::kUndefinedValueRootIndex);
1148 __ CompareRoot(r11, Heap::kmegamorphic_symbolRootIndex);
1150 __ CompareRoot(FieldOperand(r11, HeapObject::kMapOffset),
1164 __ CompareRoot(FieldOperand(r11, 0), Heap::kAllocationSiteMapRootIndex);
1177 __ CompareRoot(r11, Heap::kuninitialized_symbolRootIndex);
1230 __ CompareRoot(FieldOperand(rbx, 0), Heap::kAllocationSiteMapRootIndex);
1379 __ CompareRoot(rax, Heap::kExceptionRootIndex);
2286 __ CompareRoot(entity_nam
[all...]
H A Dmacro-assembler-x64.h151 void CompareRoot(Register with, Heap::RootListIndex index);
152 void CompareRoot(const Operand& with, Heap::RootListIndex index);
158 CompareRoot(with, index);
164 CompareRoot(with, index);
172 CompareRoot(with, index);
178 CompareRoot(with, index);
H A Dcodegen-x64.cc108 __ CompareRoot(FieldOperand(string, ConsString::kSecondOffset),
H A Dmacro-assembler-x64.cc193 void MacroAssembler::CompareRoot(Register with, Heap::RootListIndex index) { function in class:v8::internal::MacroAssembler
200 void MacroAssembler::CompareRoot(const Operand& with, function in class:v8::internal::MacroAssembler
578 CompareRoot(FieldOperand(elements, HeapObject::kMapOffset),
581 CompareRoot(FieldOperand(elements, HeapObject::kMapOffset),
584 CompareRoot(FieldOperand(elements, HeapObject::kMapOffset),
4928 CompareRoot(FieldOperand(dst, HeapObject::kMapOffset),
5230 CompareRoot(rcx, Heap::kNullValueRootIndex);
5272 CompareRoot(MemOperand(receiver_reg, kMementoMapOffset),
/external/v8/src/crankshaft/x64/
H A Dlithium-codegen-x64.cc1981 __ CompareRoot(reg, Heap::kTrueValueRootIndex);
2007 __ CompareRoot(reg, Heap::kUndefinedValueRootIndex);
2012 __ CompareRoot(reg, Heap::kTrueValueRootIndex);
2015 __ CompareRoot(reg, Heap::kFalseValueRootIndex);
2020 __ CompareRoot(reg, Heap::kNullValueRootIndex);
2073 __ CompareRoot(map, Heap::kHeapNumberMapRootIndex);
2302 __ CompareRoot(rax, Heap::kTrueValueRootIndex);
2438 __ CompareRoot(object_prototype, Heap::kNullValueRootIndex);
2505 __ CompareRoot(result, Heap::kTheHoleValueRootIndex);
2526 __ CompareRoot(targe
[all...]
/external/v8/src/full-codegen/ppc/
H A Dfull-codegen-ppc.cc617 __ CompareRoot(result_register(), Heap::kTrueValueRootIndex);
713 __ CompareRoot(r4, Heap::kWithContextMapRootIndex);
715 __ CompareRoot(r4, Heap::kCatchContextMapRootIndex);
943 __ CompareRoot(r3, Heap::kNullValueRootIndex);
945 __ CompareRoot(r3, Heap::kUndefinedValueRootIndex);
1146 __ CompareRoot(r3, Heap::kTheHoleValueRootIndex);
1746 __ CompareRoot(r6, Heap::kTheHoleValueRootIndex);
1764 __ CompareRoot(r6, Heap::kTheHoleValueRootIndex);
1782 __ CompareRoot(r5, Heap::kTheHoleValueRootIndex);
2581 __ CompareRoot(r
[all...]
/external/v8/src/crankshaft/s390/
H A Dlithium-codegen-s390.cc2120 __ CompareRoot(reg, Heap::kTrueValueRootIndex);
2150 __ CompareRoot(reg, Heap::kUndefinedValueRootIndex);
2155 __ CompareRoot(reg, Heap::kTrueValueRootIndex);
2157 __ CompareRoot(reg, Heap::kFalseValueRootIndex);
2162 __ CompareRoot(reg, Heap::kNullValueRootIndex);
2216 __ CompareRoot(map, Heap::kHeapNumberMapRootIndex);
2448 __ CompareRoot(r2, Heap::kTrueValueRootIndex);
2579 __ CompareRoot(object_prototype, Heap::kNullValueRootIndex);
2655 __ CompareRoot(result, Heap::kTheHoleValueRootIndex);
2677 __ CompareRoot(scratc
[all...]
/external/v8/src/arm/
H A Dcode-stubs-arm.cc901 __ CompareRoot(r0, Heap::kExceptionRootIndex);
912 __ CompareRoot(r3, Heap::kTheHoleValueRootIndex);
1276 __ CompareRoot(r0, Heap::kempty_stringRootIndex);
1439 __ CompareRoot(r0, Heap::kFixedArrayMapRootIndex);
1598 __ CompareRoot(r5, Heap::kmegamorphic_symbolRootIndex);
1601 __ CompareRoot(feedback_map, Heap::kWeakCellMapRootIndex);
1613 __ CompareRoot(feedback_map, Heap::kAllocationSiteMapRootIndex);
1626 __ CompareRoot(r5, Heap::kuninitialized_symbolRootIndex);
1685 __ CompareRoot(r5, Heap::kAllocationSiteMapRootIndex);
2021 __ CompareRoot(r
[all...]
H A Dmacro-assembler-arm.h905 void CompareRoot(Register obj, Heap::RootListIndex index);
913 CompareRoot(with, index);
920 CompareRoot(with, index);
/external/v8/src/full-codegen/arm64/
H A Dfull-codegen-arm64.cc159 __ CompareRoot(x10, Heap::kRealStackLimitRootIndex);
314 __ CompareRoot(jssp, Heap::kStackLimitRootIndex);
636 __ CompareRoot(result_register(), Heap::kTrueValueRootIndex);
727 __ CompareRoot(x0, Heap::kTrueValueRootIndex);
741 __ CompareRoot(x1, Heap::kWithContextMapRootIndex);
743 __ CompareRoot(x1, Heap::kCatchContextMapRootIndex);
1080 __ CompareRoot(result_register(), Heap::kUndefinedValueRootIndex);
1714 __ CompareRoot(x10, Heap::kTheHoleValueRootIndex);
2527 __ CompareRoot(x0, Heap::kHeapNumberMapRootIndex);
2542 __ CompareRoot(x
[all...]
/external/v8/src/ppc/
H A Dcode-stubs-ppc.cc972 __ CompareRoot(r3, Heap::kExceptionRootIndex);
984 __ CompareRoot(r6, Heap::kTheHoleValueRootIndex);
1352 __ CompareRoot(r3, Heap::kempty_stringRootIndex);
1522 __ CompareRoot(r3, Heap::kFixedArrayMapRootIndex);
1688 __ CompareRoot(r8, Heap::kmegamorphic_symbolRootIndex);
1691 __ CompareRoot(feedback_map, Heap::kWeakCellMapRootIndex);
1703 __ CompareRoot(feedback_map, Heap::kAllocationSiteMapRootIndex);
1716 __ CompareRoot(r8, Heap::kuninitialized_symbolRootIndex);
1779 __ CompareRoot(r8, Heap::kAllocationSiteMapRootIndex);
2160 __ CompareRoot(r
[all...]
H A Dcodegen-ppc.cc119 __ CompareRoot(result, Heap::kempty_stringRootIndex);
H A Dmacro-assembler-ppc.h810 void CompareRoot(Register obj, Heap::RootListIndex index);
818 CompareRoot(with, index);
825 CompareRoot(with, index);
/external/v8/src/builtins/x64/
H A Dbuiltins-x64.cc108 __ CompareRoot(rsp, Heap::kStackLimitRootIndex);
701 __ CompareRoot(rdx, Heap::kRealStackLimitRootIndex);
1878 __ CompareRoot(FieldOperand(rbx, HeapObject::kMapOffset),
2386 __ CompareRoot(r9, Heap::kTheHoleValueRootIndex);
2400 __ CompareRoot(rdx, Heap::kUndefinedValueRootIndex);
2714 __ CompareRoot(rsp, Heap::kRealStackLimitRootIndex);
2973 __ CompareRoot(kScratchRegister, Heap::kTheHoleValueRootIndex);
3147 __ CompareRoot(signature, Heap::kUndefinedValueRootIndex);
/external/v8/src/crankshaft/arm/
H A Dlithium-codegen-arm.cc2041 __ CompareRoot(reg, Heap::kTrueValueRootIndex);
2070 __ CompareRoot(reg, Heap::kUndefinedValueRootIndex);
2075 __ CompareRoot(reg, Heap::kTrueValueRootIndex);
2077 __ CompareRoot(reg, Heap::kFalseValueRootIndex);
2082 __ CompareRoot(reg, Heap::kNullValueRootIndex);
2137 __ CompareRoot(map, Heap::kHeapNumberMapRootIndex);
2355 __ CompareRoot(r0, Heap::kTrueValueRootIndex);
2496 __ CompareRoot(object_prototype, Heap::kNullValueRootIndex);
5084 __ CompareRoot(scratch, Heap::kHeapNumberMapRootIndex);
5098 __ CompareRoot(inpu
[all...]
/external/v8/src/crankshaft/ppc/
H A Dlithium-codegen-ppc.cc2117 __ CompareRoot(reg, Heap::kTrueValueRootIndex);
2146 __ CompareRoot(reg, Heap::kUndefinedValueRootIndex);
2151 __ CompareRoot(reg, Heap::kTrueValueRootIndex);
2153 __ CompareRoot(reg, Heap::kFalseValueRootIndex);
2158 __ CompareRoot(reg, Heap::kNullValueRootIndex);
2212 __ CompareRoot(map, Heap::kHeapNumberMapRootIndex);
2455 __ CompareRoot(r3, Heap::kTrueValueRootIndex);
2593 __ CompareRoot(object_prototype, Heap::kNullValueRootIndex);
5387 __ CompareRoot(scratch, Heap::kHeapNumberMapRootIndex);
5401 __ CompareRoot(inpu
[all...]

Completed in 1021 milliseconds

12