Lines Matching full:comment
312 const char* comment = nullptr); // 1: default branch weight
418 uint32_t trueWeight = 1, uint32_t falseWeight = 1, const char* comment = nullptr);
480 …lPrivateGetter(GateRef hirGate, GateRef receiver, GateRef accessor, const char* comment = nullptr);
482 …GateRef hirGate, GateRef receiver, GateRef accessor, GateRef value, const char* comment = nullptr);
484 GateRef propertyLookupResult, const char* comment = nullptr);
486 GateRef value, const char* comment = nullptr);
488 const char* comment = nullptr);
490 const char* comment = nullptr);
493 const char* comment = nullptr);
495 const char* comment = nullptr);
496 …RuntimeVarargs(GateRef glue, int index, GateRef argc, GateRef argv, const char* comment = nullptr);
498 const char* comment = nullptr);
502 GateRef hirGate, const char* comment = nullptr);
508 const char* comment = nullptr);
510 const char *comment = nullptr);
514 const std::vector<GateRef> &args, GateRef hirGate, const char* comment = nullptr);
602 …GateRef CallTargetCheck(GateRef gate, GateRef function, GateRef id, const char* comment = nullptr);
604 const char* comment = nullptr);
892 inline GateRef Equal(GateRef x, GateRef y, const char* comment = nullptr);
893 inline GateRef NotEqual(GateRef x, GateRef y, const char* comment = nullptr);
913 GateRef DoubleTrunc(GateRef gate, GateRef value, const char* comment = nullptr);
923 … GateRef right, GateType gateType = GateType::Empty(), const char* comment = nullptr);
924 …GateRef BinaryCmp(const GateMetaData* meta, GateRef left, GateRef right, const char* comment = nul…
986 …Ref NAME(GateRef x, GateRef y, GateType type = GateType::Empty(), const char* comment = nullptr) \
988 …return BinaryArithmetic(circuit_->OPCODEID(), MACHINETYPEID, x, y, type, comment); …
995 …inline GateRef NAME(GateRef x, const char* comment = nullptr) …
997 …urn circuit_->NewGate(circuit_->OPCODEID(), MACHINETYPEID, { x }, GateType::NJSValue(), comment); \
1004 inline GateRef NAME(GateRef x, GateRef y, const char* comment = nullptr) \
1006 return BinaryCmp(circuit_->OPCODEID(static_cast<uint64_t>(CONDITION)), x, y, comment); \
1025 …inline GateRef NAME(GateRef x, const char* comment = nullptr) …
1027 …urn circuit_->NewGate(circuit_->OPCODEID(), MACHINETYPEID, { x }, GateType::NJSValue(), comment); \