Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dselect-lowering.h30 JSGraphAssembler* gasm() const { return graph_assembler_; } in gasm() function
Dscheduled-machine-lowering.h35 JSGraphAssembler* gasm() { return &graph_assembler_; } in gasm() function
Dgraph-assembler.h444 explicit LoopScopeInternal(GraphAssembler* gasm) in LoopScopeInternal()
461 explicit LoopScope(GraphAssembler* gasm) in LoopScope()
491 explicit RestoreEffectControlScope(GraphAssembler* gasm) in RestoreEffectControlScope()
Dmemory-lowering.h122 JSGraphAssembler* gasm() const { return graph_assembler_; } in gasm() function
Dwasm-compiler.cc2983 Node* HasInstanceType(WasmGraphAssembler* gasm, Node* object, in HasInstanceType()
5521 Node* LoadWithTaggedAlignment(WasmGraphAssembler* gasm, MachineType type, in LoadWithTaggedAlignment()
5531 Node* StoreWithTaggedAlignment(WasmGraphAssembler* gasm, Node* base, in StoreWithTaggedAlignment()
5547 Node* StoreStructFieldUnchecked(MachineGraph* graph, WasmGraphAssembler* gasm, in StoreStructFieldUnchecked()
5556 Node* ArrayElementOffset(GraphAssembler* gasm, Node* index, in ArrayElementOffset()
5564 Node* ArrayLength(GraphAssembler* gasm, Node* array) { in ArrayLength()
5659 Node* IsI31(GraphAssembler* gasm, Node* object) { in IsI31()
5671 void AssertFalse(MachineGraph* mcgraph, GraphAssembler* gasm, Node* condition) { in AssertFalse()
Djs-call-reducer.cc103 IfBuilder0(JSGraphAssembler* gasm, TNode<Boolean> cond, bool negate_cond) in IfBuilder0()
182 IfBuilder1(JSGraphAssembler* gasm, TNode<Boolean> cond) in IfBuilder1()
327 CatchScope(Zone* zone, JSCallReducerAssembler* gasm) in CatchScope()
339 static CatchScope Inner(Zone* zone, JSCallReducerAssembler* gasm) { in Inner()
418 TryCatchBuilder0(JSCallReducerAssembler* gasm, const TryFunction& try_body) in TryCatchBuilder0()
463 ForBuilder0(JSGraphAssembler* gasm, TNode<Number> initial_value, in ForBuilder0()
522 ForBuilder1(JSGraphAssembler* gasm, TNode<Number> initial_value, in ForBuilder1()
2209 Reduction JSCallReducer::ReplaceWithSubgraph(JSCallReducerAssembler* gasm, in ReplaceWithSubgraph()
Djs-typed-lowering.cc841 JSGraphAssembler gasm(jsgraph(), jsgraph()->zone()); in ReduceJSEqual() local
Deffect-control-linearizer.cc311 JSGraphAssembler* gasm() { return &graph_assembler_; } in gasm() function in v8::internal::compiler::EffectControlLinearizer