Home
last modified time | relevance | path

Searched defs:profileType (Results 1 – 12 of 12) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/ap_file/
Dpgo_profile_type_pool.h67 auto profileType = type_.GetRaw(); in ProcessToBinary() local
136 bool TryAdd(const ProfileType &profileType, ApEntityId &entryId) in TryAdd()
141 bool GetEntryId(const ProfileType &profileType, ApEntityId &entryId) const in GetEntryId()
Dpgo_record_pool.h234 void Add(ProfileType profileType, const CString &recordName) in Add()
243 const char *GetName(ProfileType profileType) const in GetName()
/arkcompiler/ets_runtime/ecmascript/compiler/pgo_type/
Dpgo_type_recorder.cpp60 auto profileType = info.GetProfileType(); in GetElementsKindsForUser() local
85 auto profileType = info.GetProfileType(); in GetTransitionElementsKindsForUser() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dtype_info_accessors.h444 auto profileType = acc_.TryGetPGOType(gate_).GetPGOSampleType(); in GetMethodId() local
503 auto profileType = acc_.TryGetPGOType(gate_).GetPGOSampleType(); in IsHotnessFunc() local
518 auto profileType = acc_.TryGetPGOType(gate_).GetPGOSampleType(); in GetFunctionTypeLength() local
537 auto profileType = acc_.TryGetPGOType(gate_).GetPGOSampleType(); in IsNoGC() local
555 auto profileType = acc_.TryGetPGOType(gate_).GetPGOSampleType(); in GetMethodIndex() local
579 auto profileType = acc_.TryGetPGOType(gate_).GetPGOSampleType(); in GetMethodId() local
588 auto profileType = acc_.TryGetPGOType(gate_).GetPGOSampleType(); in MethodOffsetIsVaild() local
597 auto profileType = acc_.TryGetPGOType(gate_).GetPGOSampleType(); in CanFastCall() local
614 auto profileType = acc_.TryGetPGOType(gate_).GetPGOSampleType(); in GetFuncMethodOffset() local
Dtype_info_accessors.cpp230 ProfileType profileType = sampleType->GetProfileType(); in FindHClass() local
268 ProfileType profileType = sampleType->GetProfileType(); in GetHClass() local
363 auto profileType = acc_.TryGetPGOType(gate_).GetPGOSampleType(); in CanOptimizeAsFastCall() local
Dtyped_bytecode_lowering.cpp2378 auto profileType = acc_.TryGetPGOType(gate).GetPGOSampleType(); in GetCalleePandaFile() local
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dpgo_type_infer.cpp174 ProfileType profileType = pgoRwTypes->GetObjectInfo(i).GetProfileType(); in TrySetOnHeapMode() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_decoder.cpp224 bool PGOProfilerDecoder::GetHClassTreeDesc(PGOSampleType profileType, PGOHClassTreeDesc **desc) con… in GetHClassTreeDesc()
Dpgo_profiler.cpp1365 ProfileType profileType = GetProfileType(rootHClass); in DumpCreateObject() local
1377 auto profileType = currentType.GetProfileType(); in DumpCreateObject() local
1811 …auto profileType = ProfileType::CreateBuiltinsArray(abcId, type, elementsKind, transitionElementsK… in AddBuiltinsInfo() local
1817 auto profileType = IsTypedArrayRootHClass(jsType, onHeap, receiver) ? in AddBuiltinsInfo() local
Dpgo_profiler_info.h693 bool GetHClassTreeDesc(PGOSampleType profileType, PGOHClassTreeDesc **desc) const in GetHClassTreeDesc()
Dpgo_profiler_info.cpp972 auto profileType = PGOSampleType(typeInfo.GetProfileType()); in ProcessToBinaryForLayout() local
/arkcompiler/ets_runtime/ecmascript/jit/
Djit_profiler.cpp1069 …auto profileType = ProfileType::CreateBuiltinsArray(abcId, type, elementsKind, transitionElementsK… in AddBuiltinsInfo() local
1075 auto profileType = IsTypedArrayRootHClass(jsType, onHeap, receiver) ? in AddBuiltinsInfo() local