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

  /external/v8/src/crankshaft/x87/
lithium-x87.cc 558 LInstruction* LChunkBuilder::DefineFixed(LTemplateResultInstruction<1>* instr,
564 LInstruction* LChunkBuilder::DefineFixed(LTemplateResultInstruction<1>* instr,
721 return MarkAsCall(DefineFixed(result, eax), instr);
992 return MarkAsCall(DefineFixed(result, eax), instr, CAN_DEOPTIMIZE_EAGERLY);
1034 return DefineFixed(new(zone()) LContext, esi);
    [all...]
lithium-x87.h     [all...]
  /external/v8/src/crankshaft/ia32/
lithium-ia32.cc 552 LInstruction* LChunkBuilder::DefineFixed(LTemplateResultInstruction<1>* instr,
724 return MarkAsCall(DefineFixed(result, eax), instr);
975 return MarkAsCall(DefineFixed(result, eax), instr, CAN_DEOPTIMIZE_EAGERLY);
1017 return DefineFixed(new(zone()) LContext, esi);
1064 return MarkAsCall(DefineFixed(result, eax), instr, CANNOT_DEOPTIMIZE_EAGERLY);
    [all...]
lithium-ia32.h     [all...]
  /external/v8/src/crankshaft/x64/
lithium-x64.cc 545 LInstruction* LChunkBuilder::DefineFixed(LTemplateResultInstruction<1>* instr,
718 return MarkAsCall(DefineFixed(result, rax), instr);
963 return MarkAsCall(DefineFixed(result, rax), instr, CAN_DEOPTIMIZE_EAGERLY);
1005 return DefineFixed(new(zone()) LContext, rsi);
1052 return MarkAsCall(DefineFixed(result, rax), instr);
    [all...]
lithium-x64.h     [all...]
  /external/v8/src/crankshaft/arm/
lithium-arm.cc 509 LInstruction* LChunkBuilder::DefineFixed(
691 return MarkAsCall(DefineFixed(result, r0), instr);
938 return MarkAsCall(DefineFixed(result, r0), instr, CAN_DEOPTIMIZE_EAGERLY);
980 return DefineFixed(new(zone()) LContext, cp);
1027 return MarkAsCall(DefineFixed(result, r0), instr);
1038 return MarkAsCall(DefineFixed(result, r0), instr, CANNOT_DEOPTIMIZE_EAGERLY);
    [all...]
lithium-arm.h     [all...]
  /external/v8/src/crankshaft/arm64/
lithium-arm64.cc 412 LInstruction* LChunkBuilder::DefineFixed(
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     [all...]
  /external/v8/src/crankshaft/mips/
lithium-mips.cc 516 LInstruction* LChunkBuilder::DefineFixed(
701 return MarkAsCall(DefineFixed(result, v0), instr);
943 return MarkAsCall(DefineFixed(result, v0), instr, CAN_DEOPTIMIZE_EAGERLY);
985 return DefineFixed(new(zone()) LContext, cp);
1032 return MarkAsCall(DefineFixed(result, v0), instr);
1043 return MarkAsCall(DefineFixed(result, v0), instr, CANNOT_DEOPTIMIZE_EAGERLY);
    [all...]
lithium-mips.h     [all...]
  /external/v8/src/crankshaft/mips64/
lithium-mips64.cc 516 LInstruction* LChunkBuilder::DefineFixed(
701 return MarkAsCall(DefineFixed(result, v0), instr);
943 return MarkAsCall(DefineFixed(result, v0), instr, CAN_DEOPTIMIZE_EAGERLY);
985 return DefineFixed(new(zone()) LContext, cp);
1032 return MarkAsCall(DefineFixed(result, v0), instr);
1043 return MarkAsCall(DefineFixed(result, v0), instr, CANNOT_DEOPTIMIZE_EAGERLY);
    [all...]
lithium-mips64.h     [all...]
  /external/v8/src/crankshaft/ppc/
lithium-ppc.cc 522 LInstruction* LChunkBuilder::DefineFixed(LTemplateResultInstruction<1>* instr,
706 return MarkAsCall(DefineFixed(result, r3), instr);
951 return MarkAsCall(DefineFixed(result, r3), instr, CAN_DEOPTIMIZE_EAGERLY);
992 return DefineFixed(new (zone()) LContext, cp);
1038 return MarkAsCall(DefineFixed(result, r3), instr);
1049 return MarkAsCall(DefineFixed(result, r3), instr, CANNOT_DEOPTIMIZE_EAGERLY);
    [all...]
lithium-ppc.h     [all...]
  /external/v8/src/crankshaft/s390/
lithium-s390.cc 468 LInstruction* LChunkBuilder::DefineFixed(LTemplateResultInstruction<1>* instr,
639 return MarkAsCall(DefineFixed(result, r2), instr);
871 return MarkAsCall(DefineFixed(result, r2), instr, CAN_DEOPTIMIZE_EAGERLY);
907 return DefineFixed(new (zone()) LContext, cp);
951 return MarkAsCall(DefineFixed(result, r2), instr);
961 return MarkAsCall(DefineFixed(result, r2), instr, CANNOT_DEOPTIMIZE_EAGERLY);
    [all...]
lithium-s390.h     [all...]

Completed in 443 milliseconds