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

1 2

  /external/v8/src/full-codegen/arm/
full-codegen-arm.cc 503 } else if (index == Heap::kTrueValueRootIndex) {
579 __ LoadRoot(result_register(), Heap::kTrueValueRootIndex);
592 __ LoadRoot(ip, Heap::kTrueValueRootIndex);
610 flag ? Heap::kTrueValueRootIndex : Heap::kFalseValueRootIndex;
617 flag ? Heap::kTrueValueRootIndex : Heap::kFalseValueRootIndex;
642 __ CompareRoot(result_register(), Heap::kTrueValueRootIndex);
731 __ LoadRoot(ip, Heap::kTrueValueRootIndex);
922 __ LoadRoot(ip, Heap::kTrueValueRootIndex);
    [all...]
  /external/v8/src/full-codegen/arm64/
full-codegen-arm64.cc 493 } else if (index == Heap::kTrueValueRootIndex) {
569 __ LoadRoot(result_register(), Heap::kTrueValueRootIndex);
582 __ LoadRoot(x10, Heap::kTrueValueRootIndex);
600 flag ? Heap::kTrueValueRootIndex : Heap::kFalseValueRootIndex;
607 flag ? Heap::kTrueValueRootIndex : Heap::kFalseValueRootIndex;
636 __ CompareRoot(result_register(), Heap::kTrueValueRootIndex);
727 __ CompareRoot(x0, Heap::kTrueValueRootIndex);
920 __ JumpIfNotRoot(x0, Heap::kTrueValueRootIndex, &next_test);
    [all...]
  /external/v8/src/full-codegen/mips/
full-codegen-mips.cc 496 } else if (index == Heap::kTrueValueRootIndex) {
572 __ LoadRoot(result_register(), Heap::kTrueValueRootIndex);
586 __ LoadRoot(at, Heap::kTrueValueRootIndex);
606 flag ? Heap::kTrueValueRootIndex : Heap::kFalseValueRootIndex;
613 flag ? Heap::kTrueValueRootIndex : Heap::kFalseValueRootIndex;
639 __ LoadRoot(at, Heap::kTrueValueRootIndex);
729 __ LoadRoot(t0, Heap::kTrueValueRootIndex);
    [all...]
  /external/v8/src/full-codegen/mips64/
full-codegen-mips64.cc 496 } else if (index == Heap::kTrueValueRootIndex) {
572 __ LoadRoot(result_register(), Heap::kTrueValueRootIndex);
586 __ LoadRoot(at, Heap::kTrueValueRootIndex);
606 flag ? Heap::kTrueValueRootIndex : Heap::kFalseValueRootIndex;
613 flag ? Heap::kTrueValueRootIndex : Heap::kFalseValueRootIndex;
639 __ LoadRoot(at, Heap::kTrueValueRootIndex);
729 __ LoadRoot(a4, Heap::kTrueValueRootIndex);
    [all...]
  /external/v8/src/full-codegen/ppc/
full-codegen-ppc.cc 487 } else if (index == Heap::kTrueValueRootIndex) {
559 __ LoadRoot(result_register(), Heap::kTrueValueRootIndex);
571 __ LoadRoot(ip, Heap::kTrueValueRootIndex);
589 flag ? Heap::kTrueValueRootIndex : Heap::kFalseValueRootIndex;
596 flag ? Heap::kTrueValueRootIndex : Heap::kFalseValueRootIndex;
617 __ CompareRoot(result_register(), Heap::kTrueValueRootIndex);
698 __ LoadRoot(ip, Heap::kTrueValueRootIndex);
885 __ LoadRoot(ip, Heap::kTrueValueRootIndex);
    [all...]
  /external/v8/src/full-codegen/s390/
full-codegen-s390.cc 482 } else if (index == Heap::kTrueValueRootIndex) {
547 __ LoadRoot(result_register(), Heap::kTrueValueRootIndex);
558 __ LoadRoot(ip, Heap::kTrueValueRootIndex);
574 flag ? Heap::kTrueValueRootIndex : Heap::kFalseValueRootIndex;
580 flag ? Heap::kTrueValueRootIndex : Heap::kFalseValueRootIndex;
599 __ CompareRoot(result_register(), Heap::kTrueValueRootIndex);
674 __ CompareRoot(r2, Heap::kTrueValueRootIndex);
855 __ CompareRoot(r2, Heap::kTrueValueRootIndex);
    [all...]
  /external/v8/src/full-codegen/x64/
full-codegen-x64.cc 465 } else if (index == Heap::kTrueValueRootIndex) {
579 flag ? Heap::kTrueValueRootIndex : Heap::kFalseValueRootIndex;
587 flag ? Heap::kTrueValueRootIndex : Heap::kFalseValueRootIndex;
611 __ CompareRoot(result_register(), Heap::kTrueValueRootIndex);
697 __ CompareRoot(rax, Heap::kTrueValueRootIndex);
886 __ CompareRoot(rax, Heap::kTrueValueRootIndex);
    [all...]
  /external/v8/src/heap/
heap.h 657 STATIC_ASSERT(kTrueValueRootIndex == Internals::kTrueValueRootIndex);
    [all...]
  /external/v8/src/crankshaft/ppc/
lithium-codegen-ppc.cc     [all...]
  /external/v8/src/x64/
code-stubs-x64.cc     [all...]
  /external/v8/src/crankshaft/arm/
lithium-codegen-arm.cc     [all...]
  /external/v8/src/crankshaft/mips/
lithium-codegen-mips.cc     [all...]
  /external/v8/src/crankshaft/mips64/
lithium-codegen-mips64.cc     [all...]
  /external/v8/src/crankshaft/s390/
lithium-codegen-s390.cc     [all...]
  /external/v8/src/crankshaft/x64/
lithium-codegen-x64.cc     [all...]
  /external/v8/include/
v8.h     [all...]
  /external/v8/src/crankshaft/arm64/
lithium-codegen-arm64.cc     [all...]
  /external/v8/src/arm/
code-stubs-arm.cc 629 __ LoadRoot(r1, Heap::kTrueValueRootIndex);
    [all...]
  /external/v8/src/arm64/
code-stubs-arm64.cc 584 __ LoadRoot(x1, Heap::kTrueValueRootIndex);
    [all...]
macro-assembler-arm64.cc     [all...]
  /external/v8/src/mips/
code-stubs-mips.cc 680 __ LoadRoot(a0, Heap::kTrueValueRootIndex);
    [all...]
  /external/v8/src/mips64/
code-stubs-mips64.cc 677 __ LoadRoot(a0, Heap::kTrueValueRootIndex);
    [all...]
  /external/v8/src/ppc/
code-stubs-ppc.cc 658 __ LoadRoot(r4, Heap::kTrueValueRootIndex);
    [all...]
  /external/v8/src/s390/
code-stubs-s390.cc 641 __ LoadRoot(r3, Heap::kTrueValueRootIndex);
    [all...]
  /external/v8/src/full-codegen/ia32/
full-codegen-ia32.cc 595 __ CompareRoot(result_register(), Heap::kTrueValueRootIndex);
    [all...]

Completed in 809 milliseconds

1 2