HomeSort by relevance Sort by last modified time
    Searched defs:MarkAsCall (Results 1 - 18 of 18) sorted by null

  /external/v8/src/crankshaft/arm64/
lithium-arm64.cc 424 LInstruction* LChunkBuilder::MarkAsCall(LInstruction* instr,
431 instr->MarkAsCall();
704 result = MarkAsCall(result, instr);
727 return MarkAsCall(DefineFixedDouble(result, d0), instr);
758 return MarkAsCall(DefineFixed(result, x0), instr);
844 return MarkAsCall(DefineFixed(result, x0), instr, CAN_DEOPTIMIZE_EAGERLY);
1001 return MarkAsCall(DefineFixed(result, x0), instr);
1010 return MarkAsCall(DefineFixed(result, x0), instr);
    [all...]
lithium-arm64.h 226 void MarkAsCall() { bit_field_ = IsCallBits::update(bit_field_, true); }
    [all...]
  /external/v8/src/crankshaft/arm/
lithium-arm.cc 527 LInstruction* LChunkBuilder::MarkAsCall(LInstruction* instr,
534 instr->MarkAsCall();
670 return MarkAsCall(DefineFixedDouble(result, d0), instr);
691 return MarkAsCall(DefineFixed(result, r0), instr);
855 result = MarkAsCall(result, instr);
938 return MarkAsCall(DefineFixed(result, r0), instr, CAN_DEOPTIMIZE_EAGERLY);
989 return MarkAsCall(new(zone()) LDeclareGlobals(context), instr);
1027 return MarkAsCall(DefineFixed(result, r0), instr);
1038 return MarkAsCall(DefineFixed(result, r0), instr, CANNOT_DEOPTIMIZE_EAGERLY);
    [all...]
lithium-arm.h 215 void MarkAsCall() { bit_field_ = IsCallBits::update(bit_field_, true); }
    [all...]
  /external/v8/src/crankshaft/ia32/
lithium-ia32.cc 571 LInstruction* LChunkBuilder::MarkAsCall(LInstruction* instr,
579 instr->MarkAsCall();
702 return MarkAsCall(DefineSameAsFirst(result), instr);
724 return MarkAsCall(DefineFixed(result, eax), instr);
888 result = MarkAsCall(result, instr);
975 return MarkAsCall(DefineFixed(result, eax), instr, CAN_DEOPTIMIZE_EAGERLY);
1026 return MarkAsCall(new(zone()) LDeclareGlobals(context), instr);
1064 return MarkAsCall(DefineFixed(result, eax), instr, CANNOT_DEOPTIMIZE_EAGERLY);
    [all...]
lithium-ia32.h 218 void MarkAsCall() { bit_field_ = IsCallBits::update(bit_field_, true); }
    [all...]
  /external/v8/src/crankshaft/mips/
lithium-mips.cc 534 LInstruction* LChunkBuilder::MarkAsCall(LInstruction* instr,
541 instr->MarkAsCall();
680 return MarkAsCall(DefineFixedDouble(result, f2), instr);
701 return MarkAsCall(DefineFixed(result, v0), instr);
865 result = MarkAsCall(result, instr);
943 return MarkAsCall(DefineFixed(result, v0), instr, CAN_DEOPTIMIZE_EAGERLY);
994 return MarkAsCall(new(zone()) LDeclareGlobals(context), instr);
1032 return MarkAsCall(DefineFixed(result, v0), instr);
1043 return MarkAsCall(DefineFixed(result, v0), instr, CANNOT_DEOPTIMIZE_EAGERLY);
    [all...]
lithium-mips.h 213 void MarkAsCall() { bit_field_ = IsCallBits::update(bit_field_, true); }
    [all...]
  /external/v8/src/crankshaft/mips64/
lithium-mips64.cc 534 LInstruction* LChunkBuilder::MarkAsCall(LInstruction* instr,
541 instr->MarkAsCall();
680 return MarkAsCall(DefineFixedDouble(result, f2), instr);
701 return MarkAsCall(DefineFixed(result, v0), instr);
865 result = MarkAsCall(result, instr);
943 return MarkAsCall(DefineFixed(result, v0), instr, CAN_DEOPTIMIZE_EAGERLY);
994 return MarkAsCall(new(zone()) LDeclareGlobals(context), instr);
1032 return MarkAsCall(DefineFixed(result, v0), instr);
1043 return MarkAsCall(DefineFixed(result, v0), instr, CANNOT_DEOPTIMIZE_EAGERLY);
    [all...]
lithium-mips64.h 216 void MarkAsCall() { bit_field_ = IsCallBits::update(bit_field_, true); }
    [all...]
  /external/v8/src/crankshaft/ppc/
lithium-ppc.cc 540 LInstruction* LChunkBuilder::MarkAsCall(LInstruction* instr,
547 instr->MarkAsCall();
685 return MarkAsCall(DefineFixedDouble(result, d1), instr);
706 return MarkAsCall(DefineFixed(result, r3), instr);
870 result = MarkAsCall(result, instr);
951 return MarkAsCall(DefineFixed(result, r3), instr, CAN_DEOPTIMIZE_EAGERLY);
1001 return MarkAsCall(new (zone()) LDeclareGlobals(context), instr);
1038 return MarkAsCall(DefineFixed(result, r3), instr);
1049 return MarkAsCall(DefineFixed(result, r3), instr, CANNOT_DEOPTIMIZE_EAGERLY);
    [all...]
lithium-ppc.h 213 void MarkAsCall() { bit_field_ = IsCallBits::update(bit_field_, true); }
    [all...]
  /external/v8/src/crankshaft/s390/
lithium-s390.cc 483 LInstruction* LChunkBuilder::MarkAsCall(LInstruction* instr,
490 instr->MarkAsCall();
617 return MarkAsCall(DefineFixedDouble(result, d1), instr);
639 return MarkAsCall(DefineFixed(result, r2), instr);
799 result = MarkAsCall(result, instr);
871 return MarkAsCall(DefineFixed(result, r2), instr, CAN_DEOPTIMIZE_EAGERLY);
915 return MarkAsCall(new (zone()) LDeclareGlobals(context), instr);
951 return MarkAsCall(DefineFixed(result, r2), instr);
961 return MarkAsCall(DefineFixed(result, r2), instr, CANNOT_DEOPTIMIZE_EAGERLY);
    [all...]
lithium-s390.h 208 void MarkAsCall() { bit_field_ = IsCallBits::update(bit_field_, true); }
    [all...]
  /external/v8/src/crankshaft/x64/
lithium-x64.cc 564 LInstruction* LChunkBuilder::MarkAsCall(LInstruction* instr,
572 instr->MarkAsCall();
696 return MarkAsCall(DefineFixedDouble(result, xmm0), instr);
718 return MarkAsCall(DefineFixed(result, rax), instr);
887 result = MarkAsCall(result, instr);
963 return MarkAsCall(DefineFixed(result, rax), instr, CAN_DEOPTIMIZE_EAGERLY);
1014 return MarkAsCall(new(zone()) LDeclareGlobals(context), instr);
1052 return MarkAsCall(DefineFixed(result, rax), instr);
    [all...]
lithium-x64.h 214 void MarkAsCall() { bit_field_ = IsCallBits::update(bit_field_, true); }
    [all...]
  /external/v8/src/crankshaft/x87/
lithium-x87.cc 576 LInstruction* LChunkBuilder::MarkAsCall(LInstruction* instr,
584 instr->MarkAsCall();
700 return MarkAsCall(DefineSameAsFirst(result), instr);
721 return MarkAsCall(DefineFixed(result, eax), instr);
903 result = MarkAsCall(result, instr);
992 return MarkAsCall(DefineFixed(result, eax), instr, CAN_DEOPTIMIZE_EAGERLY);
1043 return MarkAsCall(new(zone()) LDeclareGlobals(context), instr);
    [all...]
lithium-x87.h 217 void MarkAsCall() { bit_field_ = IsCallBits::update(bit_field_, true); }
    [all...]

Completed in 329 milliseconds