Searched refs:PrintWithBytecode (Results 1 – 5 of 5) sorted by relevance
190 void PrintWithBytecode(std::string_view comment) const;
192 LoadGatePtrConst(gate)->PrintWithBytecode(GetComment(gate)); in PrintAllGatesWithBytecode()
839 gatePtr->PrintWithBytecode(circuit_->GetComment(gate)); in PrintById()846 void GateAccessor::PrintWithBytecode(GateRef gate) const in PrintWithBytecode() function in panda::ecmascript::kungfu::GateAccessor849 gatePtr->PrintWithBytecode(circuit_->GetComment(gate)); in PrintWithBytecode()
456 void PrintWithBytecode(GateRef gate) const DUMP_API_ATTR;
1012 void Gate::PrintWithBytecode(std::string_view comment) const in PrintWithBytecode() function in panda::ecmascript::kungfu::Gate