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