Searched refs:GetEntryLabel (Results 1 – 5 of 5) sorted by relevance
52 assembler->Bind(GetEntryLabel()); in EmitNativeCode()
90 __ Bind(GetEntryLabel()); in EmitNativeCode()197 __ Bind(GetEntryLabel()); in EmitNativeCode()977 __ Bind(GetEntryLabel()); in EmitNativeCode()1070 failure = slow_path->GetEntryLabel(); in GenCas()1205 __ CompareAndBranchIfZero(arg, slow_path->GetEntryLabel()); in VisitStringCompareTo()1680 __ B(slow_path->GetEntryLabel()); in GenerateVisitStringIndexOf()1690 __ B(hs, slow_path->GetEntryLabel()); in GenerateVisitStringIndexOf()1760 __ B(eq, slow_path->GetEntryLabel()); in VisitStringNewStringFromBytes()1803 __ B(eq, slow_path->GetEntryLabel()); in VisitStringNewStringFromString()1867 __ B(lt, slow_path->GetEntryLabel()); in CheckPosition()[all …]
122 Label* GetEntryLabel() { return &entry_label_; } in GetEntryLabel() function
125 vixl::aarch64::Label* GetEntryLabel() { return &entry_label_; } in GetEntryLabel() function
227 vixl::aarch32::Label* GetEntryLabel() { return &entry_label_; } in GetEntryLabel() function