Home
last modified time | relevance | path

Searched refs:GetOatdataOffsetsToCompliledCodeOffset (Results 1 – 3 of 3) sorted by relevance

/art/compiler/
Dcompiled_method.h79 const std::vector<uint32_t>& GetOatdataOffsetsToCompliledCodeOffset() const;
Dcompiled_method.cc136 const std::vector<uint32_t>& CompiledCode::GetOatdataOffsetsToCompliledCodeOffset() const { in GetOatdataOffsetsToCompliledCodeOffset() function in art::CompiledCode
Delf_writer_mclinker.cc405 const std::vector<uint32_t>& offsets = compiled_code.GetOatdataOffsetsToCompliledCodeOffset(); in FixupCompiledCodeOffset()