Home
last modified time | relevance | path

Searched refs:LookupIntegerCache (Results 1 – 3 of 3) sorted by relevance

/art/compiler/optimizing/
Dintrinsic_objects.h59 static ObjPtr<mirror::ObjectArray<mirror::Object>> LookupIntegerCache(
Dintrinsic_objects.cc30 ObjPtr<mirror::ObjectArray<mirror::Object>> IntrinsicObjects::LookupIntegerCache( in LookupIntegerCache() function in art::IntrinsicObjects
/art/dex2oat/linker/
Dimage_writer.cc160 hs.NewHandle(IntrinsicObjects::LookupIntegerCache(self, class_linker)); in AllocateBootImageLiveObjects()