Home
last modified time | relevance | path

Searched refs:GraphAssemblerLabel (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/compiler/
Dgraph-assembler.h105 class GraphAssemblerLabel {
110 explicit GraphAssemblerLabel(GraphAssemblerLabelType type, Reps... reps) in GraphAssemblerLabel() function
120 ~GraphAssemblerLabel() { DCHECK(IsBound() || merged_count_ == 0); } in ~GraphAssemblerLabel()
152 static GraphAssemblerLabel<sizeof...(Reps)> MakeLabelFor( in MakeLabelFor()
154 return GraphAssemblerLabel<sizeof...(Reps)>(type, reps...); in MakeLabelFor()
159 static GraphAssemblerLabel<sizeof...(Reps)> MakeLabel(Reps... reps) { in MakeLabel()
165 static GraphAssemblerLabel<sizeof...(Reps)> MakeLoopLabel(Reps... reps) { in MakeLoopLabel()
171 static GraphAssemblerLabel<sizeof...(Reps)> MakeDeferredLabel(Reps... reps) { in MakeDeferredLabel()
244 void Bind(GraphAssemblerLabel<VarCount>* label);
247 void Goto(GraphAssemblerLabel<sizeof...(Vars)>* label, Vars...);
[all …]
Dgraph-assembler.cc227 void GraphAssembler::Branch(Node* condition, GraphAssemblerLabel<0u>* if_true, in Branch()
228 GraphAssemblerLabel<0u>* if_false) { in Branch()
Deffect-control-linearizer.h87 void TruncateTaggedPointerToBit(Node* node, GraphAssemblerLabel<1>* done);
Deffect-control-linearizer.cc1153 Node* node, GraphAssemblerLabel<1>* done) { in TruncateTaggedPointerToBit()