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

  /external/v8/src/x87/
lithium-x87.cc 613 LInstruction* LChunkBuilder::DefineFixed(LTemplateResultInstruction<1>* instr,
619 LInstruction* LChunkBuilder::DefineFixed(LTemplateResultInstruction<1>* 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     [all...]
  /external/v8/src/ia32/
lithium-ia32.cc 607 LInstruction* LChunkBuilder::DefineFixed(LTemplateResultInstruction<1>* 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     [all...]
  /external/v8/src/x64/
lithium-x64.cc 589 LInstruction* LChunkBuilder::DefineFixed(LTemplateResultInstruction<1>* 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     [all...]
  /external/v8/src/arm/
lithium-arm.cc 555 LInstruction* LChunkBuilder::DefineFixed(
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);
1054 return DefineFixed(new(zone()) LContext, cp);
1073 return MarkAsCall(DefineFixed(result, r0), instr);
    [all...]
lithium-arm.h     [all...]
  /external/v8/src/arm64/
lithium-arm64.cc 458 LInstruction* LChunkBuilder::DefineFixed(
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     [all...]
  /external/v8/src/mips/
lithium-mips.cc 562 LInstruction* LChunkBuilder::DefineFixed(
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);
1059 return DefineFixed(new(zone()) LContext, cp);
    [all...]
lithium-mips.h     [all...]
  /external/v8/src/mips64/
lithium-mips64.cc 562 LInstruction* LChunkBuilder::DefineFixed(
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);
1059 return DefineFixed(new(zone()) LContext, cp);
    [all...]
lithium-mips64.h     [all...]

Completed in 121 milliseconds