Searched defs:labels (Results 1 – 10 of 10) sorted by relevance
77 let labels = insns.filter(item => (item instanceof Label)); variable171 let labels = insns.filter(item => (item instanceof Label)); variable
44 private labels: Map<number, string> // Label.id : Label string name property in AssemblyDumper
149 "labels": [], array
801 auto labels = GetLabels(); in CreateLabel() local808 auto labels = GetLabels(); in BindLabel() local
823 std::vector<std::string> labels; in PrepareCatchBlock() local
931 std::vector<Label> labels; in GetPredecessors() local
580 auto labels = function["l"]; in ParseFunctionLabels() local
2417 std::vector<std::string> labels {"try_begin", "try_end", "catch_begin"}; in TEST() local2622 std::vector<std::string> labels {"try_begin", "try_end", "catch_begin"}; in TEST() local
49 auto labels = static_cast<Aarch32LabelHolder *>(GetLabels())->labels_; in ~Aarch32Encoder() local
64 auto labels = static_cast<Aarch64LabelHolder *>(GetLabels())->labels_; in ~Aarch64Encoder() local