Searched refs:trigger (Results 1 – 6 of 6) sorted by relevance
/art/runtime/arch/x86/ |
D | fault_handler_x86.cc | 339 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/ |
D | info.txt | 1 invoke-interface test with hopefully enough interface methods to trigger
|
/art/test/144-static-field-sigquit/ |
D | info.txt | 8 to trigger occasionally with the buildbots.
|
/art/test/585-inline-unresolved/smali/ |
D | TestCase.smali | 27 # We need multiple returns to trigger the crash.
|
/art/test/533-regression-debugphi/smali/ |
D | TestCase.smali | 18 # This is a reduced test case that used to trigger an infinite loop
|
/art/tools/ |
D | cpplint.py | 742 trigger = base_trigger * 2**_VerboseLevel() 744 if self.lines_in_function > trigger: 753 self.current_function, self.lines_in_function, trigger))
|