Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dreference_type_propagation.h98 HandleCache* handle_cache)
Dreference_type_propagation.cc85 HandleCache* handle_cache, in RTPVisitor() argument
90 handle_cache_(handle_cache), in RTPVisitor()
811 HandleCache handle_cache(handle_scope); in FixUpInstructionType() local
815 select->SetReferenceTypeInfo(MergeTypes(false_rti, true_rti, &handle_cache)); in FixUpInstructionType()
823 HandleCache* handle_cache) { in MergeTypes() argument
848 handle_cache->NewHandle(a_type_handle->GetCommonSuperClass(b_type_handle)); in MergeTypes()
858 result_type_handle = handle_cache->GetObjectClassHandle(); in MergeTypes()