Home
last modified time | relevance | path

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

/art/runtime/
Dart_method-inl.h405 inline CodeItemDebugInfoAccessor ArtMethod::DexInstructionDebugInfo() { in DexInstructionDebugInfo() function
Dart_method.h789 ALWAYS_INLINE CodeItemDebugInfoAccessor DexInstructionDebugInfo()
/art/openjdkjvmti/
Dti_method.cc226 art::CodeItemDebugInfoAccessor accessor(art_method->DexInstructionDebugInfo()); in GetLocalVariableTable()
479 accessor = art::CodeItemDebugInfoAccessor(art_method->DexInstructionDebugInfo()); in GetLineNumberTable()
745 art::CodeItemDebugInfoAccessor accessor(method->DexInstructionDebugInfo()); in GetSlotType()
/art/runtime/dex/
Ddex_file_annotations.cc1752 CodeItemDebugInfoAccessor accessor(method->DexInstructionDebugInfo()); in GetLineNumFromPC()
/art/compiler/optimizing/
Dinliner.cc1998 CodeItemDebugInfoAccessor code_item_accessor(resolved_method->DexInstructionDebugInfo()); in TryBuildAndInlineHelper()