Home
last modified time | relevance | path

Searched refs:bkpt (Results 1 – 3 of 3) sorted by relevance

/art/runtime/arch/arm/
Dasm_support_arm.S144 bkpt
145 bkpt
Dquick_entrypoints_arm.S709 bkpt
831 bkpt @ unreached
1316 bkpt // We should never enter here.
2281 bkpt 0
2282 bkpt 0
2527 bkpt // 2 bytes
2572 bkpt // Unreachable.
/art/dex2oat/linker/arm/
Drelative_patcher_thumb2_test.cc689 uint16_t bkpt = 0xbe00; in TEST_F() local
692 EXPECT_EQ(bkpt, GetOutputInsn16(thunk_offset + 4u)); in TEST_F()