Home
last modified time | relevance | path

Searched refs:HandleCache (Results 1 – 4 of 4) 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.cc102 HandleCache* GetHandleCache() { in GetHandleCache()
768 HandleCache* handle_cache) { in FixUpInstructionType()
782 HandleCache* handle_cache) { in MergeTypes()
Dnodes.h307 class HandleCache {
309 explicit HandleCache(VariableSizedHandleScope* handles) : handles_(handles) { } in HandleCache() function
426 HandleCache* GetHandleCache() { return &handle_cache_; } in GetHandleCache()
733 HandleCache handle_cache_;
Dnodes.cc42 ReferenceTypeInfo::TypeHandle HandleCache::CreateRootHandle(VariableSizedHandleScope* handles, in CreateRootHandle()