Searched defs:startup (Results 1 - 3 of 3) sorted by relevance

/art/libartbase/base/
H A Dlogging.h52 bool startup; member in struct:art::LogVerbosity
/art/runtime/jit/
H A Dprofile_compilation_info.h272 // hot, startup, or post startup, or a combination of the previous.
540 size_t MethodBitIndex(bool startup, size_t index) const { argument
542 // The format is [startup bitmap][post startup bitmap]
543 // This compresses better than ([startup bit][post statup bit])*
545 return index + (startup
H A Dprofile_saver.cc127 FetchAndCacheResolvedClassesAndMethods(/*startup*/ true);
295 // resolved_classes out argument if startup is true.
302 bool startup,
354 if (startup) {
355 // We only record classes for the startup case. This may change in the future.
363 // Mark startup methods as hot if they have more than hot_method_sample_threshold
382 void ProfileSaver::FetchAndCacheResolvedClassesAndMethods(bool startup) { argument
402 const uint32_t hot_method_sample_threshold = startup ?
409 startup,
435 flags |= startup
298 SampleClassesAndExecutedMethods(pthread_t profiler_pthread, bool profile_boot_class_path, ScopedArenaAllocator* allocator, uint32_t hot_method_sample_threshold, bool startup, TypeReferenceCollection* resolved_classes, MethodReferenceCollection* hot_methods, MethodReferenceCollection* sampled_methods) argument
[all...]

Completed in 216 milliseconds