Home
last modified time | relevance | path

Searched refs:is_hot (Results 1 – 25 of 114) sorted by relevance

12345

/dports/net/lambdamoo/MOO-1.8.1/
H A Ddecompile.c87 #define READ_JUMP(is_hot) read_jump(bc.numbytes_label, &ptr, &is_hot) argument
95 *is_hot = (ptr == hot_byte); in read_jump()
105 #define HOT(is_hot, n) (node = n, is_hot ? (hot_node = node) : node) argument
106 #define HOT1(is_hot, kid, n) HOT(is_hot || hot_node == kid, n) argument
122 #define HOT_BOTTOM(is_hot, n) HOT_POS(is_hot, n, BOTTOM) argument
603 HOT1(is_hot, defallt, e); in decompile()
611 is_hot = (is_hot || ptr == hot_byte); in decompile()
633 int is_hot = op_hot; in decompile() local
650 is_hot = (is_hot || ptr++ == hot_byte); in decompile()
657 is_hot = (is_hot || ptr == hot_byte); in decompile()
[all …]
/dports/graphics/mupdf/mupdf-1.18.0-source/platform/gl/
H A Dgl-form.c362 if (!widget->is_hot) in do_widget_canvas()
367 widget->is_hot = 1; in do_widget_canvas()
391 if (widget->is_hot) in do_widget_canvas()
396 widget->is_hot = 0; in do_widget_canvas()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/g1/
H A Dg1CardCounts.hpp119 bool is_hot(uint count);
H A Dg1HotCardCache.cpp61 if (!_card_counts.is_hot(count)) { in insert()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/g1/
H A Dg1CardCounts.hpp119 bool is_hot(uint count);
H A Dg1HotCardCache.cpp61 if (!_card_counts.is_hot(count)) { in insert()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/gc/g1/
H A Dg1CardCounts.hpp119 bool is_hot(uint count);
H A Dg1HotCardCache.cpp64 if (!_card_counts.is_hot(count)) { in insert()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CardCounts.hpp112 bool is_hot(uint count);
H A Dg1HotCardCache.cpp61 if (!_card_counts.is_hot(count)) { in insert()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CardCounts.hpp112 bool is_hot(uint count);
H A Dg1HotCardCache.cpp61 if (!_card_counts.is_hot(count)) { in insert()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/gc/g1/
H A Dg1CardCounts.hpp123 bool is_hot(uint count);
H A Dg1HotCardCache.cpp64 if (!_card_counts.is_hot(count)) { in insert()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/gc/g1/
H A Dg1CardCounts.hpp123 bool is_hot(uint count);
H A Dg1HotCardCache.cpp67 if (!_card_counts.is_hot(count)) { in insert()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/gc/g1/
H A Dg1CardCounts.hpp123 bool is_hot(uint count);
H A Dg1HotCardCache.cpp67 if (!_card_counts.is_hot(count)) { in insert()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/gc/g1/
H A Dg1CardCounts.hpp123 bool is_hot(uint count);
H A Dg1HotCardCache.cpp67 if (!_card_counts.is_hot(count)) { in insert()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/gc/g1/
H A Dg1CardCounts.hpp123 bool is_hot(uint count);
H A Dg1HotCardCache.cpp67 if (!_card_counts.is_hot(count)) { in insert()
/dports/devel/efl/efl-1.25.1/src/lib/eolian/
H A Ddatabase_event_api.c42 return event->is_hot; in eolian_event_is_hot()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/opto/
H A DbytecodeInfo.cpp585 bool hot = !cold && wci.is_hot(); in ok_to_inline()
604 if (!wci.is_cold() && !wci.is_hot()) { in ok_to_inline()
617 if (InlineWarmCalls && !wci.is_hot()) { in ok_to_inline()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/opto/
H A DbytecodeInfo.cpp585 bool hot = !cold && wci.is_hot(); in ok_to_inline()
604 if (!wci.is_cold() && !wci.is_hot()) { in ok_to_inline()
617 if (InlineWarmCalls && !wci.is_hot()) { in ok_to_inline()

12345