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

1 2

  /external/v8/src/crankshaft/x87/
lithium-x87.cc 602 LInstruction* LChunkBuilder::MarkAsCall(LInstruction* instr,
610 instr->MarkAsCall();
726 return MarkAsCall(DefineSameAsFirst(result), instr);
747 return MarkAsCall(DefineFixed(result, eax), instr);
929 result = MarkAsCall(result, instr);
1016 return MarkAsCall(DefineFixed(result, eax), instr, CAN_DEOPTIMIZE_EAGERLY);
1067 return MarkAsCall(new(zone()) LDeclareGlobals(context), instr);
    [all...]
  /external/v8/src/crankshaft/ia32/
lithium-ia32.cc 597 LInstruction* LChunkBuilder::MarkAsCall(LInstruction* instr,
605 instr->MarkAsCall();
728 return MarkAsCall(DefineSameAsFirst(result), instr);
750 return MarkAsCall(DefineFixed(result, eax), instr);
914 result = MarkAsCall(result, instr);
999 return MarkAsCall(DefineFixed(result, eax), instr, CAN_DEOPTIMIZE_EAGERLY);
1050 return MarkAsCall(new(zone()) LDeclareGlobals(context), instr);
1079 return MarkAsCall(DefineFixed(result, eax), instr, CANNOT_DEOPTIMIZE_EAGERLY);
    [all...]
lithium-ia32.h 226 void MarkAsCall() { bit_field_ = IsCallBits::update(bit_field_, true); }
    [all...]
  /external/v8/src/crankshaft/x64/
lithium-x64.cc 588 LInstruction* LChunkBuilder::MarkAsCall(LInstruction* instr,
596 instr->MarkAsCall();
720 return MarkAsCall(DefineFixedDouble(result, xmm0), instr);
742 return MarkAsCall(DefineFixed(result, rax), instr);
911 result = MarkAsCall(result, instr);
987 return MarkAsCall(DefineFixed(result, rax), instr, CAN_DEOPTIMIZE_EAGERLY);
1038 return MarkAsCall(new(zone()) LDeclareGlobals(context), instr);
1068 return MarkAsCall(DefineFixed(result, rax), instr);
    [all...]
  /external/v8/src/crankshaft/arm/
lithium-arm.cc 553 LInstruction* LChunkBuilder::MarkAsCall(LInstruction* instr,
560 instr->MarkAsCall();
696 return MarkAsCall(DefineFixedDouble(result, d0), instr);
717 return MarkAsCall(DefineFixed(result, r0), instr);
881 result = MarkAsCall(result, instr);
964 return MarkAsCall(DefineFixed(result, r0), instr, CAN_DEOPTIMIZE_EAGERLY);
1015 return MarkAsCall(new(zone()) LDeclareGlobals(context), instr);
1045 return MarkAsCall(DefineFixed(result, r0), instr);
1056 return MarkAsCall(DefineFixed(result, r0), instr, CANNOT_DEOPTIMIZE_EAGERLY);
    [all...]
lithium-arm.h 223 void MarkAsCall() { bit_field_ = IsCallBits::update(bit_field_, true); }
    [all...]
  /external/v8/src/crankshaft/arm64/
lithium-arm64.cc 450 LInstruction* LChunkBuilder::MarkAsCall(LInstruction* instr,
457 instr->MarkAsCall();
730 result = MarkAsCall(result, instr);
753 return MarkAsCall(DefineFixedDouble(result, d0), instr);
784 return MarkAsCall(DefineFixed(result, x0), instr);
870 return MarkAsCall(DefineFixed(result, x0), instr, CAN_DEOPTIMIZE_EAGERLY);
1008 return MarkAsCall(DefineFixed(result, x0), instr);
1017 return MarkAsCall(DefineFixed(result, x0), instr);
1023 return MarkAsCall(DefineFixed(new(zone()) LCallRuntime(context), x0), instr);
    [all...]
lithium-arm64.h 234 void MarkAsCall() { bit_field_ = IsCallBits::update(bit_field_, true); }
    [all...]
  /external/v8/src/crankshaft/mips/
lithium-mips.cc 560 LInstruction* LChunkBuilder::MarkAsCall(LInstruction* instr,
567 instr->MarkAsCall();
706 return MarkAsCall(DefineFixedDouble(result, f2), instr);
727 return MarkAsCall(DefineFixed(result, v0), instr);
891 result = MarkAsCall(result, instr);
969 return MarkAsCall(DefineFixed(result, v0), instr, CAN_DEOPTIMIZE_EAGERLY);
1020 return MarkAsCall(new(zone()) LDeclareGlobals(context), instr);
1050 return MarkAsCall(DefineFixed(result, v0), instr);
1061 return MarkAsCall(DefineFixed(result, v0), instr, CANNOT_DEOPTIMIZE_EAGERLY);
    [all...]
lithium-mips.h 221 void MarkAsCall() { bit_field_ = IsCallBits::update(bit_field_, true); }
    [all...]
  /external/v8/src/crankshaft/mips64/
lithium-mips64.cc 560 LInstruction* LChunkBuilder::MarkAsCall(LInstruction* instr,
567 instr->MarkAsCall();
706 return MarkAsCall(DefineFixedDouble(result, f2), instr);
727 return MarkAsCall(DefineFixed(result, v0), instr);
891 result = MarkAsCall(result, instr);
969 return MarkAsCall(DefineFixed(result, v0), instr, CAN_DEOPTIMIZE_EAGERLY);
1020 return MarkAsCall(new(zone()) LDeclareGlobals(context), instr);
1050 return MarkAsCall(DefineFixed(result, v0), instr);
1061 return MarkAsCall(DefineFixed(result, v0), instr, CANNOT_DEOPTIMIZE_EAGERLY);
    [all...]
lithium-mips64.h 224 void MarkAsCall() { bit_field_ = IsCallBits::update(bit_field_, true); }
    [all...]
  /external/v8/src/crankshaft/ppc/
lithium-ppc.cc 566 LInstruction* LChunkBuilder::MarkAsCall(LInstruction* instr,
573 instr->MarkAsCall();
711 return MarkAsCall(DefineFixedDouble(result, d1), instr);
732 return MarkAsCall(DefineFixed(result, r3), instr);
896 result = MarkAsCall(result, instr);
977 return MarkAsCall(DefineFixed(result, r3), instr, CAN_DEOPTIMIZE_EAGERLY);
1027 return MarkAsCall(new (zone()) LDeclareGlobals(context), instr);
1056 return MarkAsCall(DefineFixed(result, r3), instr);
1067 return MarkAsCall(DefineFixed(result, r3), instr, CANNOT_DEOPTIMIZE_EAGERLY);
    [all...]
lithium-ppc.h 221 void MarkAsCall() { bit_field_ = IsCallBits::update(bit_field_, true); }
    [all...]
  /external/v8/src/crankshaft/s390/
lithium-s390.cc 505 LInstruction* LChunkBuilder::MarkAsCall(LInstruction* instr,
512 instr->MarkAsCall();
639 return MarkAsCall(DefineFixedDouble(result, d1), instr);
659 return MarkAsCall(DefineFixed(result, r2), instr);
819 result = MarkAsCall(result, instr);
891 return MarkAsCall(DefineFixed(result, r2), instr, CAN_DEOPTIMIZE_EAGERLY);
935 return MarkAsCall(new (zone()) LDeclareGlobals(context), instr);
963 return MarkAsCall(DefineFixed(result, r2), instr);
973 return MarkAsCall(DefineFixed(result, r2), instr, CANNOT_DEOPTIMIZE_EAGERLY);
    [all...]
  /external/v8/src/compiler/mips/
instruction-selector-mips.cc 806 g.UseFixed(node->InputAt(1), f14))->MarkAsCall();
942 ->MarkAsCall();
949 ->MarkAsCall();
    [all...]
  /external/v8/test/unittests/compiler/
instruction-sequence-unittest.cc 501 if (is_call) instruction->MarkAsCall();
  /external/v8/src/compiler/arm/
instruction-selector-arm.cc     [all...]
  /external/v8/src/compiler/mips64/
instruction-selector-mips64.cc     [all...]
  /external/v8/src/compiler/ppc/
instruction-selector-ppc.cc     [all...]
  /external/v8/src/compiler/s390/
instruction-selector-s390.cc     [all...]
  /external/v8/src/compiler/x87/
instruction-selector-x87.cc 963 Emit(kX87Float64Mod, g.DefineAsFixed(node, stX_0), 1, temps)->MarkAsCall();
    [all...]
  /external/v8/src/compiler/ia32/
instruction-selector-ia32.cc     [all...]
  /external/v8/src/compiler/
instruction-selector.cc     [all...]
  /external/v8/src/compiler/x64/
instruction-selector-x64.cc     [all...]

Completed in 1791 milliseconds

1 2