Home
last modified time | relevance | path

Searched refs:ClassId (Results 1 - 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/types/
H A Dpgo_profile_type.h45 ClassId, member in panda::ecmascript::pgo::ProfileType::Kind
205 ProfileType(ApEntityId abcId, uint32_t type, Kind kind = Kind::ClassId, bool root = false, in ProfileType()
296 return GetKind() == Kind::ClassId; in IsClassType()
631 explicit ProfileTypeLegacy(uint32_t type, ProfileType::Kind kind = ProfileType::Kind::ClassId) in ProfileTypeLegacy()
H A Dpgo_profiler_type.h119 typename ProfileType::Kind kind = ProfileType::Kind::ClassId, in CreateProfileType()
/arkcompiler/ets_runtime/ecmascript/compiler/pgo_type/
H A Dpgo_type_parser.cpp257 classType.UpdateKind(ProfileType::Kind::ClassId); in GenerateHClassForPrototype()
/arkcompiler/ets_runtime/ecmascript/compiler/aot_snapshot/
H A Dsnapshot_constantpool_data.cpp252 ProfileType pt(abcId, methodOffset, ProfileType::Kind::ClassId, true); in StoreDataToGlobalData()
303 ProfileType pt(abcId, methodId, ProfileType::Kind::ClassId, true); in StoreDataToGlobalData()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H A Dpgo_profiler.cpp69 SetRootProfileType(ihc, abcId, entityId, ProfileType::Kind::ClassId); in ProfileDefineClass()
133 ProfileClassRootHClass(func.GetTaggedType(), ihc, ProfileType::Kind::ClassId); in ProfileProtoTransitionClass()
1349 auto localType = ProfileType(ctorAbcId, ctorMethodId, ProfileType::Kind::ClassId, true); in DumpDefineClass()
1357 SetRootProfileType(ihc, ctorAbcId, ctorMethodId, ProfileType::Kind::ClassId); in DumpDefineClass()
1493 type = PGOSampleType::CreateProfileType(abcId, ctorMethodId, ProfileType::Kind::ClassId, true); in DumpNewObjRange()
H A Dpgo_profiler.h78 ProfileType::Kind kind = ProfileType::Kind::ClassId);
/arkcompiler/ets_frontend/ets2panda/parser/
H A DparserImpl.h512 uint32_t &ClassId() in ClassId() function in ark::es2panda::ark::es2panda::parser::TypeAnnotationParsingOptions::ParserImpl
H A DTypedParser.cpp905 varbinder::PrivateBinding privateBinding(Allocator(), ClassId()++); in ParseClassDefinition()

Completed in 13 milliseconds