HomeSort by relevance Sort by last modified time
    Searched refs:RawMachineLabel (Results 1 - 11 of 11) sorted by null

  /external/v8/src/compiler/
fast-accessor-assembler.h 30 class RawMachineLabel;
80 LabelId FromRaw(RawMachineLabel* label);
82 RawMachineLabel* FromId(LabelId value) const;
93 std::vector<RawMachineLabel*> labels_;
fast-accessor-assembler.cc 66 RawMachineLabel is_jsobject, is_not_jsobject, merge;
121 RawMachineLabel pass, fail;
135 RawMachineLabel is_null, not_null;
147 RawMachineLabel* label =
148 new (zone()->New(sizeof(RawMachineLabel))) RawMachineLabel;
162 RawMachineLabel pass;
197 RawMachineLabel* label) {
211 RawMachineLabel* FastAccessorAssembler::FromId(LabelId label) const {
raw-machine-assembler.cc 56 void RawMachineAssembler::Goto(RawMachineLabel* label) {
63 void RawMachineAssembler::Branch(Node* condition, RawMachineLabel* true_val,
64 RawMachineLabel* false_val) {
72 void RawMachineAssembler::Switch(Node* index, RawMachineLabel* default_label,
74 RawMachineLabel** case_labels,
332 void RawMachineAssembler::Bind(RawMachineLabel* label) {
340 BasicBlock* RawMachineAssembler::Use(RawMachineLabel* label) {
346 BasicBlock* RawMachineAssembler::EnsureBlock(RawMachineLabel* label) {
376 RawMachineLabel::RawMachineLabel()
    [all...]
raw-machine-assembler.h 22 class RawMachineLabel;
612 void Goto(RawMachineLabel* label);
613 void Branch(Node* condition, RawMachineLabel* true_val,
614 RawMachineLabel* false_val);
615 void Switch(Node* index, RawMachineLabel* default_label, int32_t* case_values,
616 RawMachineLabel** case_labels, size_t case_count);
620 void Bind(RawMachineLabel* label);
653 BasicBlock* Use(RawMachineLabel* label);
654 BasicBlock* EnsureBlock(RawMachineLabel* label);
676 class RawMachineLabel final
    [all...]
interpreter-assembler.cc 658 RawMachineLabel match, no_match;
711 RawMachineLabel match, no_match;
  /external/v8/test/cctest/compiler/
test-branch-combine.cc 26 RawMachineLabel blocka, blockb;
49 RawMachineLabel blocka, blockb;
77 RawMachineLabel blocka, blockb;
99 RawMachineLabel blocka, blockb;
121 RawMachineLabel blocka, blockb;
143 RawMachineLabel blocka, blockb;
165 RawMachineLabel blocka, blockb;
189 RawMachineLabel blocka, blockb;
219 RawMachineLabel blocka, blockb;
247 RawMachineLabel blocka, blockb
    [all...]
test-basic-block-profiler.cc 40 RawMachineLabel blocka, blockb, end;
80 RawMachineLabel header, body, end;
test-run-machops.cc 486 RawMachineLabel blocka, blockb;
578 RawMachineLabel blocka, blockb;
611 RawMachineLabel next;
624 RawMachineLabel labels[10];
639 RawMachineLabel blocka, blockb;
655 RawMachineLabel blocka, blockb, end;
672 RawMachineLabel header, body, exit;
689 RawMachineLabel blocka, blockb, end;
765 RawMachineLabel body, header, end;
784 RawMachineLabel blocka, blockb, end
    [all...]
  /external/v8/test/unittests/compiler/arm64/
instruction-selector-arm64-unittest.cc     [all...]
  /external/v8/test/unittests/compiler/arm/
instruction-selector-arm-unittest.cc 261 RawMachineLabel a, b;
280 RawMachineLabel a, b;
296 RawMachineLabel a, b;
318 RawMachineLabel a, b;
337 RawMachineLabel a, b;
362 RawMachineLabel a, b;
385 RawMachineLabel a, b;
411 RawMachineLabel a, b;
432 RawMachineLabel a, b;
454 RawMachineLabel a, b
    [all...]
  /external/v8/test/unittests/compiler/
instruction-selector-unittest.cc 280 RawMachineLabel a, b, c;
300 RawMachineLabel a, b, c;

Completed in 211 milliseconds