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

123456

/art/compiler/utils/
H A Dassembler.h330 result.second.swap(delayed_advance_pcs_);
H A Dassembler_thumb_test.cc193 EmitAndCheck(assembler, testname, results->second);
428 __ mov(R0, ShifterOperand(0x6a000000)); // rotated to second position
/art/runtime/
H A Dclass_linker.cc2249 if (pair.second != nullptr) {
2259 *pair.second);
2383 if (pair.second != nullptr) {
2389 *pair.second);
7136 ArtMethod* new_vtable_method = translated_method_it->second;
7155 if (translation_it->second.IsInConflict()) {
7165 } else if (translation_it->second.IsAbstract()) {
7175 DCHECK(translation_it->second.IsTranslation());
7176 translated_method = translation_it->second.GetTranslation();
7183 auto* new_method = it->second;
[all...]
H A Dinstrumentation.cc582 requested_level = std::max(requested_level, v.second);
H A Ddex_file_verifier.cc1647 if (UNLIKELY(it->second != type)) {
1649 offset, type, it->second);
H A Ddebugger.cc4847 const gc::AllocRecord* record = &it->second;
4986 const gc::AllocRecord* record = &it->second;
5037 const gc::AllocRecord* record = &it->second;
/art/compiler/utils/arm/
H A Dassembler_arm_test.h199 Imm j = pair.second;
H A Dassembler_thumb2.cc307 const std::vector<DelayedAdvancePC>& advances = data.second;
/art/runtime/verifier/
H A Dreg_type_cache.cc236 const RegType* reg_type = pair.second;
/art/test/
H A DAndroid.run-test.mk336 # * 137-cfi needs to unwind a second forked process. We're using a primitive sleep to wait till we
337 # hope the second process got into the expected state. The slowness of gcstress makes this bad.
/art/runtime/entrypoints/quick/
H A Dquick_trampoline_entrypoints.cc830 pair.second->Assign(soa_->Decode<mirror::Object*>(pair.first));
919 pair.second->Assign(soa_->Decode<mirror::Object*>(pair.first));
1981 // In the second case, we need to execute the binding and continue with the actual native function
/art/runtime/interpreter/
H A Dunstarted_runtime.cc619 // Check that the second type is not primitive.
1703 (*iter->second)(self, shadow_frame, result, arg_offset);
1720 (*iter->second)(self, method, receiver, args, result);
/art/runtime/gc/collector/
H A Dconcurrent_copying.cc961 // Saw empty mark stack for a second time, done.
1762 uint8_t* addr = it->second;
1836 // Copy the object. TODO: copy only the lockword in the second iteration and on?
/art/compiler/utils/mips/
H A Dassembler_mips.cc61 const std::vector<DelayedAdvancePC>& advances = data.second;
2674 // Ensure that the first move doesn't clobber the input of the second.
/art/compiler/utils/mips64/
H A Dassembler_mips64.cc50 const std::vector<DelayedAdvancePC>& advances = data.second;

Completed in 2150 milliseconds

123456