/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/runtime/ |
H A D | relocator.hpp | 68 unsigned char* code_array() const { return _code_array; } in code_array() function in Relocator 87 Bytecodes::Code code_at(int bci) const { return (Bytecodes::Code) code_array()[bci]; } in code_at() 88 void code_at_put(int bci, Bytecodes::Code code) { code_array()[bci] = (char) code; } in code_at_put() 91 …inline int int_at(int bci) const { return Bytes::get_Java_u4(&code_array()[bci]); } in int_at() 92 …inline void int_at_put(int bci, int value) { Bytes::put_Java_u4(&code_array()[bci], value); } in int_at_put() 95 …inline short short_at(int bci) const { return (short)Bytes::get_Java_u2(&code_array()[b… in short_at() 96 …inline void short_at_put(int bci, short value) { Bytes::put_Java_u2((address) &code_array()[bci],… in short_at_put() 99 inline char* addr_at(int bci) const { return (char*) &code_array()[bci]; } in addr_at() 101 …int instruction_length_at(int bci) { return Bytecodes::length_at(NULL, code_array() +… in instruction_length_at()
|
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/runtime/ |
H A D | relocator.hpp | 68 unsigned char* code_array() const { return _code_array; } in code_array() function in Relocator 87 Bytecodes::Code code_at(int bci) const { return (Bytecodes::Code) code_array()[bci]; } in code_at() 88 void code_at_put(int bci, Bytecodes::Code code) { code_array()[bci] = (char) code; } in code_at_put() 91 …inline int int_at(int bci) const { return Bytes::get_Java_u4(&code_array()[bci]); } in int_at() 92 …inline void int_at_put(int bci, int value) { Bytes::put_Java_u4(&code_array()[bci], value); } in int_at_put() 95 …inline short short_at(int bci) const { return (short)Bytes::get_Java_u2(&code_array()[b… in short_at() 96 …inline void short_at_put(int bci, short value) { Bytes::put_Java_u2((address) &code_array()[bci],… in short_at_put() 99 inline char* addr_at(int bci) const { return (char*) &code_array()[bci]; } in addr_at() 101 …int instruction_length_at(int bci) { return Bytecodes::length_at(NULL, code_array() +… in instruction_length_at()
|
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/runtime/ |
H A D | relocator.hpp | 68 unsigned char* code_array() const { return _code_array; } in code_array() function in Relocator 87 Bytecodes::Code code_at(int bci) const { return (Bytecodes::Code) code_array()[bci]; } in code_at() 88 void code_at_put(int bci, Bytecodes::Code code) { code_array()[bci] = (char) code; } in code_at_put() 91 …inline int int_at(int bci) const { return Bytes::get_Java_u4(&code_array()[bci]); } in int_at() 92 …inline void int_at_put(int bci, int value) { Bytes::put_Java_u4(&code_array()[bci], value); } in int_at_put() 95 …inline short short_at(int bci) const { return (short)Bytes::get_Java_u2(&code_array()[b… in short_at() 96 …inline void short_at_put(int bci, short value) { Bytes::put_Java_u2((address) &code_array()[bci],… in short_at_put() 99 inline char* addr_at(int bci) const { return (char*) &code_array()[bci]; } in addr_at() 101 …int instruction_length_at(int bci) { return Bytecodes::length_at(NULL, code_array() +… in instruction_length_at()
|
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/runtime/ |
H A D | relocator.hpp | 68 unsigned char* code_array() const { return _code_array; } in code_array() function in Relocator 87 Bytecodes::Code code_at(int bci) const { return (Bytecodes::Code) code_array()[bci]; } in code_at() 88 void code_at_put(int bci, Bytecodes::Code code) { code_array()[bci] = (char) code; } in code_at_put() 91 …inline int int_at(int bci) const { return Bytes::get_Java_u4(&code_array()[bci]); } in int_at() 92 …inline void int_at_put(int bci, int value) { Bytes::put_Java_u4(&code_array()[bci], value); } in int_at_put() 95 …inline short short_at(int bci) const { return (short)Bytes::get_Java_u2(&code_array()[b… in short_at() 96 …inline void short_at_put(int bci, short value) { Bytes::put_Java_u2((address) &code_array()[bci],… in short_at_put() 99 inline char* addr_at(int bci) const { return (char*) &code_array()[bci]; } in addr_at() 101 …int instruction_length_at(int bci) { return Bytecodes::length_at(NULL, code_array() +… in instruction_length_at()
|
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/runtime/ |
H A D | relocator.hpp | 68 unsigned char* code_array() const { return _code_array; } in code_array() function in Relocator 87 Bytecodes::Code code_at(int bci) const { return (Bytecodes::Code) code_array()[bci]; } in code_at() 88 void code_at_put(int bci, Bytecodes::Code code) { code_array()[bci] = (char) code; } in code_at_put() 91 …inline int int_at(int bci) const { return Bytes::get_Java_u4(&code_array()[bci]); } in int_at() 92 …inline void int_at_put(int bci, int value) { Bytes::put_Java_u4(&code_array()[bci], value); } in int_at_put() 95 …inline short short_at(int bci) const { return (short)Bytes::get_Java_u2(&code_array()[b… in short_at() 96 …inline void short_at_put(int bci, short value) { Bytes::put_Java_u2((address) &code_array()[bci],… in short_at_put() 99 inline char* addr_at(int bci) const { return (char*) &code_array()[bci]; } in addr_at() 101 …int instruction_length_at(int bci) { return Bytecodes::length_at(NULL, code_array() +… in instruction_length_at()
|
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/runtime/ |
H A D | relocator.hpp | 68 unsigned char* code_array() const { return _code_array; } in code_array() function in Relocator 87 Bytecodes::Code code_at(int bci) const { return (Bytecodes::Code) code_array()[bci]; } in code_at() 88 void code_at_put(int bci, Bytecodes::Code code) { code_array()[bci] = (char) code; } in code_at_put() 91 …inline int int_at(int bci) const { return Bytes::get_Java_u4(&code_array()[bci]); } in int_at() 92 …inline void int_at_put(int bci, int value) { Bytes::put_Java_u4(&code_array()[bci], value); } in int_at_put() 95 …inline short short_at(int bci) const { return (short)Bytes::get_Java_u2(&code_array()[b… in short_at() 96 …inline void short_at_put(int bci, short value) { Bytes::put_Java_u2((address) &code_array()[bci],… in short_at_put() 99 inline char* addr_at(int bci) const { return (char*) &code_array()[bci]; } in addr_at() 101 …int instruction_length_at(int bci) { return Bytecodes::length_at(NULL, code_array() +… in instruction_length_at()
|
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/runtime/ |
H A D | relocator.hpp | 68 unsigned char* code_array() const { return _code_array; } in code_array() function in Relocator 87 Bytecodes::Code code_at(int bci) const { return (Bytecodes::Code) code_array()[bci]; } in code_at() 88 void code_at_put(int bci, Bytecodes::Code code) { code_array()[bci] = (char) code; } in code_at_put() 91 …inline int int_at(int bci) const { return Bytes::get_Java_u4(&code_array()[bci]); } in int_at() 92 …inline void int_at_put(int bci, int value) { Bytes::put_Java_u4(&code_array()[bci], value); } in int_at_put() 95 …inline short short_at(int bci) const { return (short)Bytes::get_Java_u2(&code_array()[b… in short_at() 96 …inline void short_at_put(int bci, short value) { Bytes::put_Java_u2((address) &code_array()[bci],… in short_at_put() 99 inline char* addr_at(int bci) const { return (char*) &code_array()[bci]; } in addr_at() 101 …int instruction_length_at(int bci) { return Bytecodes::length_at(NULL, code_array() +… in instruction_length_at()
|
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/runtime/ |
H A D | relocator.hpp | 68 unsigned char* code_array() const { return _code_array; } in code_array() function in Relocator 87 Bytecodes::Code code_at(int bci) const { return (Bytecodes::Code) code_array()[bci]; } in code_at() 88 void code_at_put(int bci, Bytecodes::Code code) { code_array()[bci] = (char) code; } in code_at_put() 91 …inline int int_at(int bci) const { return Bytes::get_Java_u4(&code_array()[bci]); } in int_at() 92 …inline void int_at_put(int bci, int value) { Bytes::put_Java_u4(&code_array()[bci], value); } in int_at_put() 95 …inline short short_at(int bci) const { return (short)Bytes::get_Java_u2(&code_array()[b… in short_at() 96 …inline void short_at_put(int bci, short value) { Bytes::put_Java_u2((address) &code_array()[bci],… in short_at_put() 99 inline char* addr_at(int bci) const { return (char*) &code_array()[bci]; } in addr_at() 101 …int instruction_length_at(int bci) { return Bytecodes::length_at(NULL, code_array() +… in instruction_length_at()
|
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/runtime/ |
H A D | relocator.hpp | 85 unsigned char* code_array() const { return _code_array; } in code_array() function in Relocator 104 Bytecodes::Code code_at(int bci) const { return (Bytecodes::Code) code_array()[bci]; } in code_at() 105 void code_at_put(int bci, Bytecodes::Code code) { code_array()[bci] = (char) code; } in code_at_put() 108 …inline int int_at(int bci) const { return Bytes::get_Java_u4(&code_array()[bci]); } in int_at() 109 …inline void int_at_put(int bci, int value) { Bytes::put_Java_u4(&code_array()[bci], value); } in int_at_put() 112 …inline short short_at(int bci) const { return (short)Bytes::get_Java_u2(&code_array()[b… in short_at() 113 …inline void short_at_put(int bci, short value) { Bytes::put_Java_u2((address) &code_array()[bci],… in short_at_put() 116 inline char* addr_at(int bci) const { return (char*) &code_array()[bci]; } in addr_at() 118 …int instruction_length_at(int bci) { return Bytecodes::length_at(NULL, code_array() +… in instruction_length_at()
|
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/runtime/ |
H A D | relocator.hpp | 85 unsigned char* code_array() const { return _code_array; } in code_array() function in Relocator 104 Bytecodes::Code code_at(int bci) const { return (Bytecodes::Code) code_array()[bci]; } in code_at() 105 void code_at_put(int bci, Bytecodes::Code code) { code_array()[bci] = (char) code; } in code_at_put() 108 …inline int int_at(int bci) const { return Bytes::get_Java_u4(&code_array()[bci]); } in int_at() 109 …inline void int_at_put(int bci, int value) { Bytes::put_Java_u4(&code_array()[bci], value); } in int_at_put() 112 …inline short short_at(int bci) const { return (short)Bytes::get_Java_u2(&code_array()[b… in short_at() 113 …inline void short_at_put(int bci, short value) { Bytes::put_Java_u2((address) &code_array()[bci],… in short_at_put() 116 inline char* addr_at(int bci) const { return (char*) &code_array()[bci]; } in addr_at() 118 …int instruction_length_at(int bci) { return Bytecodes::length_at(NULL, code_array() +… in instruction_length_at()
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/chrome_elf/third_party_dlls/ |
H A D | main_unittest.cc | 535 std::vector<ThirdPartyStatus> code_array; in TEST_F() local 536 EXPECT_TRUE(QueryStatusCodes(&code_array)); in TEST_F() 537 EXPECT_EQ(0u, code_array.size()); in TEST_F() 546 EXPECT_TRUE(QueryStatusCodes(&code_array)); in TEST_F() 547 ASSERT_EQ(3u, code_array.size()); in TEST_F() 548 EXPECT_EQ(ThirdPartyStatus::kFileEmpty, code_array[0]); in TEST_F() 549 EXPECT_EQ(ThirdPartyStatus::kLogsCreateMutexFailure, code_array[1]); in TEST_F() 550 EXPECT_EQ(ThirdPartyStatus::kHookVirtualProtectFailure, code_array[2]); in TEST_F() 554 EXPECT_TRUE(QueryStatusCodes(&code_array)); in TEST_F() 555 EXPECT_EQ(0u, code_array.size()); in TEST_F()
|
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/regexp/ |
H A D | regexp-interpreter.cc | 170 Isolate* isolate, Handle<ByteArray> code_array, in UpdateCodeAndSubjectReferences() argument 176 if (*code_base_out != code_array->GetDataStartAddress()) { in UpdateCodeAndSubjectReferences() 177 *code_array_out = *code_array; in UpdateCodeAndSubjectReferences() 180 *code_base_out = code_array->GetDataStartAddress(); in UpdateCodeAndSubjectReferences() 308 IrregexpInterpreter::Result RawMatch(Isolate* isolate, ByteArray code_array, in RawMatch() argument 364 const byte* pc = code_array.GetDataStartAddress(); in RawMatch() 962 ByteArray code_array = ByteArray::cast(regexp.Bytecode(is_one_byte)); in Match() local 964 return MatchInternal(isolate, code_array, subject_string, registers, in Match() 970 Isolate* isolate, ByteArray code_array, String subject_string, in MatchInternal() argument 994 return RawMatch(isolate, code_array, subject_string, subject_vector, in MatchInternal() [all …]
|
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/new-regexp/ |
H A D | regexp-interpreter.cc | 217 Isolate* isolate, Handle<ByteArray> code_array, in UpdateCodeAndSubjectReferences() argument 223 if (*code_base_out != code_array->GetDataStartAddress()) { in UpdateCodeAndSubjectReferences() 224 *code_array_out = *code_array; in UpdateCodeAndSubjectReferences() 227 *code_base_out = code_array->GetDataStartAddress(); in UpdateCodeAndSubjectReferences() 370 Isolate* isolate, ByteArray code_array, String subject_string, in RawMatch() argument 425 const byte* pc = code_array.GetDataStartAddress(); in RawMatch() 517 HandleInterrupts(isolate, call_origin, &code_array, &subject_string, in RawMatch() 1023 ByteArray code_array = ByteArray::cast(regexp.Bytecode(is_one_byte)); in Match() local 1032 Isolate* isolate, ByteArray code_array, String subject_string, in MatchInternal() argument 1051 return RawMatch(isolate, code_array, subject_string, subject_vector, in MatchInternal() [all …]
|
/dports/lang/awka/awka-0.7.5/awka/ |
H A D | parse.y | 645 code_array($3) ; 654 code_array($5) ; 706 code_array($2) ; 713 code_array($2) ; 808 code_array($5) ; 841 code_array($3) ; 852 code_array($4) ; 860 code_array($6) ; 862 code_array($4) ; 873 code_array($7); [all …]
|
H A D | parse.c | 30 static void PROTO( code_array, (SYMTAB *) ) ; 1360 static void code_array(p) in code_array() function 2206 code_array(yyvsp[0].stp) ; in yyparse() 2217 code_array(yyvsp[0].stp) ; in yyparse() 2269 code_array(yyvsp[-5].stp) ; in yyparse() 2388 code_array(yyvsp[0].stp) ; in yyparse() 2419 code_array(yyvsp[-1].stp) ; in yyparse() 2428 code_array(yyvsp[-1].stp) ; in yyparse() 2438 code_array(yyvsp[-1].stp) ; in yyparse() 2440 code_array(yyvsp[-3].stp) ; in yyparse() [all …]
|
/dports/www/firefox-esr/firefox-91.8.0/js/src/irregexp/imported/ |
H A D | regexp-interpreter.cc | 222 Isolate* isolate, Handle<ByteArray> code_array, in UpdateCodeAndSubjectReferences() argument 228 if (*code_base_out != code_array->GetDataStartAddress()) { in UpdateCodeAndSubjectReferences() 229 *code_array_out = *code_array; in UpdateCodeAndSubjectReferences() 232 *code_base_out = code_array->GetDataStartAddress(); in UpdateCodeAndSubjectReferences() 375 Isolate* isolate, ByteArray code_array, String subject_string, in RawMatch() argument 430 const byte* pc = code_array.GetDataStartAddress(); in RawMatch() 522 HandleInterrupts(isolate, call_origin, &code_array, &subject_string, in RawMatch() 1053 ByteArray code_array = ByteArray::cast(regexp.Bytecode(is_one_byte)); in Match() local 1062 Isolate* isolate, ByteArray code_array, String subject_string, in MatchInternal() argument 1081 return RawMatch(isolate, code_array, subject_string, subject_vector, in MatchInternal() [all …]
|
H A D | regexp-interpreter.h | 52 static Result MatchInternal(Isolate* isolate, ByteArray code_array,
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/regexp/ |
H A D | regexp-interpreter.cc | 229 Isolate* isolate, Handle<ByteArray> code_array, in UpdateCodeAndSubjectReferences() argument 235 if (*code_base_out != code_array->GetDataStartAddress()) { in UpdateCodeAndSubjectReferences() 236 *code_array_out = *code_array; in UpdateCodeAndSubjectReferences() 239 *code_base_out = code_array->GetDataStartAddress(); in UpdateCodeAndSubjectReferences() 382 Isolate* isolate, ByteArray code_array, String subject_string, in RawMatch() argument 437 const byte* pc = code_array.GetDataStartAddress(); in RawMatch() 529 HandleInterrupts(isolate, call_origin, &code_array, &subject_string, in RawMatch() 1060 ByteArray code_array = ByteArray::cast(regexp.Bytecode(is_one_byte)); in Match() local 1069 Isolate* isolate, ByteArray code_array, String subject_string, in MatchInternal() argument 1088 return RawMatch(isolate, code_array, subject_string, subject_vector, in MatchInternal() [all …]
|
/dports/www/firefox/firefox-99.0/js/src/irregexp/imported/ |
H A D | regexp-interpreter.cc | 222 Isolate* isolate, Handle<ByteArray> code_array, in UpdateCodeAndSubjectReferences() argument 228 if (*code_base_out != code_array->GetDataStartAddress()) { in UpdateCodeAndSubjectReferences() 229 *code_array_out = *code_array; in UpdateCodeAndSubjectReferences() 232 *code_base_out = code_array->GetDataStartAddress(); in UpdateCodeAndSubjectReferences() 375 Isolate* isolate, ByteArray code_array, String subject_string, in RawMatch() argument 430 const byte* pc = code_array.GetDataStartAddress(); in RawMatch() 522 HandleInterrupts(isolate, call_origin, &code_array, &subject_string, in RawMatch() 1053 ByteArray code_array = ByteArray::cast(regexp.Bytecode(is_one_byte)); in Match() local 1062 Isolate* isolate, ByteArray code_array, String subject_string, in MatchInternal() argument 1081 return RawMatch(isolate, code_array, subject_string, subject_vector, in MatchInternal() [all …]
|
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/irregexp/imported/ |
H A D | regexp-interpreter.cc | 222 Isolate* isolate, Handle<ByteArray> code_array, in UpdateCodeAndSubjectReferences() argument 228 if (*code_base_out != code_array->GetDataStartAddress()) { in UpdateCodeAndSubjectReferences() 229 *code_array_out = *code_array; in UpdateCodeAndSubjectReferences() 232 *code_base_out = code_array->GetDataStartAddress(); in UpdateCodeAndSubjectReferences() 375 Isolate* isolate, ByteArray code_array, String subject_string, in RawMatch() argument 430 const byte* pc = code_array.GetDataStartAddress(); in RawMatch() 522 HandleInterrupts(isolate, call_origin, &code_array, &subject_string, in RawMatch() 1053 ByteArray code_array = ByteArray::cast(regexp.Bytecode(is_one_byte)); in Match() local 1062 Isolate* isolate, ByteArray code_array, String subject_string, in MatchInternal() argument 1081 return RawMatch(isolate, code_array, subject_string, subject_vector, in MatchInternal() [all …]
|
/dports/lang/v8/v8-9.6.180.12/src/regexp/ |
H A D | regexp-interpreter.cc | 232 Isolate* isolate, Handle<ByteArray> code_array, in UpdateCodeAndSubjectReferences() argument 238 if (*code_base_out != code_array->GetDataStartAddress()) { in UpdateCodeAndSubjectReferences() 239 *code_array_out = *code_array; in UpdateCodeAndSubjectReferences() 242 *code_base_out = code_array->GetDataStartAddress(); in UpdateCodeAndSubjectReferences() 385 Isolate* isolate, ByteArray code_array, String subject_string, in RawMatch() argument 440 const byte* pc = code_array.GetDataStartAddress(); in RawMatch() 532 HandleInterrupts(isolate, call_origin, &code_array, &subject_string, in RawMatch() 1063 ByteArray code_array = ByteArray::cast(regexp.bytecode(is_one_byte)); in Match() local 1072 Isolate* isolate, ByteArray code_array, String subject_string, in MatchInternal() argument 1092 return RawMatch(isolate, code_array, subject_string, subject_vector, in MatchInternal() [all …]
|
/dports/lang/mawk/mawk-1.3.4-20190203/ |
H A D | parse.y | 38 static void code_array(SYMTAB *); 426 code_array($4) ; 648 code_array($3) ; 657 code_array($5) ; 709 code_array($2) ; 716 code_array($2) ; 730 code_array($5) ; 808 code_array($5) ; 1320 code_array(SYMTAB * p) in code_array() function
|
/dports/lang/mit-scheme/mit-scheme-9.2/src/microcode/ |
H A D | liarc.h | 312 #define DECLARE_SUBCODE_MULTIPLE(code_array) do \ argument 316 (((sizeof (code_array)) / (sizeof (struct liarc_code_S))), \ 317 code_array)); \
|
/dports/cad/ghdl/ghdl-1.0.0/testsuite/vests/vhdl-93/ashenden/compliant/ |
H A D | ch_18_fg_18_03.vhd | 39 type code_array is array (natural range <>) of word; type 40 constant code : code_array := ( X"01000000", X"01000000", X"02000000",
|
/dports/cad/ghdl/ghdl-1.0.0/testsuite/vests/vhdl-ams/ashenden/compliant/files-and-IO/ |
H A D | CPU.vhd | 32 type code_array is array (natural range <>) of word; type 33 constant code : code_array := ( X"01000000", X"01000000", X"02000000",
|