Home
last modified time | relevance | path

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

/art/compiler/
Dcompiler.h92 explicit Compiler(CompilerDriver* driver, uint64_t warning) : in Compiler() argument
93 driver_(driver), maximum_compilation_time_before_warning_(warning) { in Compiler()
/art/build/
DAndroid.common.mk39 $(warning unsupported TARGET_ARCH=$(TARGET_ARCH))
42 $(warning unsupported HOST_ARCH=$(HOST_ARCH))
/art/runtime/base/unix_file/
Dfd_file.h94 void moveTo(GuardState target, GuardState warn_threshold, const char* warning);
99 void moveUp(GuardState target, const char* warning);
Dfd_file.cc59 void FdFile::moveTo(GuardState target, GuardState warn_threshold, const char* warning) { in moveTo() argument
63 LOG(::art::ERROR) << warning; in moveTo()
70 void FdFile::moveUp(GuardState target, const char* warning) { in moveUp() argument
76 LOG(::art::ERROR) << warning; in moveUp()
/art/runtime/arch/
Dmemcmp16.cc44 #pragma GCC diagnostic warning "-Wunused-function"
/art/test/800-smali/smali/
Db_17978759.smali19 # a warning. Verifier will still think p0 is locked.