Lines Matching defs:gasm
118 IfBuilder0(JSGraphAssembler* gasm, TNode<Boolean> cond, bool negate_cond)
119 : gasm_(gasm),
122 initial_effect_(gasm->effect()),
123 initial_control_(gasm->control()) {}
197 IfBuilder1(JSGraphAssembler* gasm, TNode<Boolean> cond)
198 : gasm_(gasm), cond_(cond) {}
346 CatchScope(Zone* zone, JSCallReducerAssembler* gasm)
347 : gasm_(gasm),
348 parent_(gasm->catch_scope_),
358 static CatchScope Inner(Zone* zone, JSCallReducerAssembler* gasm) {
359 return {zone, gasm};
367 // always have a handler and are passed the gasm pointer at construction).
437 TryCatchBuilder0(JSCallReducerAssembler* gasm, const TryFunction& try_body)
438 : gasm_(gasm), try_body_(try_body) {}
482 ForBuilder0(JSGraphAssembler* gasm, TNode<Number> initial_value,
484 : gasm_(gasm),
541 ForBuilder1(JSGraphAssembler* gasm, TNode<Number> initial_value,
544 : gasm_(gasm),
2317 Reduction JSCallReducer::ReplaceWithSubgraph(JSCallReducerAssembler* gasm,
2326 ReplaceWithValue(gasm->node_ptr(), subgraph, gasm->effect(), gasm->control());
2330 auto catch_scope = gasm->catch_scope();
2338 gasm->catch_scope()->MergeExceptionalPaths(
2341 ReplaceWithValue(gasm->outermost_handler(), handler_exception,