Home
last modified time | relevance | path

Searched refs:DexInstructionDebugInfo (Results 1 – 5 of 5) sorted by relevance

/aosp12/art/openjdkjvmti/
H A Dti_method.cc227 art::CodeItemDebugInfoAccessor accessor(art_method->DexInstructionDebugInfo()); in GetLocalVariableTable()
482 accessor = art::CodeItemDebugInfoAccessor(art_method->DexInstructionDebugInfo()); in GetLineNumberTable()
748 art::CodeItemDebugInfoAccessor accessor(method->DexInstructionDebugInfo()); in GetSlotType()
/aosp12/art/runtime/
H A Dart_method-inl.h411 inline CodeItemDebugInfoAccessor ArtMethod::DexInstructionDebugInfo() { in DexInstructionDebugInfo() function
H A Dart_method.h780 ALWAYS_INLINE CodeItemDebugInfoAccessor DexInstructionDebugInfo()
/aosp12/art/compiler/optimizing/
H A Dinliner.cc1889 CodeItemDebugInfoAccessor code_item_accessor(resolved_method->DexInstructionDebugInfo()); in TryBuildAndInlineHelper()
/aosp12/art/runtime/dex/
H A Ddex_file_annotations.cc1714 CodeItemDebugInfoAccessor accessor(method->DexInstructionDebugInfo()); in GetLineNumFromPC()