Searched refs:PrintWithBytecode (Results 1 – 5 of 5) sorted by relevance
190 void PrintWithBytecode(std::string_view comment) const;
190 LoadGatePtrConst(gate)->PrintWithBytecode(GetComment(gate)); in PrintAllGatesWithBytecode()
776 gatePtr->PrintWithBytecode(circuit_->GetComment(gate)); in PrintById()783 void GateAccessor::PrintWithBytecode(GateRef gate) const in PrintWithBytecode() function in panda::ecmascript::kungfu::GateAccessor786 gatePtr->PrintWithBytecode(circuit_->GetComment(gate)); in PrintWithBytecode()
451 void PrintWithBytecode(GateRef gate) const DUMP_API_ATTR;
1013 void Gate::PrintWithBytecode(std::string_view comment) const in PrintWithBytecode() function in panda::ecmascript::kungfu::Gate