Home
last modified time | relevance | path

Searched defs:new_methods (Results 1 – 5 of 5) sorted by relevance

/art/runtime/jit/
Dprofile_saver.cc139 uint16_t new_methods = 0; in Run() local
270 bool ProfileSaver::ProcessProfilingInfo(uint16_t* new_methods) { in ProcessProfilingInfo()
670 uint16_t new_methods; in ForceProcessProfiles() local
/art/runtime/mirror/
Dclass-inl.h190 inline void Class::SetMethodsPtr(LengthPrefixedArray<ArtMethod>* new_methods, in SetMethodsPtr()
198 inline void Class::SetMethodsPtrUnchecked(LengthPrefixedArray<ArtMethod>* new_methods, in SetMethodsPtrUnchecked()
209 inline void Class::SetMethodsPtrInternal(LengthPrefixedArray<ArtMethod>* new_methods) { in SetMethodsPtrInternal()
1056 LengthPrefixedArray<ArtMethod>* new_methods = visitor(methods); in FixupNativePointers() local
/art/runtime/
Dart_method-inl.h485 ArtMethod** new_methods = visitor(old_methods); in UpdateObjectsForImageRelocation() local
Dclass_linker.cc3581 LengthPrefixedArray<ArtMethod>* new_methods) { in UpdateClassMethods()
/art/runtime/gc/space/
Dimage_space.cc1074 ArtMethod** new_methods = fixup_adapter.ForwardObject(methods); in RelocateInPlace() local