Home
last modified time | relevance | path

Searched refs:us (Results 1 – 8 of 8) 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/runtime/interpreter/mterp/arm/
Dfloating_point.S334 * to modest integer. The EABI convert function isn't doing this for us.
376 * to modest integer. The EABI convert function isn't doing this for us.
/art/compiler/optimizing/
Dexecution_subgraph_test.cc103 std::unordered_set<const HBasicBlock*> us(sas.begin(), sas.end()); in operator ==() local
104 return bs == us; in operator ==()
/art/runtime/
Druntime_options.def190 // Switching this on adds ~500us to the startup on userdebug builds, or for
/art/runtime/interpreter/mterp/armng/
Dmain.S1949 * to modest integer. The EABI convert function isn't doing this for us.