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

  /art/runtime/mirror/
class_ext.cc 69 Handle<PointerArray> new_methods(hs.NewHandle<PointerArray>(
71 if (new_methods.IsNull()) {
90 new_methods->Memcpy(0,
99 h_this->SetObsoleteArrays(new_methods.Get(), new_dex_caches.Get());
class-inl.h 226 inline void Class::SetMethodsPtr(LengthPrefixedArray<ArtMethod>* new_methods,
230 SetMethodsPtrUnchecked(new_methods, num_direct, num_virtual);
234 inline void Class::SetMethodsPtrUnchecked(LengthPrefixedArray<ArtMethod>* new_methods,
237 DCHECK_LE(num_direct + num_virtual, (new_methods == nullptr) ? 0 : new_methods->size());
238 SetMethodsPtrInternal(new_methods);
245 inline void Class::SetMethodsPtrInternal(LengthPrefixedArray<ArtMethod>* new_methods) {
247 static_cast<uint64_t>(reinterpret_cast<uintptr_t>(new_methods)));
1077 LengthPrefixedArray<ArtMethod>* new_methods = visitor(methods); local
    [all...]
class.h 732 void SetMethodsPtr(LengthPrefixedArray<ArtMethod>* new_methods,
737 void SetMethodsPtrUnchecked(LengthPrefixedArray<ArtMethod>* new_methods,
    [all...]
  /art/runtime/
art_method-inl.h 478 ArtMethod** new_methods = visitor(old_methods); local
479 if (old_methods != new_methods) {
480 SetDexCacheResolvedMethods(new_methods, pointer_size);
class_linker.h     [all...]
class_linker.cc     [all...]
  /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;
  /external/autotest/client/site_tests/security_DbusMap/
security_DbusMap.py 389 new_methods = {'interface':interface['interface'],
394 new_object['interfaces'].append(new_methods)
  /art/runtime/gc/space/
image_space.cc 1253 ArtMethod** new_methods = fixup_adapter.ForwardObject(methods); local
    [all...]

Completed in 477 milliseconds