Home
last modified time | relevance | path

Searched refs:src_mapping_table_ (Results 1 – 4 of 4) sorted by relevance

/art/compiler/
Dcompiled_method.cc143 src_mapping_table_ = new SwapSrcMap(driver->GetSwapSpaceAllocator()); in CompiledMethod()
145 src_mapping_table_ = new SwapSrcMap(src_mapping_table->begin(), src_mapping_table->end(), in CompiledMethod()
159 src_mapping_table_ = src_mapping_table == nullptr ? in CompiledMethod()
201 delete src_mapping_table_; in ~CompiledMethod()
Dcompiled_method.h356 DCHECK(src_mapping_table_ != nullptr); in GetSrcMappingTable()
357 return *src_mapping_table_; in GetSrcMappingTable()
391 SwapSrcMap* src_mapping_table_; variable
/art/compiler/dex/quick/
Dcodegen_util.cc707 src_mapping_table_.reserve(pc2dex_src_entries); in CreateMappingTables()
728 src_mapping_table_.push_back(SrcMapElem({tgt_lir->offset, in CreateMappingTables()
1164 &src_mapping_table_, in GetCompiledMethod()
Dmir_to_lir.h1816 DefaultSrcMap src_mapping_table_; variable