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

  /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/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...]
lithium-codegen-arm.cc     [all...]
ic-arm.cc     [all...]
macro-assembler-arm.cc     [all...]
macro-assembler-arm.h     [all...]
stub-cache-arm.cc     [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...]
ic-ia32.cc     [all...]
macro-assembler-ia32.cc 353 void MacroAssembler::CompareRoot(Register with, Heap::RootListIndex index) {
360 void MacroAssembler::CompareRoot(const Operand& with,
    [all...]
code-stubs-ia32.cc 562 __ CompareRoot(argument, value);
    [all...]

Completed in 298 milliseconds