Home
last modified time | relevance | path

Searched full:static_field (Results 1 – 25 of 45) sorted by relevance

12

/arkcompiler/runtime_core/static_core/plugins/ets/tests/checked/
Dload_static_const_folding.ets41 public static readonly STATIC_FIELD: number = 10
45 public static readonly STATIC_FIELD: int = 20
49 return m * ClassWithStaticIntField.STATIC_FIELD
53 return m * ClassWithStaticFloatField.STATIC_FIELD
/arkcompiler/runtime_core/tests/verifier-tests/
Dbug_1828.pa15 i32 static_field <static>
25 stobj v0, W.static_field
Dbug_2086_1.pa38 i64 static_field <static>
53 ldobj.64 v0, W.static_field
Dbug_2086_2.pa38 i64 static_field <static>
/arkcompiler/runtime_core/static_core/tests/verifier-tests/
Dbug_2086_2.pa38 i64 static_field <static>
/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Dldobj.64.yaml293 i64 static_field <static>
311 - W.static_field
350 i64 static_field <static>
368 - W.static_field
Dldobj.v.64.yaml293 i64 static_field <static>
311 - W.static_field
350 i64 static_field <static>
368 - W.static_field
Dstobj.64.yaml196 i64 static_field <static>
215 - W.static_field
Dldobj.yaml254 i32 static_field <static>
272 - W.static_field
/arkcompiler/ets_frontend/ets2panda/ir/base/
DclassProperty.h70 return isStatic ? PrivateFieldKind::STATIC_FIELD : PrivateFieldKind::FIELD; in ToPrivateFieldKind()
/arkcompiler/ets_frontend/ets2panda/compiler/base/
Dlreference.h38 STATIC_FIELD, enumerator
/arkcompiler/runtime_core/static_core/tests/cts-generator/cts-template/
Dldobj.64.yaml164 i64 static_field <static>
181 - W.static_field
Dldobj.obj.yaml170 W static_field <static>
192 - W.static_field
Dldobj.v.obj.yaml161 W static_field <static>
183 - W.static_field
Dldobj.v.64.yaml163 i64 static_field <static>
180 - W.static_field
Dldobj.v.yaml172 i32 static_field <static>
189 - W.static_field
Dstobj.v.obj.yaml179 W static_field <static>
198 - W.static_field
Dldobj.yaml175 i32 static_field <static>
192 - W.static_field
Dstobj.obj.yaml183 W static_field <static>
206 - W.static_field
Dstobj.64.yaml182 i64 static_field <static>
200 - W.static_field
Dstobj.v.64.yaml179 i64 static_field <static>
194 - W.static_field
/arkcompiler/ets_frontend/ets2panda/checker/types/ets/
DetsObjectTypeConstants.h108 STATIC_FIELD, enumerator
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Dalias_analysis.cpp356 * STATIC_FIELD and ARRAY_ELEMENT. They correspond to groups of memory storing
361 * Global pointers such as STATIC_FIELD and POOL_CONSTANT are checked through
381 …if (p1.GetType() == STATIC_FIELD || p2.GetType() == STATIC_FIELD || p1.GetType() == POOL_CONSTANT … in CheckMemAddress()
532 …if (ref->GetBase() != edge->GetBase() || edge->GetType() == STATIC_FIELD || edge->GetType() == OBJ… in SolveConstraintsMainLoop()
Dobject_type_propagation.cpp509 if (p.GetType() == STATIC_FIELD) { in AddDirectEdge()
670 …if (from.IsObject() && !to.IsObject() && to.GetType() != STATIC_FIELD && to.GetType() != POOL_CONS… in AddTempEdge()
689 ASSERT(from.GetType() == STATIC_FIELD || from.GetType() == POOL_CONSTANT); in AddEdge()
727 if (from.GetType() == STATIC_FIELD || from.GetType() == POOL_CONSTANT) { in AddLoadEdge()
755 if (to.GetType() == STATIC_FIELD || to.GetType() == POOL_CONSTANT) { in AddStoreEdge()
816 if (from.GetType() == STATIC_FIELD || from.GetType() == POOL_CONSTANT) { in AddCopyEdge()
819 } else if (to.GetType() == STATIC_FIELD || to.GetType() == POOL_CONSTANT) { in AddCopyEdge()
/arkcompiler/ets_frontend/ets2panda/ir/
DastNodeFlags.h82 enum class PrivateFieldKind { FIELD, METHOD, GET, SET, STATIC_FIELD, STATIC_METHOD, STATIC_GET, STA… enumerator

12