Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dreference_type_propagation.h59 static void FixUpInstructionType(HInstruction* instruction, HandleCache* handle_cache);
66 HandleCache* handle_cache)
Dreference_type_propagation.cc768 HandleCache* handle_cache) { in FixUpInstructionType() argument
774 select->SetReferenceTypeInfo(MergeTypes(false_rti, true_rti, handle_cache)); in FixUpInstructionType()
782 HandleCache* handle_cache) { in MergeTypes() argument
807 handle_cache->NewHandle(a_type_handle->GetCommonSuperClass(b_type_handle)); in MergeTypes()
817 result_type_handle = handle_cache->GetObjectClassHandle(); in MergeTypes()