Home
last modified time | relevance | path

Searched refs:AddInlineCacheToBuffer (Results 1 – 2 of 2) sorted by relevance

/art/runtime/jit/
Dprofile_compilation_info.h465 void AddInlineCacheToBuffer(std::vector<uint8_t>* buffer,
Dprofile_compilation_info.cc322 AddInlineCacheToBuffer(&buffer, method_it.second); in Save()
335 void ProfileCompilationInfo::AddInlineCacheToBuffer(std::vector<uint8_t>* buffer, in AddInlineCacheToBuffer() function in art::ProfileCompilationInfo