Home
last modified time | relevance | path

Searched full:hierarchy (Results 1 – 25 of 47) sorted by relevance

12

/arkcompiler/runtime_core/compiler/docs/
Daot_cha.md1 # Usage of Class Hierarchy during AOT compilation
5 ## Class Hierarchy Matching
7 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 Usage
90 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.
/arkcompiler/runtime_core/static_core/compiler/docs/
Daot_cha.md1 # Usage of Class Hierarchy during AOT compilation
5 ## Class Hierarchy Matching
7 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 Usage
90 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.
Dinlining.md23 - Devirtualization with Class Hierarchy Analysis
36 ### Devirtualization with Class Hierarchy Analysis
38 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)
/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Dcheckcast.yaml489 …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 …]
Disinstance.yaml54 …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…
Dcall.acc.short.yaml1623 # For arrays T should be a root type in type hierarchy ...
1722 # For arrays T should be a root type in type hierarchy ...
Dcall.virt.acc.short.yaml1713 # For arrays T should be a root type in type hierarchy ...
1830 # For arrays T should be a root type in type hierarchy ...
Dcall.acc.yaml1618 # For arrays T should be a root type in type hierarchy ...
1699 # For arrays T should be a root type in type hierarchy ...
/arkcompiler/runtime_core/static_core/tests/cts-generator/cts-template/
Dcheckcast.yaml205 …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…
Disinstance.yaml32 …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…
/arkcompiler/runtime_core/static_core/verification/models/
DREADME.md20 This file models Java class hierarchy used during verification.
/arkcompiler/runtime_core/static_core/docs/
Ddeoptimization.md11 …- [Devirtualization with Class Hierarchy Analysis](../compiler/docs/inlining.md#devirtualization-w…
/arkcompiler/runtime_core/static_core/compiler/tools/paoc/
Dpaoc.yaml89 description: Use class hierarchy during compilation
/arkcompiler/runtime_core/docs/bc_verification/
Dtypes_n_values.md85 Here is basic type hierarchy of Panda VM.
/arkcompiler/runtime_core/static_core/docs/bc_verification/
Dtypes_n_values.md85 Here is basic type hierarchy of Panda VM.
/arkcompiler/runtime_core/libabckit/doc/
Dmini_cookbook.md73 libabckit objects hierarchy:
81 <!-- file module class function -> introduce hierarchy -->
/arkcompiler/runtime_core/static_core/compiler/aot/
Daot_manager.cpp144 LOG(FATAL, AOT) << "Aborting due to mismatched class hierarchy"; in VerifyClassHierarchy()
/arkcompiler/runtime_core/static_core/runtime/include/
Dthread.h229 * Hierarchy of thread classes
Dobject_header.h287 …* type in type hierarchy or T is such array that O array elements are the same or subtype of T arr…
Dclass.h426 …* type in type hierarchy or T is such array that O array elements are the same or subtype of T arr…
/arkcompiler/runtime_core/static_core/plugins/ets/doc/spec/
D18_annotations.rst172 - Numeric types (:ref:`Numeric Types Hierarchy`);
D3_types.rst883 .. _Numeric Types Hierarchy:
885 Numeric Types Hierarchy
900 Type ``bigint`` does not belong to this hierarchy. There is no implicit
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
Druntime_adapter.h378 ASSERT_PRINT(visitedClasses.count(classId) == 0, "Class hierarchy is incorrect"); in IsFieldVolatile()
/arkcompiler/runtime_core/libabckit/src/adapter_static/
Druntime_adapter_static.h388 ASSERT_PRINT(visitedClasses.count(classId) == 0, "Class hierarchy is incorrect"); in IsFieldVolatile()
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/reports/
Darkts-spec-config.yaml124 title: Numeric Types Hierarchy

12