• Home
  • Raw
  • Download

Lines Matching full:comment

263                    const char* comment = nullptr);  // 1: default branch weight
359 uint32_t trueWeight = 1, uint32_t falseWeight = 1, const char* comment = nullptr);
420 …lPrivateGetter(GateRef hirGate, GateRef receiver, GateRef accessor, const char* comment = nullptr);
422 …GateRef hirGate, GateRef receiver, GateRef accessor, GateRef value, const char* comment = nullptr);
424 GateRef propertyLookupResult, const char* comment = nullptr);
426 GateRef value, const char* comment = nullptr);
428 const char* comment = nullptr);
430 const char* comment = nullptr);
432 const char* comment = nullptr);
434 const char* comment = nullptr);
435 …RuntimeVarargs(GateRef glue, int index, GateRef argc, GateRef argv, const char* comment = nullptr);
437 const char* comment = nullptr);
441 GateRef hirGate, const char* comment = nullptr);
447 const char* comment = nullptr);
451 const std::vector<GateRef> &args, GateRef hirGate, const char* comment = nullptr);
535 …GateRef CallTargetCheck(GateRef gate, GateRef function, GateRef id, const char* comment = nullptr);
537 const char* comment = nullptr);
819 inline GateRef Equal(GateRef x, GateRef y, const char* comment = nullptr);
820 inline GateRef NotEqual(GateRef x, GateRef y, const char* comment = nullptr);
833 GateRef DoubleTrunc(GateRef gate, GateRef value, const char* comment = nullptr);
844 … GateRef right, GateType gateType = GateType::Empty(), const char* comment = nullptr);
845 …GateRef BinaryCmp(const GateMetaData* meta, GateRef left, GateRef right, const char* comment = nul…
904 …Ref NAME(GateRef x, GateRef y, GateType type = GateType::Empty(), const char* comment = nullptr) \
906 …return BinaryArithmetic(circuit_->OPCODEID(), MACHINETYPEID, x, y, type, comment); …
913 …inline GateRef NAME(GateRef x, const char* comment = nullptr) …
915 …urn circuit_->NewGate(circuit_->OPCODEID(), MACHINETYPEID, { x }, GateType::NJSValue(), comment); \
922 inline GateRef NAME(GateRef x, GateRef y, const char* comment = nullptr) \
924 return BinaryCmp(circuit_->OPCODEID(static_cast<uint64_t>(CONDITION)), x, y, comment); \
939 …inline GateRef NAME(GateRef x, const char* comment = nullptr) …
941 …urn circuit_->NewGate(circuit_->OPCODEID(), MACHINETYPEID, { x }, GateType::NJSValue(), comment); \