Searched defs:added (Results 1 - 5 of 5) sorted by relevance

/art/tools/ahat/src/main/com/android/ahat/heapdump/
H A DDiffedFieldValue.java47 * Whether the field was added to, deleted from, or matched with a field in
53 * A status enum to indicate whether a field was added to, deleted from, or
95 public static DiffedFieldValue added(FieldValue current) { method in class:DiffedFieldValue
/art/tools/ahat/src/main/com/android/ahat/
H A DDocString.java88 * Adorn the given string to indicate it represents something added relative
91 public static DocString added(DocString str) { method in class:DocString
93 string.mStringBuilder.append("<span class=\"added\">");
100 * Adorn the given string to indicate it represents something added relative
103 public static DocString added(String str) { method in class:DocString
104 return added(text(str));
167 append(added("new"));
169 append(added(format("%+,14d", current - baseline)));
/art/openjdkjvmti/
H A Devents-inl.h551 bool added) {
552 ArtJvmtiEvent event = added ? ArtJvmtiEvent::kClassFileLoadHookNonRetransformable
554 return (added && caps.can_access_local_variables == 1) ||
563 bool added) {
564 if (UNLIKELY(NeedsEventUpdate(env, caps, added))) {
565 env->event_masks.HandleChangedCapabilities(caps, added);
570 if (added && caps.can_access_local_variables == 1) {
574 HandleBreakpointEventsChanged(added);
549 NeedsEventUpdate(ArtJvmTiEnv* env, const jvmtiCapabilities& caps, bool added) argument
561 HandleChangedCapabilities(ArtJvmTiEnv* env, const jvmtiCapabilities& caps, bool added) argument
H A Devents.cc1167 void EventHandler::HandleBreakpointEventsChanged(bool added) { argument
1168 if (added) {
/art/runtime/
H A Dclass_linker.cc1303 // The image space is not yet added to the heap, avoid read barriers.
1907 // This verification needs to happen after the classes have been added to the class loader.
2121 // We size the array assuming classes won't be added to the class table during the visit.
3431 // Since we added a strong root to the class table, do the write barrier as required for
3486 // Since we added a strong root to the class table, do the write barrier as required for
3552 // Since we added a strong root to the class table, do the write barrier as required for
5842 // Loop through each super vtable method and see if they are overridden by a method we added to
6446 // By the end of this function all interfaces in the transitive closure of to_process are added to
6457 // interfaces are added in subclass's interface tables.
6469 // already been added quicke
8937 bool added = last_resolved_classes_->AddClass(klass->GetDexTypeIndex()); local
[all...]

Completed in 91 milliseconds