Home
last modified time | relevance | path

Searched refs:GetHClassLayoutDesc (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_decoder.cpp187 bool PGOProfilerDecoder::GetHClassLayoutDesc(PGOSampleType classType, PGOHClassLayoutDesc **desc) c… in GetHClassLayoutDesc() function in panda::ecmascript::PGOProfilerDecoder
192 return recordSimpleInfos_->GetHClassLayoutDesc(classType, desc); in GetHClassLayoutDesc()
Dpgo_profiler_decoder.h115 bool GetHClassLayoutDesc(PGOSampleType classType, PGOHClassLayoutDesc **desc) const;
Dpgo_profiler_info.h1137 bool GetHClassLayoutDesc(PGOSampleType classType, PGOHClassLayoutDesc **desc) const in GetHClassLayoutDesc() function
/arkcompiler/ets_runtime/ecmascript/compiler/
Dtype_recorder.cpp276 if (!decoder_->GetHClassLayoutDesc(iter, &desc)) { in GetOrUpdatePGOType()
318 if (!decoder_->GetHClassLayoutDesc(type, &desc)) { in GetElementsKind()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/tests/
Dpgo_profiler_test.cpp764 if (!decoder.GetHClassLayoutDesc(sampleType, &desc)) { in HWTEST_F_L0()
865 if (!decoder.GetHClassLayoutDesc(sampleType, &desc)) { in HWTEST_F_L0()
878 ASSERT_TRUE(decoder.GetHClassLayoutDesc(classType, &desc)); in HWTEST_F_L0()
882 ASSERT_TRUE(decoder.GetHClassLayoutDesc(classType, &desc)); in HWTEST_F_L0()
886 ASSERT_TRUE(decoder.GetHClassLayoutDesc(classType, &desc)); in HWTEST_F_L0()
892 ASSERT_TRUE(decoder.GetHClassLayoutDesc(classType, &desc)); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_type_parser.cpp848 if (info.decoder->GetHClassLayoutDesc(info.pgoType, &desc)) { in ParseObjectPGOType()