Searched refs:GetEntryLabel (Results 1 - 17 of 17) sorted by relevance

/art/compiler/optimizing/
H A Dintrinsics_utils.h52 assembler->Bind(GetEntryLabel());
H A Dintrinsics_arm64.cc108 __ Bind(GetEntryLabel());
1164 __ B(hs, slow_path->GetEntryLabel());
1195 __ B(eq, slow_path->GetEntryLabel());
1319 __ B(slow_path->GetEntryLabel());
1329 __ B(hi, slow_path->GetEntryLabel());
1407 __ B(eq, slow_path->GetEntryLabel());
1461 __ B(eq, slow_path->GetEntryLabel());
1780 __ B(slow_path->GetEntryLabel(), lt);
1786 __ B(slow_path->GetEntryLabel(), lt);
1790 __ B(slow_path->GetEntryLabel(), l
[all...]
H A Dintrinsics_arm.cc977 __ b(slow_path->GetEntryLabel(), CS);
1009 __ b(slow_path->GetEntryLabel(), EQ);
1133 __ b(slow_path->GetEntryLabel());
1143 __ b(slow_path->GetEntryLabel(), HI);
1223 __ b(slow_path->GetEntryLabel(), EQ);
1277 __ b(slow_path->GetEntryLabel(), EQ);
1331 __ b(slow_path->GetEntryLabel(), LT);
1337 __ b(slow_path->GetEntryLabel(), LT);
1345 __ b(slow_path->GetEntryLabel(), LT);
1350 __ CompareAndBranchIfNonZero(pos_reg, slow_path->GetEntryLabel());
[all...]
H A Dintrinsics_x86_64.cc929 __ j(kAboveEqual, slow_path->GetEntryLabel());
998 __ j(kLess, slow_path->GetEntryLabel());
1004 __ j(kLess, slow_path->GetEntryLabel());
1013 __ j(kLess, slow_path->GetEntryLabel());
1019 __ j(kNotEqual, slow_path->GetEntryLabel());
1024 __ j(kLess, slow_path->GetEntryLabel());
1028 __ j(kLess, slow_path->GetEntryLabel());
1038 __ j(kLess, slow_path->GetEntryLabel());
1065 __ j(kEqual, slow_path->GetEntryLabel());
1069 __ j(kEqual, slow_path->GetEntryLabel());
[all...]
H A Dcode_generator_arm64.cc228 __ Bind(GetEntryLabel());
258 __ Bind(GetEntryLabel());
290 __ Bind(GetEntryLabel());
344 __ Bind(GetEntryLabel());
372 __ Bind(GetEntryLabel());
397 __ Bind(GetEntryLabel());
446 __ Bind(GetEntryLabel());
495 __ Bind(GetEntryLabel());
516 __ Bind(GetEntryLabel());
601 __ Bind(GetEntryLabel());
[all...]
H A Dcode_generator_x86_64.cc63 __ Bind(GetEntryLabel());
89 __ Bind(GetEntryLabel());
115 __ Bind(GetEntryLabel());
150 __ Bind(GetEntryLabel());
191 __ Bind(GetEntryLabel());
234 __ Bind(GetEntryLabel());
291 __ Bind(GetEntryLabel());
327 __ Bind(GetEntryLabel());
387 __ Bind(GetEntryLabel());
408 __ Bind(GetEntryLabel());
[all...]
H A Dcode_generator_x86.cc59 __ Bind(GetEntryLabel());
85 __ Bind(GetEntryLabel());
111 __ Bind(GetEntryLabel());
135 __ Bind(GetEntryLabel());
172 __ Bind(GetEntryLabel());
214 __ Bind(GetEntryLabel());
250 __ Bind(GetEntryLabel());
307 __ Bind(GetEntryLabel());
366 __ Bind(GetEntryLabel());
387 __ Bind(GetEntryLabel());
[all...]
H A Dintrinsics_x86.cc1067 __ j(kAboveEqual, slow_path->GetEntryLabel());
1140 __ j(kLess, slow_path->GetEntryLabel());
1145 __ j(kLess, slow_path->GetEntryLabel());
1150 __ j(kLess, slow_path->GetEntryLabel());
1156 __ j(kLess, slow_path->GetEntryLabel());
1160 __ j(kLess, slow_path->GetEntryLabel());
1166 __ j(kLess, slow_path->GetEntryLabel());
1193 __ j(kEqual, slow_path->GetEntryLabel());
1197 __ j(kEqual, slow_path->GetEntryLabel());
1201 __ j(kEqual, slow_path->GetEntryLabel());
[all...]
H A Dintrinsics_mips64.cc96 __ Bind(GetEntryLabel());
1324 __ Bgeuc(idx, TMP, slow_path->GetEntryLabel());
1356 __ Beqzc(argument, slow_path->GetEntryLabel());
1490 __ Bc(slow_path->GetEntryLabel());
1499 __ Bltuc(tmp_reg, char_reg, slow_path->GetEntryLabel()); // UTF-16 required
1583 __ Beqzc(byte_array, slow_path->GetEntryLabel());
1648 __ Beqzc(string_to_copy, slow_path->GetEntryLabel());
H A Dcode_generator_mips64.cc115 __ Bind(GetEntryLabel());
150 __ Bind(GetEntryLabel());
184 __ Bind(GetEntryLabel());
238 __ Bind(GetEntryLabel());
270 __ Bind(GetEntryLabel());
297 __ Bind(GetEntryLabel());
341 __ Bind(GetEntryLabel());
387 __ Bind(GetEntryLabel());
983 __ Bltc(TMP, AT, slow_path->GetEntryLabel());
1003 __ Bnezc(TMP, slow_path->GetEntryLabel());
[all...]
H A Dcode_generator_arm.cc71 __ Bind(GetEntryLabel());
95 __ Bind(GetEntryLabel());
120 __ Bind(GetEntryLabel());
163 __ Bind(GetEntryLabel());
205 __ Bind(GetEntryLabel());
258 __ Bind(GetEntryLabel());
292 __ Bind(GetEntryLabel());
349 __ Bind(GetEntryLabel());
370 __ Bind(GetEntryLabel());
433 __ Bind(GetEntryLabel());
[all...]
H A Dcode_generator_mips.cc154 __ Bind(GetEntryLabel());
190 __ Bind(GetEntryLabel());
225 __ Bind(GetEntryLabel());
283 __ Bind(GetEntryLabel());
316 __ Bind(GetEntryLabel());
344 __ Bind(GetEntryLabel());
389 __ Bind(GetEntryLabel());
440 __ Bind(GetEntryLabel());
1100 __ Blt(TMP, AT, slow_path->GetEntryLabel());
1121 __ Bnez(TMP, slow_path->GetEntryLabel());
[all...]
H A Dcode_generator_mips.h158 MipsLabel* GetEntryLabel() { return &entry_label_; } function in class:art::mips::SlowPathCodeMIPS
H A Dcode_generator_mips64.h158 Mips64Label* GetEntryLabel() { return &entry_label_; } function in class:art::mips64::SlowPathCodeMIPS64
H A Dintrinsics_mips.cc107 __ Bind(GetEntryLabel());
1913 __ Bgeu(idx, TMP, slow_path->GetEntryLabel());
1945 __ Beqz(argument, slow_path->GetEntryLabel());
2080 __ B(slow_path->GetEntryLabel());
2097 __ Bltu(tmp_reg, char_reg, slow_path->GetEntryLabel());
2190 __ Beqz(byte_array, slow_path->GetEntryLabel());
2252 __ Beqz(string_to_copy, slow_path->GetEntryLabel());
H A Dcode_generator_arm64.h73 vixl::Label* GetEntryLabel() { return &entry_label_; } function in class:art::arm64::SlowPathCodeARM64
H A Dcode_generator.h106 Label* GetEntryLabel() { return &entry_label_; } function in class:art::SlowPathCode

Completed in 6925 milliseconds