Home
last modified time | relevance | path

Searched defs:type_index (Results 1 – 15 of 15) sorted by relevance

/art/tools/veridex/
Dflow_analysis.cc511 dex::TypeIndex type_index(instruction.VRegC_22c()); in ProcessDexInstruction() local
518 dex::TypeIndex type_index(instruction.VRegB_35c()); in ProcessDexInstruction() local
525 dex::TypeIndex type_index(instruction.VRegB_3rc()); in ProcessDexInstruction() local
646 dex::TypeIndex type_index(instruction.VRegB_21c()); in ProcessDexInstruction() local
/art/compiler/optimizing/
Dinstruction_builder.cc1062 HNewInstance* HInstructionBuilder::BuildNewInstance(dex::TypeIndex type_index, uint32_t dex_pc) { in BuildNewInstance()
1827 dex::TypeIndex type_index, in BuildNewArray()
1841 dex::TypeIndex type_index, in BuildFilledNewArray()
1964 HLoadClass* HInstructionBuilder::BuildLoadClass(dex::TypeIndex type_index, uint32_t dex_pc) { in BuildLoadClass()
1972 HLoadClass* HInstructionBuilder::BuildLoadClass(dex::TypeIndex type_index, in BuildLoadClass()
2015 dex::TypeIndex type_index) { in ResolveClass()
2059 dex::TypeIndex type_index, in BuildTypeCheck()
2888 dex::TypeIndex type_index(instruction.VRegC_22c()); in ProcessDexInstruction() local
2898 dex::TypeIndex type_index(instruction.VRegB_35c()); in ProcessDexInstruction() local
2908 dex::TypeIndex type_index(instruction.VRegB_3rc()); in ProcessDexInstruction() local
[all …]
Dsharpening.cc160 dex::TypeIndex type_index = load_class->GetTypeIndex(); in ComputeLoadClassKind() local
/art/runtime/
Ddex_to_dex_decompiler.cc67 const uint16_t type_index = NextIndex(); in DecompileNop() local
/art/runtime/entrypoints/quick/
Dquick_throw_entrypoints.cc127 dex::TypeIndex type_index(check_cast.VRegB_21c()); in artThrowClassCastException() local
/art/runtime/dex/
Ddex_file_annotations.cc195 uint32_t type_index = DecodeUnsignedLeb128(&annotation); in SearchAnnotationSet() local
355 uint32_t type_index = DecodeUnsignedLeb128(annotation); in ProcessEncodedAnnotation() local
490 dex::TypeIndex type_index(index); in ProcessAnnotationValue() local
794 uint32_t type_index = DecodeUnsignedLeb128(&annotation); in GetAnnotationItemFromAnnotationSet() local
1282 uint32_t type_index = DecodeUnsignedLeb128(&annotation); in IsMethodBuildAnnotationPresent() local
/art/libprofile/profile/
Dprofile_compilation_info.cc803 uint16_t type_index; in ReadInlineCache() local
874 uint16_t type_index = last_class_index + diff_with_last_class_index; in ReadClasses() local
1768 for (const dex::TypeIndex& type_index : dex_data->class_set) { in GetClassesAndMethods() local
2343 for (const dex::TypeIndex& type_index : dex_data->class_set) { in ExtractProfileData() local
Dprofile_compilation_info.h151 dex::TypeIndex type_index; // the type index of the class member
Dprofile_compilation_info_test.cc95 dex::TypeIndex type_index, in AddClass()
/art/dex2oat/dex/
Ddex_to_dex_compiler.cc324 const uint16_t type_index = NextIndex(); in Compile() local
/art/profman/
Dprofman.cc747 for (const dex::TypeIndex& type_index : class_types) { in GetClassNamesAndMethods() local
925 dex::TypeIndex type_index = dex_file->GetIndexForTypeId(*type_id); in FindClass() local
Dprofile_assistant_test.cc80 dex::TypeIndex type_index) { in AddClass()
/art/dexlayout/
Ddex_ir_builder.cc846 const dex::TypeIndex type_index = it.GetHandlerTypeIndex(); in DedupeOrCreateCodeItem() local
/art/runtime/jit/
Djit_code_cache.cc1554 dex::TypeIndex type_index; in GetProfiledMethods() local
/art/dex2oat/driver/
Dcompiler_driver.cc768 dex::TypeIndex type_index( in InitializeTypeCheckBitstrings() local