Home
last modified time | relevance | path

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

/art/runtime/arch/arm64/
Dfault_handler_arm64.cc112 uint32_t checkinst2 = 0xf9400000; in Action() local
121 VLOG(signals) << "inst2: " << std::hex << inst2 << " checkinst2: " << checkinst2; in Action()
122 if (inst2 != checkinst2) { in Action()
/art/runtime/arch/arm/
Dfault_handler_arm.cc138 uint16_t checkinst2 = 0x6800; in Action() local
147 VLOG(signals) << "inst2: " << std::hex << inst2 << " checkinst2: " << checkinst2; in Action()
148 if (inst2 != checkinst2) { in Action()
/art/runtime/arch/x86/
Dfault_handler_x86.cc386 uint8_t checkinst2[] = {0x85, 0x00}; in Action() local
392 if (pc[0] != checkinst2[0] || pc[1] != checkinst2[1]) { in Action()