HomeSort by relevance Sort by last modified time
    Searched defs:new_methods (Results 1 - 4 of 4) sorted by null

  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new_handlers_wps.c 437 char *methods, *new_methods; local
443 new_methods = os_strdup(methods);
444 if (!new_methods)
448 wpa_s->conf->config_methods = new_methods;
  /art/runtime/
art_method-inl.h 486 mirror::MethodDexCacheType* new_methods = visitor(old_methods); local
487 if (old_methods != new_methods) {
488 SetDexCacheResolvedMethods(new_methods, pointer_size);
  /art/runtime/gc/space/
image_space.cc 1273 mirror::MethodDexCacheType* new_methods = fixup_adapter.ForwardObject(methods); local
    [all...]
  /art/runtime/mirror/
class-inl.h 227 inline void Class::SetMethodsPtr(LengthPrefixedArray<ArtMethod>* new_methods,
231 SetMethodsPtrUnchecked(new_methods, num_direct, num_virtual);
235 inline void Class::SetMethodsPtrUnchecked(LengthPrefixedArray<ArtMethod>* new_methods,
238 DCHECK_LE(num_direct + num_virtual, (new_methods == nullptr) ? 0 : new_methods->size());
239 SetMethodsPtrInternal(new_methods);
246 inline void Class::SetMethodsPtrInternal(LengthPrefixedArray<ArtMethod>* new_methods) {
248 static_cast<uint64_t>(reinterpret_cast<uintptr_t>(new_methods)));
1071 LengthPrefixedArray<ArtMethod>* new_methods = visitor(methods); local
    [all...]

Completed in 109 milliseconds