Home
last modified time | relevance | path

Searched defs:gasm (Results 1 – 8 of 8) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Dselect-lowering.h30 JSGraphAssembler* gasm() const { return graph_assembler_; } in gasm() function
Dgraph-assembler.h456 explicit LoopScopeInternal(GraphAssembler* gasm) in LoopScopeInternal()
473 explicit LoopScope(GraphAssembler* gasm) in LoopScope()
503 explicit RestoreEffectControlScope(GraphAssembler* gasm) in RestoreEffectControlScope()
Dmemory-lowering.h123 JSGraphAssembler* gasm() const { return graph_assembler_; } in gasm() function
Djs-call-reducer.cc118 IfBuilder0(JSGraphAssembler* gasm, TNode<Boolean> cond, bool negate_cond) in IfBuilder0()
197 IfBuilder1(JSGraphAssembler* gasm, TNode<Boolean> cond) in IfBuilder1()
346 CatchScope(Zone* zone, JSCallReducerAssembler* gasm) in CatchScope()
358 static CatchScope Inner(Zone* zone, JSCallReducerAssembler* gasm) { in Inner()
437 TryCatchBuilder0(JSCallReducerAssembler* gasm, const TryFunction& try_body) in TryCatchBuilder0()
482 ForBuilder0(JSGraphAssembler* gasm, TNode<Number> initial_value, in ForBuilder0()
541 ForBuilder1(JSGraphAssembler* gasm, TNode<Number> initial_value, in ForBuilder1()
2317 Reduction JSCallReducer::ReplaceWithSubgraph(JSCallReducerAssembler* gasm, in ReplaceWithSubgraph()
Dgraph-assembler.cc24 explicit BlockInlineReduction(GraphAssembler* gasm) : gasm_(gasm) { in BlockInlineReduction()
Djs-typed-lowering.cc848 JSGraphAssembler gasm(jsgraph(), jsgraph()->zone()); in ReduceJSEqual() local
Dwasm-compiler.cc6760 WasmGraphAssembler* gasm) in ModifyThreadInWasmFlagScope()
Deffect-control-linearizer.cc335 JSGraphAssembler* gasm() const { return graph_assembler_; } in gasm() function in v8::internal::compiler::EffectControlLinearizer