Home
last modified time | relevance | path

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

/art/runtime/
Dart_method-inl.h411 inline CodeItemDebugInfoAccessor ArtMethod::DexInstructionDebugInfo() { in DexInstructionDebugInfo() function
Dart_method.h780 ALWAYS_INLINE CodeItemDebugInfoAccessor DexInstructionDebugInfo()
/art/openjdkjvmti/
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()
/art/compiler/optimizing/
Dinliner.cc1889 CodeItemDebugInfoAccessor code_item_accessor(resolved_method->DexInstructionDebugInfo()); in TryBuildAndInlineHelper()
/art/runtime/dex/
Ddex_file_annotations.cc1714 CodeItemDebugInfoAccessor accessor(method->DexInstructionDebugInfo()); in GetLineNumFromPC()