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

  /external/v8/src/arm/
lithium-arm.cc 578 LInstruction* LChunkBuilder::MarkAsCall(LInstruction* instr,
585 instr->MarkAsCall();
725 return MarkAsCall(DefineFixedDouble(result, d0), instr);
746 return MarkAsCall(DefineFixed(result, r0), instr);
980 return MarkAsCall(DefineFixed(result, r0), instr);
991 return MarkAsCall(DefineFixed(result, r0), instr);
1012 return MarkAsCall(DefineFixed(result, r0), instr, CAN_DEOPTIMIZE_EAGERLY);
1063 return MarkAsCall(new(zone()) LDeclareGlobals(context), instr);
1073 return MarkAsCall(DefineFixed(result, r0), instr);
    [all...]
lithium-arm.h 243 void MarkAsCall() { bit_field_ = IsCallBits::update(bit_field_, true); }
    [all...]
  /external/v8/src/arm64/
lithium-arm64.cc 470 LInstruction* LChunkBuilder::MarkAsCall(LInstruction* instr,
477 instr->MarkAsCall();
791 return MarkAsCall(DefineFixedDouble(result, d0), instr);
822 return MarkAsCall(DefineFixed(result, x0), instr);
910 return MarkAsCall(DefineFixed(result, x0), instr, CAN_DEOPTIMIZE_EAGERLY);
1027 return MarkAsCall(DefineFixed(result, x0), instr);
    [all...]
lithium-arm64.h 254 void MarkAsCall() { bit_field_ = IsCallBits::update(bit_field_, true); }
    [all...]
  /external/v8/src/ia32/
lithium-ia32.cc 630 LInstruction* LChunkBuilder::MarkAsCall(LInstruction* instr,
638 instr->MarkAsCall();
765 return MarkAsCall(DefineSameAsFirst(result), instr);
786 return MarkAsCall(DefineFixed(result, eax), instr);
1019 return MarkAsCall(DefineFixed(result, eax), instr);
1030 return MarkAsCall(DefineFixed(result, eax), instr);
1053 return MarkAsCall(DefineFixed(result, eax), instr, CAN_DEOPTIMIZE_EAGERLY);
    [all...]
lithium-ia32.h 244 void MarkAsCall() { bit_field_ = IsCallBits::update(bit_field_, true); }
    [all...]
  /external/v8/src/mips/
lithium-mips.cc 585 LInstruction* LChunkBuilder::MarkAsCall(LInstruction* instr,
592 instr->MarkAsCall();
735 return MarkAsCall(DefineFixedDouble(result, f2), instr);
756 return MarkAsCall(DefineFixed(result, v0), instr);
985 return MarkAsCall(DefineFixed(result, v0), instr);
996 return MarkAsCall(DefineFixed(result, v0), instr);
1017 return MarkAsCall(DefineFixed(result, v0), instr, CAN_DEOPTIMIZE_EAGERLY);
1068 return MarkAsCall(new(zone()) LDeclareGlobals(context), instr);
    [all...]
lithium-mips.h 240 void MarkAsCall() { bit_field_ = IsCallBits::update(bit_field_, true); }
    [all...]
  /external/v8/src/mips64/
lithium-mips64.cc 585 LInstruction* LChunkBuilder::MarkAsCall(LInstruction* instr,
592 instr->MarkAsCall();
735 return MarkAsCall(DefineFixedDouble(result, f2), instr);
756 return MarkAsCall(DefineFixed(result, v0), instr);
985 return MarkAsCall(DefineFixed(result, v0), instr);
996 return MarkAsCall(DefineFixed(result, v0), instr);
1017 return MarkAsCall(DefineFixed(result, v0), instr, CAN_DEOPTIMIZE_EAGERLY);
1068 return MarkAsCall(new(zone()) LDeclareGlobals(context), instr);
    [all...]
lithium-mips64.h 239 void MarkAsCall() { bit_field_ = IsCallBits::update(bit_field_, true); }
    [all...]
  /external/v8/src/x64/
lithium-x64.cc 612 LInstruction* LChunkBuilder::MarkAsCall(LInstruction* instr,
620 instr->MarkAsCall();
748 return MarkAsCall(DefineSameAsFirst(result), instr);
769 return MarkAsCall(DefineFixed(result, rax), instr);
1001 return MarkAsCall(DefineFixed(result, rax), instr);
1011 return MarkAsCall(DefineFixed(result, rax), instr);
1032 return MarkAsCall(DefineFixed(result, rax), instr, CAN_DEOPTIMIZE_EAGERLY);
    [all...]
lithium-x64.h 238 void MarkAsCall() { bit_field_ = IsCallBits::update(bit_field_, true); }
    [all...]
  /external/v8/src/x87/
lithium-x87.cc 636 LInstruction* LChunkBuilder::MarkAsCall(LInstruction* instr,
644 instr->MarkAsCall();
764 return MarkAsCall(DefineSameAsFirst(result), instr);
785 return MarkAsCall(DefineFixed(result, eax), instr);
1038 return MarkAsCall(DefineFixed(result, eax), instr);
1049 return MarkAsCall(DefineFixed(result, eax), instr);
    [all...]
lithium-x87.h 245 void MarkAsCall() { bit_field_ = IsCallBits::update(bit_field_, true); }
    [all...]

Completed in 3974 milliseconds