Searched defs:profile_changed (Results 1 - 2 of 2) sorted by relevance

/art/runtime/native/
H A Ddalvik_system_DexFile.cc354 bool profile_changed) {
382 OatFileAssistant oat_file_assistant(filename, target_instruction_set, profile_changed, false);
415 false /* profile_changed */,
582 false /* profile_changed */,
350 GetDexOptNeeded(JNIEnv* env, const char* filename, const char* instruction_set, const char* compiler_filter_name, bool profile_changed) argument
/art/runtime/
H A Doat_file_assistant.cc67 bool profile_changed,
69 : OatFileAssistant(dex_location, nullptr, isa, profile_changed, load_executable)
75 bool profile_changed,
77 : isa_(isa), profile_changed_(profile_changed), load_executable_(load_executable) {
65 OatFileAssistant(const char* dex_location, const InstructionSet isa, bool profile_changed, bool load_executable) argument
72 OatFileAssistant(const char* dex_location, const char* oat_location, const InstructionSet isa, bool profile_changed, bool load_executable) argument

Completed in 86 milliseconds