Home
last modified time | relevance | path

Searched refs:Java (Results 1 – 25 of 43) sorted by relevance

12

/llvm-project/llvm/docs/HistoricalNotes/
H A D2000-11-18-EarlyDesignIdeas.txt10 portability and safety like the Java VM? Or shall we focus on the
13 important for portable Java-type VMs?
17 the second question. The Java compiler and OS community care much more
21 Java-type VMs, the design constraints are very different.
H A D2000-11-18-EarlyDesignIdeasResp.txt10 > portability and safety like the Java VM? Or shall we focus on the
13 > important for portable Java-type VMs?
22 to be able to statically eliminate many bounds checks in Java
26 * Java bytecode is used as our "safe" representation (to avoid
28 user chooses to execute Java bytecodes directly (ie, not
35 * To keep things "safe" ie to enforce a sandbox on Java/foreign code,
44 > the second question. The Java compiler and OS community care much more
81 C functions directly from Java without using the nasty/slow/gross JNI
97 a uniform way for the entire VM... so that C functions can call Java
H A D2001-02-13-Reference-Memory.txt17 works fine for lots of stuff... except that Java really has
21 an object, etc...) and more closely matches Java semantics. The
H A D2001-02-06-TypeNotationDebateResp2.txt25 * This fits more closely with what Java needs, ie what we need in the
26 short term. Java arrays are always zero based.
H A D2001-02-13-Reference-MemoryResponse.txt8 > works fine for lots of stuff... except that Java really has
12 > an object, etc...) and more closely matches Java semantics. The
H A D2001-05-18-ExceptionHandling.txt1 Meeting notes: Implementation idea: Exception Handling in C++/Java
196 llvm. Java would be very similar, except it only uses destructors to unlock
201 It would be trivial to get exception interoperability between C++ and Java.
H A D2001-02-09-AdveComments.txt26 the val-type uint? Most HLL switch statements (including Java and C++)
53 C, C++ Java and Fortran 90 would not be able to use our malloc anyway
H A D2001-01-31-UniversalIRIdea.txt9 Java vm, a Lisp vm, ..
H A D2001-05-19-ExceptionResponse.txt10 > The finally clause in Java may need more thought. The code for this clause
H A D2001-02-09-AdveCommentsResponse.txt68 in a language like C. Even in a Java like language, you need upcasts
/llvm-project/llvm/test/Transforms/InstCombine/
H A DJavaCompare.ll1 ; This is the sequence of stuff that the Java front-end expands for a single
/llvm-project/llvm/docs/
H A DFaultMaps.rst20 For example, Java requires null checks on objects before they are read
24 extremely rare in well-behaved Java programs, and typically the null
H A DAtomics.rst28 * Proper semantics for Java-style memory, for both ``volatile`` and regular
29 shared variables. (`Java Specification
163 for a "safe" language like Java, use Unordered to load and store any shared
195 This is intended to match the Java memory model for shared variables.
198 This cannot be used for synchronization, but is useful for Java and other
202 wider loads, like a 64-bit store on ARM. (A frontend for Java or other "safe"
342 This corresponds to the C++/C ``memory_order_seq_cst``, Java volatile, and
H A DGarbageCollection.rst140 broad class of garbage collected languages including Scheme, ML, Java, C#,
276 Consider the following fragment of Java code:
296 ;; Java has type-tags on objects, so we pass null as metadata.
304 ;; Java null-initializes pointers.
/llvm-project/llvm/lib/BinaryFormat/
H A DXCOFF.cpp104 LANG_CASE(Java) in getNameForTracebackTableLanguageId()
/llvm-project/clang/docs/
H A DClangFormat.rst14 to format C/C++/Java/JavaScript/JSON/Objective-C/Protobuf/C# code.
21 OVERVIEW: A tool to format C/C++/Java/JavaScript/JSON/Objective-C/Protobuf/C# code.
51 Java: .java
H A DClangFormatStyleOptions.rst2712 Break after each annotation on a field in Java files.
3600 In C# and Java:
4474 Format integer literal separators (``'`` for C++ and ``_`` for C#, Java,
4557 A vector of prefixes ordered by the desired groups for Java imports.
4568 formatted as in the Java example below.
4751 * ``LK_Java`` (in configuration: ``Java``)
4752 Should be used for Java.
5913 When sorting Java imports, by default static imports are placed before
H A DToolchain.rst99 * Java (``-x java``)
/llvm-project/polly/lib/External/isl/imath/
H A DREADME.md35 programming languages, including Java, Perl, and Python provide arbitrary
/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h160 Java = 0x0d, enumerator
/llvm-project/lldb/test/Shell/Minidump/
H A Dfb-dump.test104 # CHECK-JAVA: Facebook Java Stack:
/llvm-project/clang/include/clang/Driver/
H A DTypes.def93 TYPE("java", Java, INVALID, nullptr, phases::Compile, phases::Backend, phases::Assemble, phases::Link)
/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBExtras.cpp229 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_Lang, Java, OS) in operator <<()
/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp104 CV_ENUM_ENT(SourceLanguage, ILAsm), CV_ENUM_ENT(SourceLanguage, Java),
/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDwarf.def921 HANDLE_DW_LANG(0x000b, Java, 0, 3, DWARF)
1006 HANDLE_DW_LNAME(0x000c, Java, "Java", 0)

12