Home
last modified time | relevance | path

Searched refs:bne (Results 1 – 10 of 10) sorted by relevance

/art/runtime/arch/arm/
Dmemcmp16_arm.S63 bne 1b
93 bne 5f
132 bne 2f
144 bne 2f
150 bne 8f
177 bne 9f
179 bne 8b
219 bne 7f
Djni_entrypoints_arm.S39 bne .Llookup_stub_fast_or_critical_native
93 bne .Lcritical_copy_args_loop
131 bne .Lcritical_skip_prepare_runtime_method
196 bne .Lcritical_copy_args_loop_back
Dquick_entrypoints_arm.S571 bne .Lnot_unlocked @ Check if unlocked.
787 bne .Lcheck_assignability
1488 bne .Limt_conflict_trampoline_retry_load
1496 bne .Limt_conflict_trampoline_dex_cache_miss
1962 bne .Lindexof_loop1
2627 bne .Ldone
2634 bne .Lentry2
2637 bne .Lentry1
2640 bne .Ldone
2647 bne .Lentry3
[all …]
/art/dex2oat/linker/arm/
Drelative_patcher_thumb2_test.cc733 uint32_t bne = BneWWithOffset(GetMethodOffset(method_idx) + kLiteralOffset, thunk_offset); in TestBakerFieldWide() local
735 const std::vector<uint8_t> expected_code = RawCode({bne, ldr}); in TestBakerFieldWide()
736 ASSERT_EQ(kMethodCodeSize, expected_code.size()) << "bne=0x" << std::hex << bne; in TestBakerFieldWide()
834 uint32_t bne = BneWWithOffset(GetMethodOffset(method_idx) + kLiteralOffset, thunk_offset); in TestBakerFieldNarrow() local
836 const std::vector<uint8_t> expected_code = RawCode({bne, ldr}); in TestBakerFieldNarrow()
837 ASSERT_EQ(kMethodCodeSize, expected_code.size()) << "bne=0x" << std::hex << bne; in TestBakerFieldNarrow()
1025 const uint32_t bne = BneWWithOffset(kLiteralOffset1, RoundUp(raw_code1.size(), kArmAlignment)); in TEST_F() local
1026 const std::vector<uint8_t> expected_code1 = RawCode({kNopWInsn, bne, kLdrWInsn, kNopInsn}); in TEST_F()
1130 uint32_t bne = BneWWithOffset(GetMethodOffset(method_idx) + kLiteralOffset, thunk_offset); in TEST_F() local
1131 const std::vector<uint8_t> expected_code = RawCode({bne, ldr(base_reg)}); in TEST_F()
[all …]
/art/runtime/interpreter/mterp/arm/
Dobject.S32 bne MterpPossibleException
120 bne MterpPossibleException @ bail out
185 bne MterpException
Dother.S15 bne MterpPossibleException @ let reference interpreter deal with it.
89 bne MterpPossibleException @ let reference interpreter deal with it.
160 bne MterpException
183 bne MterpException
Darray.S57 bne MterpException
/art/runtime/arch/arm64/
Djni_entrypoints_arm64.S154 bne .Lcritical_copy_args_loop
267 bne .Lcritical_copy_args_back_loop
Dquick_entrypoints_arm64.S518 bne .LisDouble
528 bne .LisLong
538 bne .LisOther
651 bne .LisDouble2
661 bne .LisLong2
671 bne .LisOther2
1114 bne .Lcheck_assignability
1729 bne .Limt_conflict_trampoline_dex_cache_miss
/art/compiler/utils/
Dassembler_thumb_test_expected.cc.inc81 " 102: 71 d1 bne #226\n"