Home
last modified time | relevance | path

Searched refs:first (Results 201 – 225 of 226) sorted by relevance

12345678910

/art/compiler/optimizing/
Dsuperblock_cloner_test.cc179 HInstruction* orig_instr = it.first; in TEST_F()
Dcode_generator.h953 InstructionType* other_instruction = it.first; in NewSlowPath()
Dintrinsics_x86_64.cc2701 Location first = locations->InAt(0); in VisitIntegerDivideUnsigned() local
2706 DCHECK_EQ(RAX, first.AsRegister<Register>()); in VisitIntegerDivideUnsigned()
Dintrinsics_x86.cc3046 Location first = locations->InAt(0); in VisitIntegerDivideUnsigned() local
3051 DCHECK_EQ(EAX, first.AsRegister<Register>()); in VisitIntegerDivideUnsigned()
Dcode_generator_arm64.cc987 uint32_t encoded_data = entry.first; in Finalize()
6632 const StringReference& string_reference = entry.first; in EmitJitRootPatches()
6638 const TypeReference& type_reference = entry.first; in EmitJitRootPatches()
/art/runtime/
Dsubtype_check_test.cc664 transitions[cur_depth].first, in EnsureStateChangedTestRecursive()
Dtrace.cc1018 os << it.first << "\t" << it.second << "\n"; in DumpThreadList()
Dclass_linker.cc1536 uint32_t base_offset = sro_base[offset_index].first; in VisitInternedStringReferences()
2569 if (data.allocator->ContainsUnsafe(it->first)) { in DeleteClassLoader()
2992 *pair.first, in FindClassInBootClassLoaderClassPath()
3067 *pair.first, in FindClass()
3629 while (lb != critical_native_code_with_clinit_check_.end() && lb->first <= last_method) { in FixupStaticTrampolines()
3630 lb->first->SetEntryPointFromJni(lb->second); in FixupStaticTrampolines()
7532 return BaseHashType::HashCombine(BaseHashType::HashCombine(0, key.first), key.second); in CheckVTableHasNoDuplicates()
7567 if (!result.first) { in CheckVTableHasNoDuplicates()
Dthread.cc2678 saved_frames_[depth_].first = m; in VisitFrame()
2829 build_trace_visitor.AddFrame(saved_frames[i].first, saved_frames[i].second); in CreateInternalStackTrace()
4056 const Instruction* inst = reinterpret_cast<const Instruction*>(entry.first); in SweepInterpreterCache()
Doat_file_assistant_test.cc1280 EXPECT_EQ(field.first, art_field->GetInt(dexfile.Get())); in TEST_F()
Doat_file.cc1820 if (secondary_lb != secondary_oat_dex_files_.end() && key == secondary_lb->first) { in GetOatDexFile()
/art/runtime/arch/
Dstub_test.cc61 if (pair.first.find("-Xmx") == 0) { in SetUpRuntimeOptions()
62 pair.first = "-Xmx4M"; // Smallest we can go. in SetUpRuntimeOptions()
/art/runtime/mirror/
Dvar_handle_test.cc132 static int32_t AccessModesBitMask(VarHandle::AccessMode first, Args... args) { in AccessModesBitMask() argument
133 return AccessModesBitMask(first) | AccessModesBitMask(args...); in AccessModesBitMask()
/art/runtime/verifier/
Dmethod_verifier.cc1850 auto it = insert_pair.first; in HandleMonitorDexPcsWorkLine()
3869 return result.first; in HandleMoveException()
4207 if (it.GetValueType() != type_and_max[i].first) { in CheckCallSite()
4210 << it.GetValueType() << "!=" << type_and_max[i].first; in CheckCallSite()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc1022 pair.second->Assign(soa_->Decode<mirror::Object>(pair.first)); in FixupReferences()
1023 soa_->Env()->DeleteLocalRef(pair.first); in FixupReferences()
/art/test/
DAndroid.bp744 "1906-suspend-list-me-first/src/art/Test1906.java",
882 "1906-suspend-list-me-first/expected.txt",
/art/
DTEST_MAPPING1104 "name": "art-run-test-676-proxy-jit-at-first-use"
/art/dex2oat/linker/
Doat_writer.cc1639 ArtMethod* method = p.first; in Postprocess()
2457 offset = pair.first->second; in VisitDexMethods()
3102 uint32_t boot_image_offset = entry.first; in WriteDataBimgRelRo()
/art/openjdkjvmti/
Dti_redefine.cc211 return { iter_->first, obsolete }; in operator *()
1766 art::Handle<art::mirror::Object> hinstance(pair.first); in CollectAndCreateNewInstances()
1773 return class_pair.first == hinstance->GetClass(); in CollectAndCreateNewInstances()
/art/runtime/gc/
Dheap.cc2261 size_t size = it->first; in MarkNonForwardedObject()
2456 CHECK(pair.first->IsImageSpace()); in PreZygoteFork()
2457 CHECK(!pair.first->AsImageSpace()->GetImageHeader().IsAppImage()); in PreZygoteFork()
/art/runtime/interpreter/mterp/arm/
Darithmetic.S354 cmpeq r0, r2 @ For correct EQ/NE, we may need to repeat the first CMP
/art/runtime/jit/
Djit.cc1398 dex_caches[pair.first], in CompileMethodsFromBootProfile()
/art/dexlayout/
Ddex_ir_builder.cc134 << " and address " << it.first->second; in AddItem()
Ddexlayout.cc1780 LayoutType& layout_type = it.first->second; in LayoutCodeItems()
/art/dex2oat/driver/
Dcompiler_driver.cc1405 can_link = is_put ? fast_path.second : fast_path.first; in ComputeInstanceFieldInfo()

12345678910