Home
last modified time | relevance | path

Searched defs:dex_method_index (Results 1 – 11 of 11) sorted by relevance

/art/runtime/
Dimtable-inl.h37 uint32_t dex_method_index, in GetImtHashComponents()
79 uint32_t dex_method_index) { in GetImtIndexForAbstractMethod()
Dclass_linker.cc4041 uint32_t dex_method_index; member
4095 const uint32_t dex_method_index = method.GetIndex(); in LoadMethod() local
/art/libdexfile/dex/
Dcode_item_accessors.h147 uint32_t dex_method_index) { in CodeItemDebugInfoAccessor()
Dcode_item_accessors-inl.h188 uint32_t dex_method_index) { in Init()
Dcompact_dex_file.h297 uint32_t GetDebugInfoOffset(uint32_t dex_method_index) const { in GetDebugInfoOffset()
/art/compiler/debug/
Dmethod_debug_info.h34 uint32_t dex_method_index; member
/art/compiler/optimizing/
Dstack_map_stream.cc260 uint32_t dex_method_index = method->GetDexMethodIndex(); in BeginInlineInfoEntry() local
Dreference_type_propagation.cc496 uint32_t dex_method_index = invoke->GetResolvedMethodReference().index; in SetClassAsTypeInfo() local
Dinliner.cc1367 uint32_t dex_method_index = FindMethodIndexIn( in TryDevirtualize() local
Dinstruction_builder.cc1182 uint32_t dex_method_index = method_reference.index; in BuildInvoke() local
/art/oatdump/
Doatdump.cc294 uint32_t dex_method_index, in WalkOatMethod()