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

  /external/v8/src/crankshaft/arm/
lithium-arm.cc 535 LInstruction* LChunkBuilder::DefineFixed(
717 return MarkAsCall(DefineFixed(result, r0), instr);
964 return MarkAsCall(DefineFixed(result, r0), instr, CAN_DEOPTIMIZE_EAGERLY);
1006 return DefineFixed(new(zone()) LContext, cp);
1045 return MarkAsCall(DefineFixed(result, r0), instr);
1056 return MarkAsCall(DefineFixed(result, r0), instr, CANNOT_DEOPTIMIZE_EAGERLY);
    [all...]
  /external/v8/src/crankshaft/arm64/
lithium-arm64.cc 438 LInstruction* LChunkBuilder::DefineFixed(
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...]
  /external/v8/src/crankshaft/ia32/
lithium-ia32.cc 578 LInstruction* LChunkBuilder::DefineFixed(LTemplateResultInstruction<1>* instr,
750 return MarkAsCall(DefineFixed(result, eax), instr);
999 return MarkAsCall(DefineFixed(result, eax), instr, CAN_DEOPTIMIZE_EAGERLY);
1041 return DefineFixed(new(zone()) LContext, esi);
1079 return MarkAsCall(DefineFixed(result, eax), instr, CANNOT_DEOPTIMIZE_EAGERLY);
    [all...]
  /external/v8/src/crankshaft/mips/
lithium-mips.cc 542 LInstruction* LChunkBuilder::DefineFixed(
727 return MarkAsCall(DefineFixed(result, v0), instr);
969 return MarkAsCall(DefineFixed(result, v0), instr, CAN_DEOPTIMIZE_EAGERLY);
1011 return DefineFixed(new(zone()) LContext, cp);
1050 return MarkAsCall(DefineFixed(result, v0), instr);
1061 return MarkAsCall(DefineFixed(result, v0), instr, CANNOT_DEOPTIMIZE_EAGERLY);
    [all...]
  /external/v8/src/crankshaft/mips64/
lithium-mips64.cc 542 LInstruction* LChunkBuilder::DefineFixed(
727 return MarkAsCall(DefineFixed(result, v0), instr);
969 return MarkAsCall(DefineFixed(result, v0), instr, CAN_DEOPTIMIZE_EAGERLY);
1011 return DefineFixed(new(zone()) LContext, cp);
1050 return MarkAsCall(DefineFixed(result, v0), instr);
1061 return MarkAsCall(DefineFixed(result, v0), instr, CANNOT_DEOPTIMIZE_EAGERLY);
    [all...]
  /external/v8/src/crankshaft/ppc/
lithium-ppc.cc 548 LInstruction* LChunkBuilder::DefineFixed(LTemplateResultInstruction<1>* instr,
732 return MarkAsCall(DefineFixed(result, r3), instr);
977 return MarkAsCall(DefineFixed(result, r3), instr, CAN_DEOPTIMIZE_EAGERLY);
1018 return DefineFixed(new (zone()) LContext, cp);
1056 return MarkAsCall(DefineFixed(result, r3), instr);
1067 return MarkAsCall(DefineFixed(result, r3), instr, CANNOT_DEOPTIMIZE_EAGERLY);
    [all...]
  /external/v8/src/crankshaft/s390/
lithium-s390.cc 490 LInstruction* LChunkBuilder::DefineFixed(LTemplateResultInstruction<1>* instr,
659 return MarkAsCall(DefineFixed(result, r2), instr);
891 return MarkAsCall(DefineFixed(result, r2), instr, CAN_DEOPTIMIZE_EAGERLY);
927 return DefineFixed(new (zone()) LContext, cp);
963 return MarkAsCall(DefineFixed(result, r2), instr);
973 return MarkAsCall(DefineFixed(result, r2), instr, CANNOT_DEOPTIMIZE_EAGERLY);
    [all...]
  /external/v8/src/crankshaft/x64/
lithium-x64.cc 569 LInstruction* LChunkBuilder::DefineFixed(LTemplateResultInstruction<1>* instr,
742 return MarkAsCall(DefineFixed(result, rax), instr);
987 return MarkAsCall(DefineFixed(result, rax), instr, CAN_DEOPTIMIZE_EAGERLY);
1029 return DefineFixed(new(zone()) LContext, rsi);
1068 return MarkAsCall(DefineFixed(result, rax), instr);
    [all...]
  /external/v8/src/crankshaft/x87/
lithium-x87.cc 584 LInstruction* LChunkBuilder::DefineFixed(LTemplateResultInstruction<1>* instr,
590 LInstruction* LChunkBuilder::DefineFixed(LTemplateResultInstruction<1>* instr,
747 return MarkAsCall(DefineFixed(result, eax), instr);
1016 return MarkAsCall(DefineFixed(result, eax), instr, CAN_DEOPTIMIZE_EAGERLY);
1058 return DefineFixed(new(zone()) LContext, esi);
    [all...]

Completed in 108 milliseconds