Home
last modified time | relevance | path

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

/aosp12/art/runtime/arch/x86/
H A Dfault_handler_x86.cc380 uint8_t checkinst1[] = {0x65, 0x48, 0x8b, 0x04, 0x25, static_cast<uint8_t>(trigger & 0xff), in Action() local
383 uint8_t checkinst1[] = {0x64, 0x8b, 0x05, static_cast<uint8_t>(trigger & 0xff), in Action() local
401 uint8_t* ptr = pc - sizeof(checkinst1); in Action()
404 if (memcmp(ptr, checkinst1, sizeof(checkinst1)) == 0) { in Action()
/aosp12/art/runtime/arch/arm64/
H A Dfault_handler_arm64.cc110 uint32_t checkinst1 = 0xf9400240 | in Action() local
133 VLOG(signals) << "inst1: " << std::hex << inst1 << " checkinst1: " << checkinst1; in Action()
134 if (inst1 == checkinst1) { in Action()
/aosp12/art/runtime/arch/arm/
H A Dfault_handler_arm.cc139 uint32_t checkinst1 = 0xf8d90000 in Action() local
162 VLOG(signals) << "inst1: " << std::hex << inst1 << " checkinst1: " << checkinst1; in Action()
163 if (inst1 == checkinst1) { in Action()