Home
last modified time | relevance | path

Searched defs:parentType (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_layout.cpp155 JSTaggedType parent, ProfileType parentType, JSTaggedType child, ProfileType childType) in UpdateForTransition()
Dpgo_profiler_info.cpp683 …ProfileType rootType, JSTaggedType parent, ProfileType parentType, JSTaggedType child, ProfileType… in UpdateTransitionLayout()
Dpgo_profiler.cpp1526 auto parentType = GetProfileType(parent); in UpdateTransitionLayout() local
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/utils/
DTsUtils.ts2528 const parentType = this.getTypeByProperty(symbol); constant