OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MsToNs
(Results
1 - 6
of
6
) sorted by null
/art/runtime/gc/
heap.h
110
static constexpr size_t kDefaultLongPauseLogThreshold =
MsToNs
(5);
111
static constexpr size_t kDefaultLongGCLogThreshold =
MsToNs
(100);
heap.cc
669
NanoSleep(
MsToNs
(10));
[
all
...]
/art/runtime/
utils.h
297
static constexpr inline uint64_t
MsToNs
(uint64_t ns) {
/art/dex2oat/
dex2oat.cc
[
all
...]
/art/compiler/driver/
compiler_driver.cc
[
all
...]
/art/runtime/verifier/
method_verifier.cc
262
if (duration_ns >
MsToNs
(100)) {
[
all
...]
Completed in 456 milliseconds