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

1 2

  /external/v8/src/x64/
ic-x64.cc 94 __ CompareRoot(FieldOperand(r0, HeapObject::kMapOffset),
334 __ CompareRoot(FieldOperand(elements, HeapObject::kMapOffset),
350 __ CompareRoot(scratch, Heap::kTheHoleValueRootIndex);
431 __ CompareRoot(FieldOperand(rcx, HeapObject::kMapOffset),
453 __ CompareRoot(FieldOperand(rbx, HeapObject::kMapOffset),
693 __ CompareRoot(rdi, Heap::kFixedArrayMapRootIndex);
701 __ CompareRoot(rdi, Heap::kFixedDoubleArrayMapRootIndex);
728 __ CompareRoot(rdi, Heap::kFixedArrayMapRootIndex);
755 __ CompareRoot(rdi, Heap::kFixedDoubleArrayMapRootIndex);
769 __ CompareRoot(r9, Heap::kHeapNumberMapRootIndex)
    [all...]
codegen-x64.cc 259 __ CompareRoot(r8, Heap::kEmptyFixedArrayRootIndex);
265 __ CompareRoot(FieldOperand(r8, HeapObject::kMapOffset),
353 __ CompareRoot(rbx, Heap::kTheHoleValueRootIndex);
380 __ CompareRoot(r8, Heap::kEmptyFixedArrayRootIndex);
508 __ CompareRoot(FieldOperand(string, ConsString::kSecondOffset),
lithium-codegen-x64.cc     [all...]
full-codegen-x64.cc 297 __ CompareRoot(rsp, Heap::kStackLimitRootIndex);
329 __ CompareRoot(rsp, Heap::kStackLimitRootIndex);
699 __ CompareRoot(rax, Heap::kTrueValueRootIndex);
740 __ CompareRoot(rbx, Heap::kWithContextMapRootIndex);
742 __ CompareRoot(rbx, Heap::kCatchContextMapRootIndex);
904 __ CompareRoot(rax, Heap::kUndefinedValueRootIndex);
    [all...]
code-stubs-x64.cc 49 __ CompareRoot(FieldOperand(rax, HeapObject::kMapOffset),
297 __ CompareRoot(rcx, Heap::kUndefinedValueRootIndex);
343 __ CompareRoot(FieldOperand(rcx, HeapObject::kMapOffset),
373 __ CompareRoot(rcx, Heap::kUndefinedValueRootIndex);
479 __ CompareRoot(map, Heap::kHeapNumberMapRootIndex);
527 __ CompareRoot(argument, value);
796 __ CompareRoot(FieldOperand(rax, HeapObject::kMapOffset),
838 __ CompareRoot(FieldOperand(rax, HeapObject::kMapOffset),
    [all...]
stub-cache-x64.cc 144 __ CompareRoot(FieldOperand(properties, HeapObject::kMapOffset),
695 __ CompareRoot(rax, Heap::kNoInterceptorResultSentinelRootIndex);
    [all...]
builtins-x64.cc 681 __ CompareRoot(rbx, Heap::kNullValueRootIndex);
683 __ CompareRoot(rbx, Heap::kUndefinedValueRootIndex);
878 __ CompareRoot(rbx, Heap::kNullValueRootIndex);
880 __ CompareRoot(rbx, Heap::kUndefinedValueRootIndex);
    [all...]
macro-assembler-x64.cc 184 void MacroAssembler::CompareRoot(Register with, Heap::RootListIndex index) {
191 void MacroAssembler::CompareRoot(const Operand& with,
439 CompareRoot(FieldOperand(elements, HeapObject::kMapOffset),
442 CompareRoot(FieldOperand(elements, HeapObject::kMapOffset),
445 CompareRoot(FieldOperand(elements, HeapObject::kMapOffset),
    [all...]
macro-assembler-x64.h 140 void CompareRoot(Register with, Heap::RootListIndex index);
141 void CompareRoot(const Operand& with, Heap::RootListIndex index);
    [all...]
  /external/chromium_org/v8/src/x64/
ic-x64.cc 94 __ CompareRoot(FieldOperand(r0, HeapObject::kMapOffset),
290 __ CompareRoot(FieldOperand(elements, HeapObject::kMapOffset),
306 __ CompareRoot(scratch, Heap::kTheHoleValueRootIndex);
394 __ CompareRoot(FieldOperand(rcx, HeapObject::kMapOffset),
416 __ CompareRoot(FieldOperand(rbx, HeapObject::kMapOffset),
609 __ CompareRoot(rdi, Heap::kFixedArrayMapRootIndex);
648 __ CompareRoot(rdi, Heap::kFixedDoubleArrayMapRootIndex);
666 __ CompareRoot(r9, Heap::kHeapNumberMapRootIndex);
776 __ CompareRoot(rdi, Heap::kFixedArrayMapRootIndex);
782 __ CompareRoot(rdi, Heap::kFixedDoubleArrayMapRootIndex)
    [all...]
codegen-x64.cc 302 __ CompareRoot(r8, Heap::kEmptyFixedArrayRootIndex);
308 __ CompareRoot(FieldOperand(r8, HeapObject::kMapOffset),
396 __ CompareRoot(rbx, Heap::kTheHoleValueRootIndex);
428 __ CompareRoot(r8, Heap::kEmptyFixedArrayRootIndex);
556 __ CompareRoot(FieldOperand(string, ConsString::kSecondOffset),
lithium-codegen-x64.cc     [all...]
stub-cache-x64.cc 144 __ CompareRoot(FieldOperand(properties, HeapObject::kMapOffset),
722 __ CompareRoot(rax, Heap::kNoInterceptorResultSentinelRootIndex);
    [all...]
full-codegen-x64.cc 281 __ CompareRoot(rsp, Heap::kStackLimitRootIndex);
742 __ CompareRoot(rax, Heap::kTrueValueRootIndex);
755 __ CompareRoot(rbx, Heap::kWithContextMapRootIndex);
757 __ CompareRoot(rbx, Heap::kCatchContextMapRootIndex);
    [all...]
macro-assembler-x64.cc 207 void MacroAssembler::CompareRoot(Register with, Heap::RootListIndex index) {
214 void MacroAssembler::CompareRoot(const Operand& with,
460 CompareRoot(FieldOperand(elements, HeapObject::kMapOffset),
463 CompareRoot(FieldOperand(elements, HeapObject::kMapOffset),
466 CompareRoot(FieldOperand(elements, HeapObject::kMapOffset),
827 CompareRoot(map, Heap::kHeapNumberMapRootIndex);
830 CompareRoot(return_value, Heap::kUndefinedValueRootIndex);
833 CompareRoot(return_value, Heap::kTrueValueRootIndex);
836 CompareRoot(return_value, Heap::kFalseValueRootIndex);
839 CompareRoot(return_value, Heap::kNullValueRootIndex)
    [all...]
builtins-x64.cc 814 __ CompareRoot(rbx, Heap::kNullValueRootIndex);
816 __ CompareRoot(rbx, Heap::kUndefinedValueRootIndex);
    [all...]
code-stubs-x64.cc     [all...]
  /external/v8/src/arm/
codegen-arm.cc 115 __ CompareRoot(r4, Heap::kEmptyFixedArrayRootIndex);
219 __ CompareRoot(r9, Heap::kTheHoleValueRootIndex);
249 __ CompareRoot(r4, Heap::kEmptyFixedArrayRootIndex);
381 __ CompareRoot(result, Heap::kEmptyStringRootIndex);
full-codegen-arm.cc 826 __ CompareRoot(r1, Heap::kWithContextMapRootIndex);
828 __ CompareRoot(r1, Heap::kCatchContextMapRootIndex);
    [all...]
code-stubs-arm.cc 316 __ CompareRoot(r3, Heap::kUndefinedValueRootIndex);
324 __ CompareRoot(r0, Heap::kFixedCOWArrayMapRootIndex);
333 __ CompareRoot(r0, Heap::kFixedArrayMapRootIndex);
363 __ CompareRoot(r3, expected_map_index);
394 __ CompareRoot(r3, Heap::kUndefinedValueRootIndex);
    [all...]
  /external/v8/src/ia32/
macro-assembler-ia32.h 336 void CompareRoot(Register with, Heap::RootListIndex index);
337 void CompareRoot(const Operand& with, Heap::RootListIndex index);
    [all...]
  /external/chromium_org/v8/src/arm/
codegen-arm.cc 442 __ CompareRoot(r4, Heap::kEmptyFixedArrayRootIndex);
534 __ CompareRoot(r9, Heap::kTheHoleValueRootIndex);
568 __ CompareRoot(r4, Heap::kEmptyFixedArrayRootIndex);
700 __ CompareRoot(result, Heap::kempty_stringRootIndex);
code-stubs-arm.cc     [all...]
full-codegen-arm.cc 788 __ CompareRoot(r1, Heap::kWithContextMapRootIndex);
790 __ CompareRoot(r1, Heap::kCatchContextMapRootIndex);
    [all...]
  /external/chromium_org/v8/src/ia32/
macro-assembler-ia32.h 67 void CompareRoot(Register with, Register scratch, Heap::RootListIndex index);
70 void CompareRoot(Register with, Heap::RootListIndex index);
71 void CompareRoot(const Operand& with, Heap::RootListIndex index);
    [all...]

Completed in 1433 milliseconds

1 2