Home
last modified time | relevance | path

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

/art/runtime/arch/arm/
Dfault_handler_arm.cc110 bool in_thumb_mode = sc->arm_cpsr & (1 << 5); in Action() local
111 uint32_t instr_size = in_thumb_mode ? GetInstructionSize(ptr) : 4; in Action()
112 uintptr_t gc_map_location = (sc->arm_pc + instr_size) | (in_thumb_mode ? 1 : 0); in Action()