Searched full:hierarchy (Results 1 – 25 of 48) 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 ...
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.
26 the type hierarchy.27 - The `VisitorBase.visit_{type,decl}` is the "root" of the type hierarchy.88 """A base visitor for traversing types in the type hierarchy.180 This visitor walks through the declaration hierarchy, visiting each declaration
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 -->
81 <!-- file module class function -> introduce hierarchy -->
142 LOG(FATAL, AOT) << "Aborting due to mismatched class hierarchy"; in VerifyClassHierarchy()
233 * Hierarchy of thread classes
314 …* type in type hierarchy or T is such array that O array elements are the same or subtype of T arr…
436 …* type in type hierarchy or T is such array that O array elements are the same or subtype of T arr…
258 …test-id}` refers to the test file name (or path to the test file if some folder hierarchy is used).
154 … during launch `ark`, otherwise will be throw error during execution about mismach class hierarchy.
381 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()