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

/art/compiler/optimizing/
H A Dreference_type_propagation.cc75 HandleCache* handle_cache,
80 handle_cache_(handle_cache),
777 HandleCache handle_cache(handle_scope);
781 select->SetReferenceTypeInfo(MergeTypes(false_rti, true_rti, &handle_cache));
789 HandleCache* handle_cache) {
814 handle_cache->NewHandle(a_type_handle->GetCommonSuperClass(b_type_handle));
824 result_type_handle = handle_cache->GetObjectClassHandle();
72 RTPVisitor(HGraph* graph, Handle<mirror::ClassLoader> class_loader, Handle<mirror::DexCache> hint_dex_cache, HandleCache* handle_cache, bool is_first_run) argument
787 MergeTypes(const ReferenceTypeInfo& a, const ReferenceTypeInfo& b, HandleCache* handle_cache) argument

Completed in 21 milliseconds