Searched refs:Overwrite (Results 1 – 9 of 9) sorted by relevance
/art/test/800-smali/smali/ |
D | b_20843113.smali | 22 move-exception v0 # Overwrite the (last) "this" register. This should be
|
/art/runtime/ |
D | safe_map.h | 119 iterator Overwrite(const K& k, const V& v) { in Overwrite() function
|
D | instrumentation.cc | 576 requested_instrumentation_levels_.Overwrite(key, desired_level); in ConfigureStubs()
|
D | trace.cc | 1045 the_trace_->exited_threads_.Overwrite(thread->GetTid(), name); in StoreExitingThreadInfo()
|
/art/runtime/base/ |
D | mutex.cc | 276 most_common_blocked.Overwrite(blocked_tid, it->second + count); in DumpContention() 282 most_common_blocker.Overwrite(owner_tid, it->second + count); in DumpContention()
|
/art/compiler/optimizing/ |
D | nodes.cc | 561 cached_float_constants_.Overwrite(value, constant); in CacheFloatConstant() 567 cached_double_constants_.Overwrite(value, constant); in CacheDoubleConstant()
|
D | bounds_check_elimination.cc | 611 GetValueRangeMap(basic_block)->Overwrite(instruction->GetId(), range); in AssignRange()
|
D | nodes.h | 540 cache->Overwrite(value, constant);
|
/art/compiler/driver/ |
D | compiler_driver.cc | 2779 compiled_classes_.Overwrite(ref, compiled_class); in RecordClassStatus()
|