/art/odrefresh/ |
D | odr_compilation_log.cc | 47 is >> entry.trigger >> std::ws; in operator >>() 65 os << entry.trigger << kSpace; in operator <<() 76 lhs.trigger == rhs.trigger && lhs.when == rhs.when && lhs.exit_code == rhs.exit_code; in operator ==() 162 OdrMetrics::Trigger trigger, in Log() argument 166 Log(apex_version, last_update_millis, trigger, now, compilation_result); in Log() 171 OdrMetrics::Trigger trigger, in Log() argument 176 static_cast<int32_t>(trigger), in Log() 182 bool OdrCompilationLog::ShouldAttemptCompile(OdrMetrics::Trigger trigger, time_t now) const { in ShouldAttemptCompile() argument 188 if (trigger == OdrMetrics::Trigger::kApexVersionMismatch || in ShouldAttemptCompile() 189 trigger == OdrMetrics::Trigger::kDexFilesChanged) { in ShouldAttemptCompile()
|
D | odr_compilation_log.h | 36 int32_t trigger; member 68 bool ShouldAttemptCompile(OdrMetrics::Trigger trigger, time_t now = 0) const; 78 OdrMetrics::Trigger trigger, 83 OdrMetrics::Trigger trigger,
|
D | odr_statslog_android.cc | 123 record->trigger = TranslateTrigger(record->trigger); in ReadValues() 124 if (record->trigger < 0) { in ReadValues() 156 record.trigger, in UploadStatsIfAvailable()
|
D | odr_metrics_record_test.cc | 33 .trigger = 0x01020304, in TEST_F() 61 ASSERT_EQ(expected.trigger, actual.trigger); in TEST_F()
|
D | odr_metrics.h | 106 void SetTrigger(const Trigger trigger) { in SetTrigger() argument 107 trigger_ = trigger; in SetTrigger() 172 std::ostream& operator<<(std::ostream& os, OdrMetrics::Trigger trigger);
|
D | odr_metrics_record.cc | 35 is >> record.trigger >> std::ws; in operator >>() 58 os << record.trigger << kSpace; in operator <<()
|
D | odr_metrics_record.h | 34 int32_t trigger; member
|
D | odr_metrics.cc | 123 record->trigger = static_cast<uint32_t>(trigger_.value()); in ToRecord()
|
D | odr_compilation_log_test.cc | 217 static_cast<OdrMetrics::Trigger>(e.trigger), in TEST_F() 255 static_cast<OdrMetrics::Trigger>(e.trigger), in TEST_F()
|
D | odr_metrics_test.cc | 98 enum_cast<OdrMetrics::Trigger>(record.trigger)); in TEST_F()
|
/art/runtime/arch/x86/ |
D | fault_handler_x86.cc | 376 uint32_t trigger = Thread::ThreadSuspendTriggerOffset<kRuntimePointerSize>().Int32Value(); in Action() local 380 uint8_t checkinst1[] = {0x65, 0x48, 0x8b, 0x04, 0x25, static_cast<uint8_t>(trigger & 0xff), in Action() 381 static_cast<uint8_t>((trigger >> 8) & 0xff), 0, 0}; in Action() 383 uint8_t checkinst1[] = {0x64, 0x8b, 0x05, static_cast<uint8_t>(trigger & 0xff), in Action() 384 static_cast<uint8_t>((trigger >> 8) & 0xff), 0, 0}; in Action()
|
/art/test/2040-huge-native-alloc/ |
D | info.txt | 1 Check that we properly trigger world stop collections after a lot of native
|
/art/test/423-invoke-interface/ |
D | info.txt | 1 invoke-interface test with hopefully enough interface methods to trigger
|
/art/test/1000-non-moving-space-stress/ |
D | info.txt | 1 Regression test for a bug that used to trigger GC crashes during a
|
/art/test/144-static-field-sigquit/ |
D | info.txt | 8 to trigger occasionally with the buildbots.
|
/art/test/175-alloc-big-bignums/ |
D | info.txt | 2 associated memory will be in the C++ heap. This makes sure that we trigger
|
/art/test/824-verification-rethrow/jasmin/ |
D | Bar.j | 18 ; Missing super constructor call will trigger a verification error.
|
/art/test/585-inline-unresolved/smali/ |
D | TestCase.smali | 27 # We need multiple returns to trigger the crash.
|
/art/tools/luci/config/generated/ |
D | luci-scheduler.cfg | 257 trigger { 291 trigger { 325 trigger {
|
/art/test/533-regression-debugphi/smali/ |
D | TestCase.smali | 18 # This is a reduced test case that used to trigger an infinite loop
|