Searched defs:dex_method_index (Results 1 - 4 of 4) sorted by relevance

/art/runtime/
H A Dmethod_reference.h28 MethodReference(const DexFile* file, uint32_t index) : dex_file(file), dex_method_index(index) {
31 uint32_t dex_method_index; member in struct:art::MethodReference
37 return mr1.dex_method_index < mr2.dex_method_index;
/art/compiler/debug/
H A Dmethod_debug_info.h30 uint32_t dex_method_index; member in struct:art::debug::MethodDebugInfo
/art/oatdump/
H A Doatdump.cc234 uint32_t dex_method_index,
256 info.dex_method_index = dex_method_index;
231 WalkOatMethod(const OatFile::OatMethod& oat_method, const DexFile& dex_file, uint32_t class_def_index, uint32_t dex_method_index, const DexFile::CodeItem* code_item, uint32_t method_access_flags) argument
/art/compiler/optimizing/
H A Dnodes.h3768 uint32_t dex_method_index,
3775 dex_method_index_(dex_method_index),
3811 uint32_t dex_method_index,
3818 dex_method_index,
4123 uint32_t dex_method_index,
4125 : HInvoke(arena, number_of_arguments, 0u, return_type, dex_pc, dex_method_index, kVirtual),
4149 uint32_t dex_method_index,
4151 : HInvoke(arena, number_of_arguments, 0u, return_type, dex_pc, dex_method_index, kInterface),
3763 HInvoke(ArenaAllocator* arena, uint32_t number_of_arguments, uint32_t number_of_other_inputs, Primitive::Type return_type, uint32_t dex_pc, uint32_t dex_method_index, InvokeType original_invoke_type) argument
3807 HInvokeUnresolved(ArenaAllocator* arena, uint32_t number_of_arguments, Primitive::Type return_type, uint32_t dex_pc, uint32_t dex_method_index, InvokeType invoke_type) argument
4119 HInvokeVirtual(ArenaAllocator* arena, uint32_t number_of_arguments, Primitive::Type return_type, uint32_t dex_pc, uint32_t dex_method_index, uint32_t vtable_index) argument
4145 HInvokeInterface(ArenaAllocator* arena, uint32_t number_of_arguments, Primitive::Type return_type, uint32_t dex_pc, uint32_t dex_method_index, uint32_t imt_index) argument

Completed in 105 milliseconds