Searched full:hierarchy (Results 1 – 25 of 49) 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 ...
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
32 LogInfo::MapleLogger() << "Can't find class hierarchy result" << '\n'; in Run()
31 LogInfo::MapleLogger() << "Can't find class hierarchy result" << '\n'; in Run()
85 Here is basic type hierarchy of Panda VM.
144 LOG(FATAL, AOT) << "Aborting due to mismatched class hierarchy"; in VerifyClassHierarchy()
120 title: 'Numeric Types Hierarchy'
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…
421 …* type in type hierarchy or T is such array that O array elements are the same or subtype of T arr…
45 // Klass is the basic node for building class hierarchy
21 // Class Hierarchy Analysis23 // the class hierarchy for both this module and all modules it depends
129 - Numeric types (:ref:`Numeric Types Hierarchy`);
840 .. _Numeric Types Hierarchy:842 Numeric Types Hierarchy857 Type ``bigint`` does not belong to this hierarchy. There is no implicit1786 numeric type (see :ref:`Numeric Types Hierarchy`) is to stay in the union,
378 ASSERT_PRINT(visitedClasses.count(classId) == 0, "Class hierarchy is incorrect"); in IsFieldVolatile()