Searched refs:second (Results 76 - 100 of 140) sorted by relevance

123456

/art/compiler/dex/quick/
H A Ddex_file_method_inliner.cc694 DCHECK_NE(it->second.flags & (kInlineIntrinsic | kInlineSpecial), 0);
695 return it->second.flags;
704 bool res = (it != inline_methods_.end() && (it->second.flags & kInlineIntrinsic) != 0);
706 *intrinsic = it->second;
714 return it != inline_methods_.end() && (it->second.flags & kInlineSpecial) != 0;
849 if (it != inline_methods_.end() && (it->second.opcode == kInlineStringInit)) {
852 return string_init_base_offset + it->second.d.data * pointer_size;
860 return (it != inline_methods_.end()) && (it->second.opcode == kInlineStringInit);
/art/compiler/dex/
H A Dverified_method.cc72 return (it != devirt_map_.end()) ? &it->second : nullptr;
78 return (it != dequicken_map_.end()) ? &it->second : nullptr;
/art/compiler/utils/
H A Dswap_space.h75 return lhs.second->Start() < rhs.second->Start();
H A Ddedupe_set-inl.h97 ++it->second;
102 size_t number_of_entries = entry.second;
/art/compiler/
H A Dimage_writer.cc423 ImageInfo& image_info = GetImageInfo(it->second);
730 return found->second;
989 size_t image_oat_index = pair.second;
1376 VisitReferencesVisitor visitor(this, work_stack, /*oat_index*/ pair.second);
1431 const size_t oat_index = it->second;
1543 NativeObjectRelocation& relocation = pair.second;
1673 CHECK_GE(it->second.offset, image_info.image_end_) << "ArtMethods should be after Objects";
1674 return reinterpret_cast<ArtMethod*>(image_info.image_begin_ + it->second.offset);
1724 NativeObjectRelocation& relocation = pair.second;
1843 obj->SetLockWord<kVerifyNone>(LockWord::FromHashCode(hash_pair.second,
[all...]
/art/runtime/gc/accounting/
H A Dmod_union_table.cc324 for (mirror::HeapReference<mirror::Object>* ref : ref_pair.second) {
336 for (mirror::HeapReference<mirror::Object>* obj_ptr : ref_pair.second) {
360 for (mirror::HeapReference<mirror::Object>* ref : ref_pair.second) {
399 found->second = cards_references;
411 std::vector<mirror::HeapReference<mirror::Object>*>& references = it->second;
/art/runtime/verifier/
H A Dregister_line.cc148 result += StringPrintf("<%d -> %x>", pairs.first, pairs.second);
412 uint32_t src_lock_levels = it->second;
420 if (pair.first != src && pair.second == src_lock_levels) {
491 uint32_t locked_levels = reg_to_lock_depths_.find(idx)->second;
492 uint32_t incoming_locked_levels = incoming_line->reg_to_lock_depths_.find(idx)->second;
/art/compiler/optimizing/
H A Dcode_generator_arm.cc815 it.second.start = __ GetAdjustedPosition(it.second.start);
816 it.second.end = __ GetAdjustedPosition(it.second.end);
2489 Location second = locations->InAt(1); local
2492 if (second.IsRegister()) {
2495 ShifterOperand(second.AsRegister<Register>()));
2499 second.GetConstant()->AsIntConstant()->GetValue());
2504 DCHECK(second.IsRegisterPair());
2507 ShifterOperand(second
2564 Location second = locations->InAt(1); local
2639 Location second = locations->InAt(1); local
2702 Location second = locations->InAt(1); local
2726 Location second = locations->InAt(1); local
2760 Location second = locations->InAt(1); local
2801 Location second = locations->InAt(1); local
2887 Location second = locations->InAt(1); local
3025 Location second = locations->InAt(1); local
3308 Location second = locations->InAt(1); local
5038 DRegister second = FromLowSToD(destination.AsFpuRegisterPairLow<SRegister>()); local
5786 Location second = locations->InAt(1); local
5892 Location second = locations->InAt(1); local
[all...]
H A Dregister_allocator_test.cc767 HInstruction* second = new (allocator) HParameterValue( local
770 entry->AddInstruction(second);
776 *div = new (allocator) HDiv(Primitive::kPrimInt, first, second, 0); // don't care about dex_pc.
861 LiveInterval* second = BuildInterval(ranges2, arraysize(ranges2), &allocator, -1, two); local
862 locations = new (&allocator) LocationSummary(second->GetDefinedBy(), LocationSummary::kNoCall);
898 register_allocator.unhandled_core_intervals_.push_back(second);
911 intervals.push_back(second);
H A Dstack_map_stream.cc76 dex_register_locations_.push_back(it->second);
430 for (uint32_t test_entry_index : entries_it->second) {
435 entries_it->second.push_back(current_entry_index);
/art/runtime/
H A Dparsed_options.cc331 const_cast<void*>(options[i].second));
338 reinterpret_cast<CompilerCallbacks*>(const_cast<void*>(options[i].second));
343 const char* isa_str = reinterpret_cast<const char*>(options[i].second);
353 const void* hook = options[i].second;
360 const void* hook = options[i].second;
373 const void* hook = options[i].second;
384 const void* hook = options[i].second;
395 // It is a regular option, that doesn't have a known 'second' value.
H A Doat.cc40 estimate += it->second.length() + 1;
507 strcpy(data_ptr, it->second.c_str());
508 data_ptr += it->second.length() + 1;
H A Dutils.cc1008 // We want the third field from the line whose second field contains the "cpu" token.
1605 // These blocks (given by the first dex pc) need exception per dex-pc handling in a second
1622 uint32_t node_id = dex_pc_to_node_id.find(block_start_dex_pc)->second;
1627 << " -> node" << node_id_it->second << ":p" << handler_pc
1639 last_node_id = it->second;
1664 << " -> node" << target_it->second << ":p" << (dex_pc + offset)
1698 << " -> node" << target_it->second << ":p" << (abs_offset)
1727 uint32_t node_id = dex_pc_to_node_id.find(block_start_dex_pc)->second;
1732 << " -> node" << node_id_it->second << ":p" << handler_pc
1745 uint32_t this_node_id = dex_pc_to_incl_id.find(dex_pc)->second;
[all...]
/art/cmdline/detail/
H A Dcmdline_parse_argument_detail.h114 return best_match.second;
318 size_t best_match_size = closest_match_res.second;
391 return SaveArgument(value_pair.second);
/art/compiler/linker/arm/
H A Drelative_patcher_thumb2_test.cc78 if (result3.second == method3_offset + 1 /* thumb mode */) {
82 CHECK_EQ(result3.second, method3_offset + aligned_thunk_size + 1 /* thumb mode */);
90 CHECK_NE(result.second & 1u, 0u);
91 return result.second - 1 /* thumb mode */;
/art/runtime/base/
H A Dstl_util.h79 delete i->second;
H A Dmutex.cc79 const int32_t one_sec = 1000 * 1000 * 1000; // one second in nanoseconds.
276 most_common_blocked.Overwrite(blocked_tid, it->second + count);
282 most_common_blocker.Overwrite(owner_tid, it->second + count);
291 if (pair.second > max_tid_count) {
293 max_tid_count = pair.second;
302 if (pair.second > max_tid_count) {
304 max_tid_count = pair.second;
/art/runtime/gc/
H A Dtask_processor_test.cc133 auto* task = new TestOrderTask(pair.first, pair.second, &counter);
H A Dallocation_record.cc105 AllocRecord& record = it->second;
146 AllocRecord& record = it->second;
/art/runtime/jit/
H A Ddebugger_interface.cc150 DeleteJITCodeEntryInternal(it->second);
/art/runtime/interpreter/mterp/out/
H A Dmterp_mips.S4390 # is second operand zero?
4429 # is second operand zero?
4468 # is second operand zero?
4508 # is second operand zero?
4543 # is second operand zero?
4584 # is second operand zero?
4619 # is second operand zero?
4659 # is second operand zero?
4698 # is second operand zero?
4737 # is second operan
[all...]
/art/runtime/gc/space/
H A Dmalloc_space.cc64 freed.second = nullptr;
109 return recent_freed_objects_[pos].second;
H A Dlarge_object_space.cc48 delete m.second.mem_map;
180 return it->second.is_zygote;
186 pair.second.is_zygote = true;
198 MemMap* mem_map = it->second.mem_map;
213 size_t alloc_size = it->second.mem_map->BaseSize();
234 MemMap* mem_map = pair.second.mem_map;
/art/imgdiag/
H A Dimgdiag.cc131 // In actuality there's more than 1 map, but the second one is read-only.
678 mirror::Class* klass = vk_pair.second;
705 off_t offset = pair.second;
756 off_t offset = pair.second;
788 mirror::Class* klass = vk_pair.second;
827 os << " " << PrettyClass(vk_pair.second) << " (" << vk_pair.first << ")\n";
888 value_key_vector.push_back(std::make_pair(value_mapper(kv_pair.second), kv_pair.first));
/art/compiler/debug/
H A Delf_debug_info_writer.h162 bool unique = owner_->defined_dex_classes_.insert(dex_class_desc).second;
412 mirror::Class* base_class = base_class_reference.second;
415 info_.UpdateUint32(reference_offset, it->second);
496 info_.UpdateUint32(lazy_type.second, WriteTypeDeclaration(lazy_type.first));
516 return it->second;

Completed in 662 milliseconds

123456