Home
last modified time | relevance | path

Searched full:inheritance (Results 1 – 25 of 29) sorted by relevance

12

/arkcompiler/runtime_core/runtime/mem/gc/
Dgc_scope.h39 …TIMING> : public trace::ScopedTrace, public ScopedTiming { // NOLINT(fuchsia-multiple-inheritance)
48 // NOLINTNEXTLINE(fuchsia-multiple-inheritance)
58 …IMING_PHASE> : public ScopedTiming, public GCScopedPhase { // NOLINT(fuchsia-multiple-inheritance)
67 …PHASE> : public trace::ScopedTrace, public GCScopedPhase { // NOLINT(fuchsia-multiple-inheritance)
/arkcompiler/runtime_core/runtime/tooling/inspector/
DCMakeLists.txt55 -fuchsia-multiple-inheritance
56 -fuchsia-virtual-inheritance
92 -fuchsia-multiple-inheritance
93 -fuchsia-virtual-inheritance
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dinst.h50 // NOLINTNEXTLINE(fuchsia-multiple-inheritance)
2274 // NOLINTNEXTLINE(fuchsia-multiple-inheritance)
2311 // NOLINTNEXTLINE(fuchsia-multiple-inheritance)
2341 // NOLINTNEXTLINE(fuchsia-multiple-inheritance)
2447 // NOLINTNEXTLINE(fuchsia-multiple-inheritance)
2514 // NOLINTNEXTLINE(fuchsia-multiple-inheritance)
2569 // NOLINTNEXTLINE(fuchsia-multiple-inheritance)
3032 // NOLINTNEXTLINE(fuchsia-multiple-inheritance)
3142 // NOLINTNEXTLINE(fuchsia-multiple-inheritance)
3393 // NOLINTNEXTLINE(fuchsia-multiple-inheritance)
[all …]
/arkcompiler/runtime_core/tests/checked/
Dbasics_aot.pa15 # It is written in pure PandaAssembly i.e. some features are not available e.g. inheritance (it is …
Dinline_external.pa15 # It is written in pure PandaAssembly i.e. some features are not available e.g. inheritance (it is …
/arkcompiler/runtime_core/runtime/
Dvtable_builder.cpp23 // interface. interface without inheritance has no limit.
Dmonitor.h33 …* To avoid inheritance in the `Thread` class we don't use `List` (it forces list element to inheri…
/arkcompiler/runtime_core/compiler/optimizer/analysis/
Dobject_type_propagation.h24 // NOLINTNEXTLINE(fuchsia-multiple-inheritance)
Dtypes_analysis.h31 // NOLINTNEXTLINE(fuchsia-multiple-inheritance)
Dbounds_analysis.h118 // NOLINTNEXTLINE(fuchsia-multiple-inheritance)
Dalias_analysis.h164 // NOLINTNEXTLINE(fuchsia-multiple-inheritance)
/arkcompiler/runtime_core/compiler/optimizer/optimizations/
Dlowering.h25 // NOLINTNEXTLINE(fuchsia-multiple-inheritance)
Dobject_type_check_elimination.h26 // NOLINTNEXTLINE(fuchsia-multiple-inheritance)
Dmemory_barriers.h26 // NOLINTNEXTLINE(fuchsia-multiple-inheritance)
Ddeoptimize_elimination.h27 // NOLINTNEXTLINE(fuchsia-multiple-inheritance)
/arkcompiler/ets_frontend/merge_abc/
DHowToWriteProtoForAssemblyStuff.md197 ## inheritance section in Assembly对应Proto
/arkcompiler/runtime_core/compiler/docs/
Daot_cha.md85 …he method and its index in virtual table is unknown because at runtime the chain of inheritance may
/arkcompiler/runtime_core/compiler/optimizer/
Dpass_manager.h38 // NOLINTNEXTLINE(fuchsia-multiple-inheritance)
/arkcompiler/runtime_core/docs/
Dassembly_format.md156 | `java.extends` | Used to specify inheritance between records. Value is the name of the base recor…
157 | `java.implements` | Used to specify interface inheritance between records. Value is the name of t…
Ddoxygen.config327 # versus func(std::string) {}). This also make the inheritance and collaboration
342 # of private inheritance when no explicit protection keyword is present.
2166 # If set to YES the inheritance and collaboration graphs will hide inheritance
2216 # each documented class showing the direct and indirect inheritance relations.
2225 # dependencies (inheritance, containment, and class references variables) of the
2239 # If the UML_LOOK tag is set to YES, doxygen will generate inheritance and
2260 # If the TEMPLATE_RELATIONS tag is set to YES then the inheritance and
Dir_format.md183 Instructions are implemented by class inheritance.
/arkcompiler/runtime_core/libpandabase/events/
Devents_gen.h.erb83 // NOLINTNEXTLINE(fuchsia-multiple-inheritance)
/arkcompiler/runtime_core/runtime/mem/gc/g1/
Dg1-allocator.cpp138 // maybe ObjectAllocatorGen and ObjectAllocatorNoGen should have inheritance relationship
/arkcompiler/runtime_core/runtime/tooling/
Ddebugger.h126 // NOLINTNEXTLINE(fuchsia-multiple-inheritance)
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.cpp1072 // clone class may need re-set inheritance relationship due to extends may be a variable.
1084 // clone class may need re-set inheritance relationship due to extends may be a variable.

12