Home
last modified time | relevance | path

Searched refs:GetEntryLabel (Results 1 – 5 of 5) sorted by relevance

/art/compiler/optimizing/
Dintrinsics_utils.h52 assembler->Bind(GetEntryLabel()); in EmitNativeCode()
Dintrinsics_arm_vixl.cc90 __ 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 …]
Dcode_generator.h122 Label* GetEntryLabel() { return &entry_label_; } in GetEntryLabel() function
Dcode_generator_arm64.h125 vixl::aarch64::Label* GetEntryLabel() { return &entry_label_; } in GetEntryLabel() function
Dcode_generator_arm_vixl.h227 vixl::aarch32::Label* GetEntryLabel() { return &entry_label_; } in GetEntryLabel() function