Home
last modified time | relevance | path

Searched refs:bottom_mark (Results 1 – 9 of 9) sorted by relevance

/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/memory/
H A Dgeneration.inline.hpp58 WaterMark OneContigSpaceCardGeneration::bottom_mark() { in bottom_mark() function in OneContigSpaceCardGeneration
59 return the_space()->bottom_mark(); in bottom_mark()
H A Dgeneration.hpp733 inline WaterMark bottom_mark();
H A Dspace.hpp487 WaterMark bottom_mark() { return WaterMark(this, bottom()); } in bottom_mark() function in ContiguousSpace
H A Dspace.cpp585 WaterMark bm = bottom_mark(); in object_iterate()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/memory/
H A Dgeneration.inline.hpp58 WaterMark OneContigSpaceCardGeneration::bottom_mark() { in bottom_mark() function in OneContigSpaceCardGeneration
59 return the_space()->bottom_mark(); in bottom_mark()
H A Dgeneration.hpp733 inline WaterMark bottom_mark();
H A Dspace.hpp487 WaterMark bottom_mark() { return WaterMark(this, bottom()); } in bottom_mark() function in ContiguousSpace
H A Dspace.cpp585 WaterMark bm = bottom_mark(); in object_iterate()
/dports/multimedia/gnome-twitch/gnome-twitch-0.4.1-155-g8e774a0/src/
H A Dgt-chat.c78 GtkTextMark* bottom_mark; member
386 gtk_text_buffer_move_mark(priv->chat_buffer, priv->bottom_mark, &iter); in irc_source_cb()
389 gtk_text_view_scroll_mark_onscreen(GTK_TEXT_VIEW(priv->chat_view), priv->bottom_mark); in irc_source_cb()
812 …priv->bottom_mark = gtk_text_buffer_create_mark(priv->chat_buffer, "end", &priv->bottom_iter, TRUE… in gt_chat_init()