Searched defs:gasm (Results 1 – 8 of 8) sorted by relevance
/third_party/node/deps/v8/src/compiler/ |
D | select-lowering.h | 30 JSGraphAssembler* gasm() const { return graph_assembler_; } in gasm() function
|
D | graph-assembler.h | 456 explicit LoopScopeInternal(GraphAssembler* gasm) in LoopScopeInternal() 473 explicit LoopScope(GraphAssembler* gasm) in LoopScope() 503 explicit RestoreEffectControlScope(GraphAssembler* gasm) in RestoreEffectControlScope()
|
D | memory-lowering.h | 123 JSGraphAssembler* gasm() const { return graph_assembler_; } in gasm() function
|
D | js-call-reducer.cc | 118 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()
|
D | graph-assembler.cc | 24 explicit BlockInlineReduction(GraphAssembler* gasm) : gasm_(gasm) { in BlockInlineReduction()
|
D | js-typed-lowering.cc | 848 JSGraphAssembler gasm(jsgraph(), jsgraph()->zone()); in ReduceJSEqual() local
|
D | wasm-compiler.cc | 6760 WasmGraphAssembler* gasm) in ModifyThreadInWasmFlagScope()
|
D | effect-control-linearizer.cc | 335 JSGraphAssembler* gasm() const { return graph_assembler_; } in gasm() function in v8::internal::compiler::EffectControlLinearizer
|