Searched defs:profileType (Results 1 – 12 of 12) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ap_file/ |
| D | pgo_profile_type_pool.h | 67 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()
|
| D | pgo_record_pool.h | 234 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/ |
| D | pgo_type_recorder.cpp | 60 auto profileType = info.GetProfileType(); in GetElementsKindsForUser() local 85 auto profileType = info.GetProfileType(); in GetTransitionElementsKindsForUser() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | type_info_accessors.h | 386 auto profileType = acc_.TryGetPGOType(gate_).GetPGOSampleType(); in GetMethodId() local 445 auto profileType = acc_.TryGetPGOType(gate_).GetPGOSampleType(); in IsHotnessFunc() local 460 auto profileType = acc_.TryGetPGOType(gate_).GetPGOSampleType(); in GetFunctionTypeLength() local 479 auto profileType = acc_.TryGetPGOType(gate_).GetPGOSampleType(); in IsNoGC() local 497 auto profileType = acc_.TryGetPGOType(gate_).GetPGOSampleType(); in GetMethodIndex() local 521 auto profileType = acc_.TryGetPGOType(gate_).GetPGOSampleType(); in GetMethodId() local 530 auto profileType = acc_.TryGetPGOType(gate_).GetPGOSampleType(); in MethodOffsetIsVaild() local 539 auto profileType = acc_.TryGetPGOType(gate_).GetPGOSampleType(); in CanFastCall() local 556 auto profileType = acc_.TryGetPGOType(gate_).GetPGOSampleType(); in GetFuncMethodOffset() local
|
| D | type_info_accessors.cpp | 276 ProfileType profileType = sampleType->GetProfileType(); in FindHClass() local 314 ProfileType profileType = sampleType->GetProfileType(); in GetHClass() local 409 auto profileType = acc_.TryGetPGOType(gate_).GetPGOSampleType(); in CanOptimizeAsFastCall() local
|
| D | typed_bytecode_lowering.cpp | 1957 auto profileType = acc_.TryGetPGOType(gate).GetPGOSampleType(); in GetCalleePandaFile() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/type_inference/ |
| D | pgo_type_infer.cpp | 174 ProfileType profileType = pgoRwTypes->GetObjectInfo(i).GetProfileType(); in TrySetOnHeapMode() local
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
| D | pgo_profiler_decoder.cpp | 220 bool PGOProfilerDecoder::GetHClassTreeDesc(PGOSampleType profileType, PGOHClassTreeDesc **desc) con… in GetHClassTreeDesc()
|
| D | pgo_profiler.cpp | 1331 ProfileType profileType = GetProfileType(rootHClass); in DumpCreateObject() local 1343 auto profileType = currentType.GetProfileType(); in DumpCreateObject() local 1744 …auto profileType = ProfileType::CreateBuiltinsArray(abcId, type, elementsKind, transitionElementsK… in AddBuiltinsInfo() local 1750 … auto profileType = ProfileType::CreateBuiltinsTypedArray(abcId, jsType, onHeap, everOutOfBounds); in AddBuiltinsInfo() local
|
| D | pgo_profiler_info.h | 681 bool GetHClassTreeDesc(PGOSampleType profileType, PGOHClassTreeDesc **desc) const in GetHClassTreeDesc()
|
| D | pgo_profiler_info.cpp | 881 auto profileType = PGOSampleType(typeInfo.GetProfileType()); in ProcessToBinaryForLayout() local
|
| /arkcompiler/ets_runtime/ecmascript/jit/ |
| D | jit_profiler.cpp | 951 …auto profileType = ProfileType::CreateBuiltinsArray(abcId, type, elementsKind, transitionElementsK… in AddBuiltinsInfo() local 957 … auto profileType = ProfileType::CreateBuiltinsTypedArray(abcId, jsType, onHeap, everOutOfBounds); in AddBuiltinsInfo() local
|