Lines Matching refs:GraphAssembler
99 class GraphAssembler; variable
123 friend class GraphAssembler;
144 class GraphAssembler {
146 GraphAssembler(JSGraph* jsgraph, Node* effect, Node* control, Zone* zone);
298 void GraphAssembler::MergeState(GraphAssemblerLabel<sizeof...(Vars)>* label, in MergeState()
374 void GraphAssembler::Bind(GraphAssemblerLabel<VarCount>* label) { in Bind()
386 void GraphAssembler::Goto(GraphAssemblerLabel<sizeof...(Vars)>* label, in Goto()
396 void GraphAssembler::GotoIf(Node* condition, in GotoIf()
411 void GraphAssembler::GotoIfNot(Node* condition, in GotoIfNot()
425 Node* GraphAssembler::Call(const CallDescriptor* call_descriptor, in Call()
432 Node* GraphAssembler::Call(const Operator* op, Args... args) { in Call()