Searched refs:GetOatdataOffsetsToCompliledCodeOffset (Results 1 – 3 of 3) sorted by relevance
79 const std::vector<uint32_t>& GetOatdataOffsetsToCompliledCodeOffset() const;
136 const std::vector<uint32_t>& CompiledCode::GetOatdataOffsetsToCompliledCodeOffset() const { in GetOatdataOffsetsToCompliledCodeOffset() function in art::CompiledCode
405 const std::vector<uint32_t>& offsets = compiled_code.GetOatdataOffsetsToCompliledCodeOffset(); in FixupCompiledCodeOffset()