Home
last modified time | relevance | path

Searched full:java (Results 1 – 25 of 82) sorted by relevance

1234

/arkcompiler/runtime_core/docs/
Dassembly_format.md138 - Java
143 .language Java
149 #### Java annotations
151 Currently Panda Assembly supports following Java annotations
155 | `java.access` | Used to specify access level of record, field or function. Possible values: `priv…
156 | `java.extends` | Used to specify inheritance between records. Value is the name of the base recor…
157 | `java.implements` | Used to specify interface inheritance between records. Value is the name of t…
158 | `java.interface` | Used to specify that the record represents Java interface. |
159 | `java.enum` | Used to specify that the record and its fields represent Java enum. |
160 | `java.annotation` | Used to specify that the record represents Java annotation. |
[all …]
/arkcompiler/runtime_core/static_core/libpandabase/templates/
Dsource_language.h.erb26 % if plugin_lang == "JAVA"
27 JAVA_8 = JAVA,
41 % when "JAVA_8" then "Java 8"
42 % when "JAVA" then "Java"
/arkcompiler/runtime_core/static_core/tests/verifier-tests/
Daccess_field_nomodifier_core.pa15 # - it must fail in Java if the class is nor inherited by current class, nor stays in the same pack…
16 # - in non-Java language context it is OK
18 # Similar Java test to fail verification:
32 # Java access rules:
/arkcompiler/runtime_core/tests/verifier-tests/
Daccess_field_nomodifier_core.pa15 # - it must fail in Java if the class is nor inherited by current class, nor stays in the same pack…
16 # - in non-Java language context it is OK
18 # Similar Java test to fail verification:
32 # Java access rules:
/arkcompiler/runtime_core/static_core/scripts/dep-lists/
Dubuntu-dev28 openjdk-8-jdk # For running Java benchmarks
29 libasm-java # For running legacy Java files compilation
Dubuntu-24-04-arm-dev28 openjdk-8-jdk # For running Java benchmarks
29 libasm-java=9.7-* # For running legacy Java files compilation
Dubuntu-20-04-dev30 openjdk-8-jdk # For running Java benchmarks
31 libasm-java=7.2-* # For running legacy Java files compilation
Dubuntu-22-04-arm-dev28 openjdk-8-jdk # For running Java benchmarks
29 libasm-java=9.2-* # For running legacy Java files compilation
Dubuntu-20-04-arm-dev27 openjdk-8-jdk # For running Java benchmarks
28 libasm-java=7.2-* # For running legacy Java files compilation
Dubuntu-24-04-dev28 openjdk-8-jdk # For running Java benchmarks
29 libasm-java=9.7-* # For running legacy Java files compilation
Dubuntu-18-04-arm-dev30 openjdk-8-jdk # For running Java benchmarks
31 libasm-java=7.0-* # For running legacy Java files compilation
Dubuntu-22-04-dev29 openjdk-8-jdk # For running Java benchmarks
30 libasm-java=9.2-* # For running legacy Java files compilation
Dubuntu-18-04-dev32 openjdk-8-jdk # For running Java benchmarks
33 libasm-java=7.0-* # For running legacy Java files compilation
/arkcompiler/runtime_core/scripts/dep-lists/
Dubuntu-dev27 openjdk-8-jdk # For running Java benchmarks
28 libasm-java # For running legacy Java files compilation
Dubuntu-18-04-arm-dev27 openjdk-8-jdk=8u312-* # For running Java benchmarks
28 libasm-java=7.0-* # For running legacy Java files compilation
Dubuntu-20-04-dev27 openjdk-8-jdk=8u312-* # For running Java benchmarks
28 libasm-java=7.2-* # For running legacy Java files compilation
Dubuntu-18-04-dev27 openjdk-8-jdk=8u312-* # For running Java benchmarks
28 libasm-java=7.0-* # For running legacy Java files compilation
/arkcompiler/ets_frontend/es2panda/test/bytecode_file_size_comparison/test_cases/java_test_framework/java_cases/
DIteratorTest.java16 import java.util.ArrayList;
17 import java.util.Iterator;
18 import java.util.List;
DFileOperationTest.java16 import java.io.FileWriter;
17 import java.io.FileReader;
18 import java.io.IOException;
DRegexTest.java16 import java.util.regex.Matcher;
17 import java.util.regex.Pattern;
/arkcompiler/runtime_core/static_core/verification/config/
DREADME.md30 java.lang.System::arrayCopy, 0x55, 0x66
31 java.lang.System::arrayRemove
/arkcompiler/runtime_core/libpandafile/templates/
Dsource_lang_enum.h.erb23 % short_plugin_lang = plugin_lang == "JAVA" ? "JAVA_8" : plugin_lang
63 % when "JAVA" then "Java 8"
/arkcompiler/runtime_core/static_core/libpandafile/
Dmodifiers.h64 constexpr uint32_t ACC_PROXY = 0x00020000; // class (java runtime)
65 constexpr uint32_t ACC_FAST_NATIVE = 0x00080000; // method (java runtime)
66 constexpr uint32_t ACC_CRITICAL_NATIVE = 0x00100000; // method (java runtime)
/arkcompiler/ets_frontend/es2panda/test/bytecode_file_size_comparison/test_cases/java_test_framework/
Drun_javar8.py52 …description = "Execute Java test cases and generate a data file with the bytecode file size of the…
54 …parser.add_argument('--java-bin-path', dest='java_bin_path', type=lambda arg : is_dir(parser, arg),
55 help='Path to java root', required=True)
112 java_path = '/'.join([java_bin_path, 'java'])
147 java_runner.add_directory(JAVA_CASES, '.java')
/arkcompiler/runtime_core/libpandafile/
Dmodifiers.h62 static constexpr uint32_t ACC_PROXY = 0x00020000; // class (java runtime)
63 static constexpr uint32_t ACC_FAST_NATIVE = 0x00080000; // method (java runtime)
64 static constexpr uint32_t ACC_CRITICAL_NATIVE = 0x00100000; // method (java runtime)

1234