Home
last modified time | relevance | path

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

/art/runtime/arch/arm/
Dfault_handler_arm.cc124 uint16_t checkinst2 = 0x6800; in Action() local
133 VLOG(signals) << "inst2: " << std::hex << inst2 << " checkinst2: " << checkinst2; in Action()
134 if (inst2 != checkinst2) { in Action()
/art/runtime/arch/x86/
Dfault_handler_x86.cc360 uint8_t checkinst2[] = {0x85, 0x00}; in Action() local
366 if (pc[0] != checkinst2[0] || pc[1] != checkinst2[1]) { in Action()