Home
last modified time | relevance | path

Searched refs:us (Results 1 – 9 of 9) sorted by relevance

/art/libartbase/base/
Dtime_utils.h95 static constexpr uint64_t UsToNs(uint64_t us) { in UsToNs() argument
96 return us * 1000; in UsToNs()
/art/test/151-OpenFileLimit/
Dinfo.txt2 prevent us from launching a new thread.
/art/test/800-smali/smali/
Db_21645819.smali4 # The method declares a parameter of an inaccessible class. This should not abort/kill us.
/art/test/175-alloc-big-bignums/
Dinfo.txt3 the garbage collector often enough to prevent us from running out of memory.
/art/libnativeloader/
DAndroid.bp116 // Cannot use art_standalone_gtest_defaults because it makes us link
/art/libartservice/service/
DAndroid.bp249 // Statically link against system server to allow us to mock system
/art/runtime/
Druntime_options.def196 // Switching this on adds ~500us to the startup on userdebug builds, or for
Dmutator_gc_coord.md251 ("need to notify us when suspended") flags.
/art/runtime/interpreter/mterp/armng/
Dmain.S1972 * to modest integer. The EABI convert function isn't doing this for us.