Searched refs:GraphAssembler (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/compiler/ |
D | graph-assembler.cc | 14 GraphAssembler::GraphAssembler(JSGraph* jsgraph, Node* effect, Node* control, in GraphAssembler() function in v8::internal::compiler::GraphAssembler 21 Node* GraphAssembler::IntPtrConstant(intptr_t value) { in IntPtrConstant() 25 Node* GraphAssembler::Int32Constant(int32_t value) { in Int32Constant() 29 Node* GraphAssembler::UniqueInt32Constant(int32_t value) { in UniqueInt32Constant() 33 Node* GraphAssembler::SmiConstant(int32_t value) { in SmiConstant() 37 Node* GraphAssembler::Uint32Constant(int32_t value) { in Uint32Constant() 41 Node* GraphAssembler::Float64Constant(double value) { in Float64Constant() 45 Node* GraphAssembler::HeapConstant(Handle<HeapObject> object) { in HeapConstant() 50 Node* GraphAssembler::ExternalConstant(ExternalReference ref) { in ExternalConstant() 54 Node* GraphAssembler::CEntryStubConstant(int result_size) { in CEntryStubConstant() [all …]
|
D | graph-assembler.h | 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() [all …]
|
D | memory-optimizer.h | 142 GraphAssembler* gasm() { return &graph_assembler_; } in gasm() 150 GraphAssembler graph_assembler_;
|
D | effect-control-linearizer.h | 214 GraphAssembler* gasm() { return &graph_assembler_; } in gasm() 223 GraphAssembler graph_assembler_;
|