Home
last modified time | relevance | path

Searched refs:HandleCache (Results 1 – 4 of 4) sorted by relevance

/art/compiler/optimizing/
Dreference_type_propagation.h64 static void FixUpInstructionType(HInstruction* instruction, HandleCache* handle_cache);
71 HandleCache* handle_cache)
Dreference_type_propagation.cc107 HandleCache* GetHandleCache() { in GetHandleCache()
800 HandleCache* handle_cache) { in FixUpInstructionType()
814 HandleCache* handle_cache) { in MergeTypes()
Dnodes.h310 class HandleCache {
312 explicit HandleCache(VariableSizedHandleScope* handles) : handles_(handles) { } in HandleCache() function
434 HandleCache* GetHandleCache() { return &handle_cache_; } in GetHandleCache()
757 HandleCache handle_cache_;
Dnodes.cc51 ReferenceTypeInfo::TypeHandle HandleCache::CreateRootHandle(VariableSizedHandleScope* handles, in CreateRootHandle()