Searched full:hierarchy (Results 1 – 25 of 47) sorted by relevance
12
1 # Usage of Class Hierarchy during AOT compilation5 ## Class Hierarchy Matching7 The class order in class path influences on resulting class hierarchy that would be available for a…21 AOT file compiled with class hierarchy requires the complete conformity of class path with runtime.…60 of boot class file the options `--paoc-boot-output` should be used. The class hierarchy verificatio…70 ## Class Hierarchy Usage90 The usage of class hierarchy may help AOT compiler to squash 2-3-4 into one step as JIT-compiler do…92 unchanged until the class hierarchy has changed. Therefore AOT compiler can generate code similar t…93 class hierarchy of runtime matches the class hierarchy during AOT compilation.
23 - Devirtualization with Class Hierarchy Analysis36 ### Devirtualization with Class Hierarchy Analysis38 We use dynamic Class Hierarchy Analysis, because Panda Runtime allows dynamic class loading.40 Class Hierarchy Analysis(CHA) is a runtime analysis that is invoked every time when a new class is …159 [Class Hierarchy Analysis source code](../../runtime/cha.cpp)
489 …to T if T is a root type in type hierarchy or T is such array that O array elements are the same o…527 …to T if T is a root type in type hierarchy or T is such array that O array elements are the same o…571 …to T if T is a root type in type hierarchy or T is such array that O array elements are the same o…613 …to T if T is a root type in type hierarchy or T is such array that O array elements are the same o…663 …to T if T is a root type in type hierarchy or T is such array that O array elements are the same o…702 …to T if T is a root type in type hierarchy or T is such array that O array elements are the same o…748 …to T if T is a root type in type hierarchy or T is such array that O array elements are the same o…792 …to T if T is a root type in type hierarchy or T is such array that O array elements are the same o…861 …to T if T is a root type in type hierarchy or T is such array that O array elements are the same o…916 …to T if T is a root type in type hierarchy or T is such array that O array elements are the same o…[all …]
54 …type in type hierarchy or T is such array that O array elements are the same or subtype of T array…331 …type in type hierarchy or T is such array that O array elements are the same or subtype of T array…456 …type in type hierarchy or T is such array that O array elements are the same or subtype of T array…624 …type in type hierarchy or T is such array that O array elements are the same or subtype of T array…729 …type in type hierarchy or T is such array that O array elements are the same or subtype of T array…
1623 # For arrays T should be a root type in type hierarchy ...1722 # For arrays T should be a root type in type hierarchy ...
1713 # For arrays T should be a root type in type hierarchy ...1830 # For arrays T should be a root type in type hierarchy ...
1618 # For arrays T should be a root type in type hierarchy ...1699 # For arrays T should be a root type in type hierarchy ...
205 …to T if T is a root type in type hierarchy or T is such array that O array elements are the same o…241 …to T if T is a root type in type hierarchy or T is such array that O array elements are the same o…281 …to T if T is a root type in type hierarchy or T is such array that O array elements are the same o…319 …to T if T is a root type in type hierarchy or T is such array that O array elements are the same o…372 …to T if T is a root type in type hierarchy or T is such array that O array elements are the same o…
32 …type in type hierarchy or T is such array that O array elements are the same or subtype of T array…164 …type in type hierarchy or T is such array that O array elements are the same or subtype of T array…287 …type in type hierarchy or T is such array that O array elements are the same or subtype of T array…
20 This file models Java class hierarchy used during verification.
11 …- [Devirtualization with Class Hierarchy Analysis](../compiler/docs/inlining.md#devirtualization-w…
89 description: Use class hierarchy during compilation
85 Here is basic type hierarchy of Panda VM.
73 libabckit objects hierarchy:81 <!-- file module class function -> introduce hierarchy -->
144 LOG(FATAL, AOT) << "Aborting due to mismatched class hierarchy"; in VerifyClassHierarchy()
229 * Hierarchy of thread classes
287 …* type in type hierarchy or T is such array that O array elements are the same or subtype of T arr…
426 …* type in type hierarchy or T is such array that O array elements are the same or subtype of T arr…
172 - Numeric types (:ref:`Numeric Types Hierarchy`);
883 .. _Numeric Types Hierarchy:885 Numeric Types Hierarchy900 Type ``bigint`` does not belong to this hierarchy. There is no implicit
378 ASSERT_PRINT(visitedClasses.count(classId) == 0, "Class hierarchy is incorrect"); in IsFieldVolatile()
388 ASSERT_PRINT(visitedClasses.count(classId) == 0, "Class hierarchy is incorrect"); in IsFieldVolatile()
124 title: Numeric Types Hierarchy