Home
last modified time | relevance | path

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

/art/openjdkjvmti/
Dti_method.cc208 art::CodeItemDebugInfoAccessor accessor(art_method->DexInstructionDebugInfo()); in GetLocalVariableTable()
461 accessor = art::CodeItemDebugInfoAccessor(art_method->DexInstructionDebugInfo()); in GetLineNumberTable()
603 art::CodeItemDebugInfoAccessor accessor(method->DexInstructionDebugInfo()); in GetSlotType()
/art/runtime/
Dart_method-inl.h412 inline CodeItemDebugInfoAccessor ArtMethod::DexInstructionDebugInfo() { in DexInstructionDebugInfo() function
Dart_method.h734 ALWAYS_INLINE CodeItemDebugInfoAccessor DexInstructionDebugInfo()
Ddebugger.cc1669 CodeItemDebugInfoAccessor accessor(m->DexInstructionDebugInfo()); in OutputLineTable()
1702 CodeItemDebugInfoAccessor accessor(m->DexInstructionDebugInfo()); in OutputVariableTable()
3749 CodeItemDebugInfoAccessor accessor(m->DexInstructionDebugInfo()); in ConfigureStep()
/art/compiler/optimizing/
Dinliner.cc1769 CodeItemDebugInfoAccessor code_item_accessor(resolved_method->DexInstructionDebugInfo()); in TryBuildAndInlineHelper()
/art/runtime/dex/
Ddex_file_annotations.cc1773 CodeItemDebugInfoAccessor accessor(method->DexInstructionDebugInfo()); in GetLineNumFromPC()