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

  /art/runtime/jit/
profile_saver.cc 139 uint16_t new_methods = 0; local
141 bool profile_saved_to_disk = ProcessProfilingInfo(&new_methods);
146 // Set the jit activity notifications to new_methods so we can wake up earlier if needed.
147 jit_activity_notifications_ = new_methods;
270 bool ProfileSaver::ProcessProfilingInfo(uint16_t* new_methods) {
281 *new_methods = 0;
313 *new_methods = std::max(static_cast<uint16_t>(delta_number_of_methods), *new_methods);
670 uint16_t new_methods; local
671 saver->ProcessProfilingInfo(&new_methods);
    [all...]
profile_saver.h 79 bool ProcessProfilingInfo(uint16_t* new_methods)
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new_handlers_wps.c 439 char *methods, *new_methods; local
445 new_methods = os_strdup(methods);
446 if (!new_methods)
450 wpa_s->conf->config_methods = new_methods;
  /art/runtime/mirror/
class-inl.h 190 inline void Class::SetMethodsPtr(LengthPrefixedArray<ArtMethod>* new_methods,
194 SetMethodsPtrUnchecked(new_methods, num_direct, num_virtual);
198 inline void Class::SetMethodsPtrUnchecked(LengthPrefixedArray<ArtMethod>* new_methods,
201 DCHECK_LE(num_direct + num_virtual, (new_methods == nullptr) ? 0 : new_methods->size());
202 SetMethodsPtrInternal(new_methods);
209 inline void Class::SetMethodsPtrInternal(LengthPrefixedArray<ArtMethod>* new_methods) {
211 static_cast<uint64_t>(reinterpret_cast<uintptr_t>(new_methods)));
1056 LengthPrefixedArray<ArtMethod>* new_methods = visitor(methods); local
    [all...]
class.h 719 void SetMethodsPtr(LengthPrefixedArray<ArtMethod>* new_methods,
724 void SetMethodsPtrUnchecked(LengthPrefixedArray<ArtMethod>* new_methods,
    [all...]
  /art/runtime/
art_method-inl.h 485 ArtMethod** new_methods = visitor(old_methods); local
486 if (old_methods != new_methods) {
487 SetDexCacheResolvedMethods(new_methods, pointer_size);
class_linker.h     [all...]
class_linker.cc     [all...]
  /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 1074 ArtMethod** new_methods = fixup_adapter.ForwardObject(methods); local
    [all...]

Completed in 509 milliseconds