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

/art/compiler/optimizing/
H A Dreference_type_propagation.cc78 bool is_first_run)
83 is_first_run_(is_first_run) {}
119 bool is_first_run,
125 is_first_run_(is_first_run) {
74 RTPVisitor(HGraph* graph, Handle<mirror::DexCache> hint_dex_cache, HandleCache* handle_cache, ArenaVector<HInstruction*>* worklist, bool is_first_run) argument
116 ReferenceTypePropagation(HGraph* graph, Handle<mirror::DexCache> hint_dex_cache, StackHandleScopeCollection* handles, bool is_first_run, const char* name) argument

Completed in 254 milliseconds