Home
last modified time | relevance | path

Searched refs:do_array (Results 1 – 25 of 97) sorted by relevance

1234

/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/runtime/
H A Dsignature.hpp116 virtual void do_array (int begin, int end) = 0;
136 void do_array (int begin, int end) { type_name("jobject" ); } in do_array() function in SignatureTypeNames
164 void do_array (int begin, int end) { set(T_ARRAY_size , T_ARRAY ); } in do_array() function in SignatureInfo
230 …void do_array (int begin, int end) { _fingerprint |= (((uint64_t)obj_parm) << _shift_count); _shi… in do_array() function in Fingerprinter
294 void do_array (int begin, int end) { pass_object(); _jni_offset++; _offset++; } in do_array() function in NativeSignatureIterator
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/runtime/
H A Dsignature.hpp116 virtual void do_array (int begin, int end) = 0;
136 void do_array (int begin, int end) { type_name("jobject" ); } in do_array() function in SignatureTypeNames
164 void do_array (int begin, int end) { set(T_ARRAY_size , T_ARRAY ); } in do_array() function in SignatureInfo
230 …void do_array (int begin, int end) { _fingerprint |= (((uint64_t)obj_parm) << _shift_count); _shi… in do_array() function in Fingerprinter
294 void do_array (int begin, int end) { pass_object(); _jni_offset++; _offset++; } in do_array() function in NativeSignatureIterator
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/runtime/
H A Dsignature.hpp116 virtual void do_array (int begin, int end) = 0;
145 void do_array (int begin, int end) { type_name("jobject" ); } in do_array() function in SignatureTypeNames
173 void do_array (int begin, int end) { set(T_ARRAY_size , T_ARRAY ); } in do_array() function in SignatureInfo
239 …void do_array (int begin, int end) { _fingerprint |= (((uint64_t)obj_parm) << _shift_count); _shi… in do_array() function in Fingerprinter
303 void do_array (int begin, int end) { pass_object(); _jni_offset++; _offset++; } in do_array() function in NativeSignatureIterator
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/runtime/
H A Dsignature.hpp116 virtual void do_array (int begin, int end) = 0;
145 void do_array (int begin, int end) { type_name("jobject" ); } in do_array() function in SignatureTypeNames
173 void do_array (int begin, int end) { set(T_ARRAY_size , T_ARRAY ); } in do_array() function in SignatureInfo
239 …void do_array (int begin, int end) { _fingerprint |= (((uint64_t)obj_parm) << _shift_count); _shi… in do_array() function in Fingerprinter
303 void do_array (int begin, int end) { pass_object(); _jni_offset++; _offset++; } in do_array() function in NativeSignatureIterator
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/runtime/
H A Dsignature.hpp115 virtual void do_array (int begin, int end) = 0;
144 void do_array (int begin, int end) { type_name("jobject" ); } in do_array() function in SignatureTypeNames
172 void do_array (int begin, int end) { set(T_ARRAY_size , T_ARRAY ); } in do_array() function in SignatureInfo
238 …void do_array (int begin, int end) { _fingerprint |= (((uint64_t)obj_parm) << _shift_count); _shi… in do_array() function in Fingerprinter
302 void do_array (int begin, int end) { pass_object(); _jni_offset++; _offset++; } in do_array() function in NativeSignatureIterator
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/runtime/
H A Dsignature.hpp116 virtual void do_array (int begin, int end) = 0;
145 void do_array (int begin, int end) { type_name("jobject" ); } in do_array() function in SignatureTypeNames
173 void do_array (int begin, int end) { set(T_ARRAY_size , T_ARRAY ); } in do_array() function in SignatureInfo
239 …void do_array (int begin, int end) { _fingerprint |= (((uint64_t)obj_parm) << _shift_count); _shi… in do_array() function in Fingerprinter
303 void do_array (int begin, int end) { pass_object(); _jni_offset++; _offset++; } in do_array() function in NativeSignatureIterator
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/runtime/
H A Dsignature.hpp115 virtual void do_array (int begin, int end) = 0;
144 void do_array (int begin, int end) { type_name("jobject" ); } in do_array() function in SignatureTypeNames
172 void do_array (int begin, int end) { set(T_ARRAY_size , T_ARRAY ); } in do_array() function in SignatureInfo
238 …void do_array (int begin, int end) { _fingerprint |= (((uint64_t)obj_parm) << _shift_count); _shi… in do_array() function in Fingerprinter
302 void do_array (int begin, int end) { pass_object(); _jni_offset++; _offset++; } in do_array() function in NativeSignatureIterator
/dports/devel/p5-Heap-Simple-Perl/Heap-Simple-Perl-0.14/t/
H A D99_speed.t92 my $do_array = !$simple_only && !$cachegrind && eval '
139 run("speed_array_heap2", %options) if $do_array;
/dports/devel/p5-Heap-Simple-XS/Heap-Simple-XS-0.10/t/
H A D99_speed.t91 my $do_array = !$simple_only && !$cachegrind && eval '
138 run("speed_array_heap2", %options) if $do_array;
/dports/devel/libcwd/libcwd-1.0.6/include/libcwd/
H A Dprivate_struct_TSD.h74 #define LIBCWD_DO_TSD(debug_object) (*__libcwd_tsd.do_array[(debug_object).WNS_index])
181 …debug_tsd_st* do_array[LIBCWD_DO_MAX];// Thread Specific Data of Debug Objects or NULL when no deb… member
/dports/math/hs-Agda/Agda-2.6.2/_cabal_deps/alex-3.2.5/src/
H A DOutput.hs54 outputBase = do_array hexChars32 base_nm n_states base
55 outputTable = do_array hexChars16 table_nm table_size table
56 outputCheck = do_array hexChars16 check_nm table_size check
57 outputDefault = do_array hexChars16 deflt_nm n_states deflt
67 do_array hex_chars nm upper_bound ints = -- trace ("do_array: " ++ nm) $ function
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/alex-3.2.6/src/
H A DOutput.hs54 outputBase = do_array hexChars32 base_nm n_states base
55 outputTable = do_array hexChars16 table_nm table_size table
56 outputCheck = do_array hexChars16 check_nm table_size check
57 outputDefault = do_array hexChars16 deflt_nm n_states deflt
67 do_array hex_chars nm upper_bound ints = -- trace ("do_array: " ++ nm) $ function
/dports/games/hs-scroll/scroll-1.20180421/_cabal_deps/alex-3.2.5/src/
H A DOutput.hs54 outputBase = do_array hexChars32 base_nm n_states base
55 outputTable = do_array hexChars16 table_nm table_size table
56 outputCheck = do_array hexChars16 check_nm table_size check
57 outputDefault = do_array hexChars16 deflt_nm n_states deflt
67 do_array hex_chars nm upper_bound ints = -- trace ("do_array: " ++ nm) $ function
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/alex-3.2.5/src/
H A DOutput.hs54 outputBase = do_array hexChars32 base_nm n_states base
55 outputTable = do_array hexChars16 table_nm table_size table
56 outputCheck = do_array hexChars16 check_nm table_size check
57 outputDefault = do_array hexChars16 deflt_nm n_states deflt
67 do_array hex_chars nm upper_bound ints = -- trace ("do_array: " ++ nm) $ function
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/alex-3.2.6/src/
H A DOutput.hs54 outputBase = do_array hexChars32 base_nm n_states base
55 outputTable = do_array hexChars16 table_nm table_size table
56 outputCheck = do_array hexChars16 check_nm table_size check
57 outputDefault = do_array hexChars16 deflt_nm n_states deflt
67 do_array hex_chars nm upper_bound ints = -- trace ("do_array: " ++ nm) $ function
/dports/devel/hs-threadscope/threadscope-0.2.14/_cabal_deps/alex-3.2.6/src/
H A DOutput.hs54 outputBase = do_array hexChars32 base_nm n_states base
55 outputTable = do_array hexChars16 table_nm table_size table
56 outputCheck = do_array hexChars16 check_nm table_size check
57 outputDefault = do_array hexChars16 deflt_nm n_states deflt
67 do_array hex_chars nm upper_bound ints = -- trace ("do_array: " ++ nm) $ function
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/alex-3.2.6/src/
H A DOutput.hs54 outputBase = do_array hexChars32 base_nm n_states base
55 outputTable = do_array hexChars16 table_nm table_size table
56 outputCheck = do_array hexChars16 check_nm table_size check
57 outputDefault = do_array hexChars16 deflt_nm n_states deflt
67 do_array hex_chars nm upper_bound ints = -- trace ("do_array: " ++ nm) $ function
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/alex-3.2.6/src/
H A DOutput.hs54 outputBase = do_array hexChars32 base_nm n_states base
55 outputTable = do_array hexChars16 table_nm table_size table
56 outputCheck = do_array hexChars16 check_nm table_size check
57 outputDefault = do_array hexChars16 deflt_nm n_states deflt
67 do_array hex_chars nm upper_bound ints = -- trace ("do_array: " ++ nm) $ function
/dports/security/hs-cryptol/cryptol-2.11.0/_cabal_deps/alex-3.2.6/src/
H A DOutput.hs54 outputBase = do_array hexChars32 base_nm n_states base
55 outputTable = do_array hexChars16 table_nm table_size table
56 outputCheck = do_array hexChars16 check_nm table_size check
57 outputDefault = do_array hexChars16 deflt_nm n_states deflt
67 do_array hex_chars nm upper_bound ints = -- trace ("do_array: " ++ nm) $ function
/dports/www/hs-hjsmin/hjsmin-0.2.0.4/_cabal_deps/alex-3.2.5/src/
H A DOutput.hs54 outputBase = do_array hexChars32 base_nm n_states base
55 outputTable = do_array hexChars16 table_nm table_size table
56 outputCheck = do_array hexChars16 check_nm table_size check
57 outputDefault = do_array hexChars16 deflt_nm n_states deflt
67 do_array hex_chars nm upper_bound ints = -- trace ("do_array: " ++ nm) $ function
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/alex-3.2.5/src/
H A DOutput.hs54 outputBase = do_array hexChars32 base_nm n_states base
55 outputTable = do_array hexChars16 table_nm table_size table
56 outputCheck = do_array hexChars16 check_nm table_size check
57 outputDefault = do_array hexChars16 deflt_nm n_states deflt
67 do_array hex_chars nm upper_bound ints = -- trace ("do_array: " ++ nm) $ function
/dports/devel/hs-alex/alex-3.2.6/src/
H A DOutput.hs54 outputBase = do_array hexChars32 base_nm n_states base
55 outputTable = do_array hexChars16 table_nm table_size table
56 outputCheck = do_array hexChars16 check_nm table_size check
57 outputDefault = do_array hexChars16 deflt_nm n_states deflt
67 do_array hex_chars nm upper_bound ints = -- trace ("do_array: " ++ nm) $ function
/dports/x11/conlecterm/conlecterm-1.4.3.0/_cabal_deps/alex-3.2.5/src/
H A DOutput.hs54 outputBase = do_array hexChars32 base_nm n_states base
55 outputTable = do_array hexChars16 table_nm table_size table
56 outputCheck = do_array hexChars16 check_nm table_size check
57 outputDefault = do_array hexChars16 deflt_nm n_states deflt
67 do_array hex_chars nm upper_bound ints = -- trace ("do_array: " ++ nm) $ function
/dports/math/py-plastex/plasTeX-2.1/plasTeX/Renderers/ManPage/
H A D__init__.py90 def do_array(self, node, render=str):
116 do_tabular = do_tabularx = do_longtable = do_array
283 return self.do_array(node, render=render)
/dports/textproc/po4a/po4a-0.65/lib/Locale/Po4a/
H A DTransTractor.pm1214 do_array( $self, $blockref, $cursor, $indent, $ctx, $yfm_keys, $yfm_skip_array );
1264 sub do_array { subroutine
1281do_array( $self, $blockref, $el, $indent + 1, $ctx, $yfm_keys, $yfm_skip_array );
1331do_array( $self, $blockref, $el, $indent + 1, "$ctx $name", $yfm_keys, $yfm_skip_array );

1234