/arkcompiler/ets_runtime/ecmascript/compiler/pgo_type/ |
H A 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/type_inference/ |
H A D | pgo_type_infer.cpp | 174 ProfileType profileType = pgoRwTypes->GetObjectInfo(i).GetProfileType(); in TrySetOnHeapMode() local
|
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
H A D | pgo_profiler_decoder.cpp | 210 bool PGOProfilerDecoder::GetHClassTreeDesc(PGOSampleType profileType, PGOHClassTreeDesc **desc) const in GetHClassTreeDesc() argument
|
H A D | pgo_profiler_info.h | 651 bool GetHClassTreeDesc(PGOSampleType profileType, PGOHClassTreeDesc **desc) const in GetHClassTreeDesc() argument
|
H A D | pgo_profiler_info.cpp | 858 auto profileType = PGOSampleType(typeInfo.GetProfileType()); in ProcessToBinaryForLayout() local
|
H A D | pgo_profiler.cpp | 1401 ProfileType profileType = GetProfileType(rootHClass); in DumpCreateObject() local 1409 recordInfos_->AddRootLayout(JSTaggedType(rootHClass), profileType); in DumpCreateObject() local 1413 auto profileType = currentType.GetProfileType(); in DumpCreateObject() local 1424 recordInfos_->AddRootLayout(JSTaggedType(hclass), profileType); DumpCreateObject() local 1813 auto profileType = ProfileType::CreateBuiltinsArray(abcId, type, elementsKind, transitionElementsKind, AddBuiltinsInfo() local 1819 auto profileType = ProfileType::CreateBuiltinsTypedArray(abcId, jsType, onHeap, everOutOfBounds); AddBuiltinsInfo() local [all...] |
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/ap_file/ |
H A D | pgo_profile_type_pool.h | 67 auto profileType = type_.GetRaw(); variable 136 bool TryAdd(const ProfileType &profileType, ApEntityId &entryId) in TryAdd() argument 141 bool GetEntryId(const ProfileType &profileType, ApEntityId &entryId) const in GetEntryId() argument
|
H A D | pgo_record_pool.h | 204 void Add(ProfileType profileType, const CString &recordName) in Add() argument
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | type_info_accessors.cpp | 279 ProfileType profileType = sampleType->GetProfileType(); in FindHClass() local 317 ProfileType profileType = sampleType->GetProfileType(); in GetHClass() local 412 auto profileType = acc_.TryGetPGOType(gate_).GetPGOSampleType(); CanOptimizeAsFastCall() local [all...] |
H A D | type_info_accessors.h | 373 auto profileType = acc_.TryGetPGOType(gate_).GetPGOSampleType(); in GetMethodId() local 432 auto profileType = acc_.TryGetPGOType(gate_).GetPGOSampleType(); in IsHotnessFunc() local 447 auto profileType = acc_.TryGetPGOType(gate_).GetPGOSampleType(); in GetFunctionTypeLength() local 466 auto profileType in IsNoGC() local 484 auto profileType = acc_.TryGetPGOType(gate_).GetPGOSampleType(); GetMethodIndex() local 508 auto profileType = acc_.TryGetPGOType(gate_).GetPGOSampleType(); GetMethodId() local 517 auto profileType = acc_.TryGetPGOType(gate_).GetPGOSampleType(); MethodOffsetIsVaild() local 526 auto profileType = acc_.TryGetPGOType(gate_).GetPGOSampleType(); CanFastCall() local 543 auto profileType = acc_.TryGetPGOType(gate_).GetPGOSampleType(); GetFuncMethodOffset() local [all...] |
H A D | typed_bytecode_lowering.cpp | 1881 auto profileType = acc_.TryGetPGOType(gate).GetPGOSampleType(); in GetCalleePandaFile() local
|
/arkcompiler/ets_runtime/ecmascript/jit/ |
H A D | jit_profiler.cpp | 926 auto profileType = ProfileType::CreateBuiltinsArray(abcId, type, elementsKind, transitionElementsKind, in AddBuiltinsInfo() local 932 auto profileType = ProfileType::CreateBuiltinsTypedArray(abcId, jsType, onHeap, everOutOfBounds); in AddBuiltinsInfo() local
|
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/types/ |
H A D | pgo_profiler_type.h | 118 static PGOSampleTemplate CreateProfileType(ApEntityId recordId, int32_t profileType, in CreateProfileType() argument
|