/art/runtime/verifier/ |
reg_type_cache.h | 56 const RegType& From(mirror::ClassLoader* loader, const char* descriptor, bool precise) 62 const RegType& FromClass(const char* descriptor, mirror::Class* klass, bool precise) 64 const RegType& FromCat1Const(int32_t value, bool precise) 66 const RegType& FromCat2ConstLo(int32_t value, bool precise) 68 const RegType& FromCat2ConstHi(int32_t value, bool precise) 70 const RegType& FromDescriptor(mirror::ClassLoader* loader, const char* descriptor, bool precise) 77 // String is final and therefore always precise. 80 const RegType& JavaLangThrowable(bool precise) 82 return From(NULL, "Ljava/lang/Throwable;", precise); 126 const RegType& JavaLangClass(bool precise) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) [all...] |
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) { 126 return MatchingPrecisionForClass(entry, precise); [all...] |
/frameworks/base/media/java/android/media/ |
MediaTimeProvider.java | 56 * @param precise Whether getting a precise time is important. This is 64 public long getCurrentTimeUs(boolean precise, boolean monotonic)
|
/dalvik/vm/mterp/armv5te/ |
OP_MONITOR_ENTER.S | 11 EXPORT_PC() @ need for precise GC
|
/dalvik/vm/mterp/x86/ |
OP_MONITOR_ENTER.S | 11 EXPORT_PC # need for precise GC
|
/external/chromium_org/content/common/input/ |
synthetic_web_input_event_builders.h | 32 bool precise);
|
synthetic_web_input_event_builders.cc | 59 bool precise) { 69 result.hasPreciseScrollingDeltas = precise;
|
/art/runtime/base/ |
timing_logger.h | 78 explicit TimingLogger(const char* name, bool precise, bool verbose);
|
timing_logger.cc | 124 TimingLogger::TimingLogger(const char* name, bool precise, bool verbose) 125 : name_(name), precise_(precise), verbose_(verbose), current_split_(NULL) {
|
/external/oprofile/events/i386/atom/ |
unit_masks | 78 0x0A mispred Retired mispredicted branch instructions (precise event) 97 0x01 l2_hit Retired loads that hit the L2 cache (precise event) 98 0x02 l2_miss Retired loads that miss the L2 cache (precise event) 99 0x04 dtlb_miss Retired loads that miss the DTLB (precise event)
|
events | 11 event:0xc5 counters:0,1 um:zero minimum:500 name:BR_MISS_PRED_RETIRED : number of mispredicted branches retired (precise)
|
/device/asus/grouper/ |
device-common.mk | 95 # we have enough storage space to hold precise GC data 96 PRODUCT_TAGS += dalvik.gc.type-precise
|
/external/linux-tools-perf/util/ |
parse-events.c | 738 int eu = 0, ek = 0, eh = 0, precise = 0; local 763 precise++; 777 attr->precise_ip = precise;
|
/device/asus/flo/ |
device-common.mk | 145 PRODUCT_TAGS += dalvik.gc.type-precise
|
/device/lge/mako/ |
device.mk | 158 PRODUCT_TAGS += dalvik.gc.type-precise
|
/device/samsung/manta/ |
device.mk | 134 PRODUCT_TAGS += dalvik.gc.type-precise
|
/external/clang/lib/CodeGen/ |
CGDecl.cpp | 1705 ARCPreciseLifetime_t precise = (D.hasAttr<ObjCPreciseLifetimeAttr>() local 1708 precise); local [all...] |