Searched refs:CreateOatMethod (Results 1 – 2 of 2) sorted by relevance
46 OatFile::OatMethod CreateOatMethod(const void* code);
5606 static OatFile::OatMethod CreateOatMethod(const void* code) { in CreateOatMethod() function5635 OatFile::OatMethod oat_method = CreateOatMethod(method_code); in SetEntryPointsToCompiledCode()5646 OatFile::OatMethod oat_method = CreateOatMethod(quick_method_code); in SetEntryPointsToInterpreter()