Home
last modified time | relevance | path

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

/art/runtime/jit/
Dprofile_compilation_info.h421 ProfileLoadSatus LoadInternal(int fd, std::string* error);
Dprofile_compilation_info.cc158 ProfileLoadSatus status = LoadInternal(fd, &error); in Load()
839 ProfileLoadSatus status = LoadInternal(fd, &error); in Load()
850 ProfileCompilationInfo::ProfileLoadSatus ProfileCompilationInfo::LoadInternal( in LoadInternal() function in art::ProfileCompilationInfo