Searched defs:precise (Results 1 - 2 of 2) sorted by relevance
/art/runtime/base/ |
H A D | timing_logger.cc | 124 TimingLogger::TimingLogger(const char* name, bool precise, bool verbose) argument 125 : name_(name), precise_(precise), verbose_(verbose), current_split_(NULL) {
|
/art/runtime/verifier/ |
H A D | reg_type_cache.cc | 32 static bool MatchingPrecisionForClass(RegType* entry, bool precise) 34 if (entry->IsPreciseReference() == precise) { 35 // We were or weren't looking for a precise reference and we found what we need. 38 if (!precise && entry->GetClass()->CannotBeAssignedFromOtherTypes()) { 39 // We weren't looking for a precise reference, as we're looking up based on a descriptor, but 40 // we found a matching entry based on the descriptor. Return the precise entry in that case. 64 bool precise) { 89 return From(loader, descriptor, precise); 120 bool RegTypeCache::MatchDescriptor(size_t idx, const char* descriptor, bool precise) { argument 126 return MatchingPrecisionForClass(entry, precise); 63 FromDescriptor(mirror::ClassLoader* loader, const char* descriptor, bool precise) argument 160 From(mirror::ClassLoader* loader, const char* descriptor, bool precise) argument 207 FromClass(const char* descriptor, mirror::Class* klass, bool precise) argument 445 FromCat1Const(int32_t value, bool precise) argument 464 FromCat2ConstLo(int32_t value, bool precise) argument 482 FromCat2ConstHi(int32_t value, bool precise) argument [all...] |
Completed in 41 milliseconds