Home
last modified time | relevance | path

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

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