Home
last modified time | relevance | path

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

/art/runtime/arch/x86/
Dfault_handler_x86.cc339 uint32_t trigger = Thread::ThreadSuspendTriggerOffset<8>().Int32Value(); in Action() local
341 uint32_t trigger = Thread::ThreadSuspendTriggerOffset<4>().Int32Value(); in Action()
346 uint8_t checkinst1[] = {0x65, 0x48, 0x8b, 0x04, 0x25, static_cast<uint8_t>(trigger & 0xff), in Action()
347 static_cast<uint8_t>((trigger >> 8) & 0xff), 0, 0}; in Action()
349 uint8_t checkinst1[] = {0x64, 0x8b, 0x05, static_cast<uint8_t>(trigger & 0xff), in Action()
350 static_cast<uint8_t>((trigger >> 8) & 0xff), 0, 0}; in Action()
/art/test/423-invoke-interface/
Dinfo.txt1 invoke-interface test with hopefully enough interface methods to trigger
/art/test/144-static-field-sigquit/
Dinfo.txt8 to trigger occasionally with the buildbots.
/art/test/585-inline-unresolved/smali/
DTestCase.smali27 # We need multiple returns to trigger the crash.
/art/test/533-regression-debugphi/smali/
DTestCase.smali18 # This is a reduced test case that used to trigger an infinite loop
/art/tools/
Dcpplint.py742 trigger = base_trigger * 2**_VerboseLevel()
744 if self.lines_in_function > trigger:
753 self.current_function, self.lines_in_function, trigger))