Searched refs:find_from_end (Results 1 - 4 of 4) sorted by relevance

/openjdk10/hotspot/src/share/vm/runtime/
H A DunhandledOops.cpp87 int i = _oop_list->find_from_end(op, match_oop_entry);
109 int i = _oop_list->find_from_end(op, match_oop_entry);
H A Dhandles.cpp81 int i = _thread->metadata_handles()->find_from_end((Metadata*)_value); \
/openjdk10/hotspot/src/share/vm/utilities/
H A DgrowableArray.hpp308 int find_from_end(const E& elem) const { function in class:GrowableArray
322 int find_from_end(void* token, bool f(void*, E)) const { function in class:GrowableArray
/openjdk10/hotspot/src/share/vm/classfile/
H A DdefaultMethods.cpp285 int idx = _thread->metadata_handles()->find_from_end(cp);

Completed in 54 milliseconds