Searched refs:SrcMapElem (Results 1 – 12 of 12) sorted by relevance
/art/compiler/ |
D | compiled_method.h | 94 class SrcMapElem { 100 inline bool operator<(const SrcMapElem& lhs, const SrcMapElem& rhs) { 107 inline bool operator==(const SrcMapElem& lhs, const SrcMapElem& rhs) { 112 class SrcMap FINAL : public std::vector<SrcMapElem, Allocator> { 114 using std::vector<SrcMapElem, Allocator>::begin; 115 using typename std::vector<SrcMapElem, Allocator>::const_iterator; 116 using std::vector<SrcMapElem, Allocator>::empty; 117 using std::vector<SrcMapElem, Allocator>::end; 118 using std::vector<SrcMapElem, Allocator>::resize; 119 using std::vector<SrcMapElem, Allocator>::shrink_to_fit; [all …]
|
D | compiled_method.cc | 108 const ArrayRef<const SrcMapElem>& src_mapping_table, in CompiledMethod() 129 const ArrayRef<const SrcMapElem>& src_mapping_table, in SwapAllocCompiledMethod()
|
D | compiled_method_test.cc | 24 SrcMapElem elems[] = { in TEST()
|
/art/compiler/driver/ |
D | compiled_method_storage.h | 32 class SrcMapElem; variable 55 const LengthPrefixedArray<SrcMapElem>* DeduplicateSrcMappingTable( 56 const ArrayRef<const SrcMapElem>& src_map); 57 void ReleaseSrcMappingTable(const LengthPrefixedArray<SrcMapElem>* src_map); 99 ArrayDedupeSet<SrcMapElem> dedupe_src_mapping_table_;
|
D | compiled_method_storage_test.cc | 59 const SrcMapElem raw_src_map1[] = { { 1u, 2u }, { 3u, 4u }, { 5u, 6u } }; in TEST() 60 const SrcMapElem raw_src_map2[] = { { 8u, 7u }, { 6u, 5u }, { 4u, 3u }, { 2u, 1u } }; in TEST() 61 ArrayRef<const SrcMapElem> src_map[] = { in TEST() 62 ArrayRef<const SrcMapElem>(raw_src_map1), in TEST() 63 ArrayRef<const SrcMapElem>(raw_src_map2), in TEST()
|
D | compiled_method_storage.cc | 176 LengthPrefixedArrayAlloc<SrcMapElem>(swap_space_.get())), in CompiledMethodStorage() 210 const LengthPrefixedArray<SrcMapElem>* CompiledMethodStorage::DeduplicateSrcMappingTable( in DeduplicateSrcMappingTable() 211 const ArrayRef<const SrcMapElem>& src_map) { in DeduplicateSrcMappingTable() 215 void CompiledMethodStorage::ReleaseSrcMappingTable(const LengthPrefixedArray<SrcMapElem>* src_map) { in ReleaseSrcMappingTable()
|
D | compiler_driver.h | 66 class SrcMapElem; variable 67 using SwapSrcMap = SrcMap<SwapAllocator<SrcMapElem>>;
|
/art/compiler/debug/ |
D | elf_debug_line_writer.h | 97 std::vector<SrcMapElem> pc2dex_map; in WriteCompilationUnit() 225 for (SrcMapElem pc2dex : pc2dex_map) { in WriteCompilationUnit()
|
/art/compiler/linker/ |
D | relative_patcher_test.h | 95 /* src_mapping_table */ ArrayRef<const SrcMapElem>(), in AddCompiledMethod()
|
/art/compiler/dex/ |
D | dex_to_dex_compiler.cc | 365 ArrayRef<const SrcMapElem>(), // src_mapping_table in ArtCompileDEX()
|
/art/compiler/jni/quick/ |
D | jni_compiler.cc | 497 ArrayRef<const SrcMapElem>(), in ArtJniCompileMethodInternal()
|
/art/compiler/optimizing/ |
D | optimizing_compiler.cc | 600 ArrayRef<const SrcMapElem>(), in Emit()
|