Home
last modified time | relevance | path

Searched defs:typeProfileEntry (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/toolchain/tooling/dynamic/test/
Dpt_returns_test.cpp252 std::unique_ptr<TypeProfileEntry> typeProfileEntry = std::make_unique<TypeProfileEntry>(); in HWTEST_F_L0() local
Ddebugger_types_test.cpp2514 std::unique_ptr<TypeProfileEntry> typeProfileEntry; in HWTEST_F_L0() local
2550 std::unique_ptr<TypeProfileEntry> typeProfileEntry; in HWTEST_F_L0() local
2603 …const std::vector<std::unique_ptr<TypeProfileEntry>> *typeProfileEntry = scriptTypeProfile->GetEnt… in HWTEST_F_L0() local
/arkcompiler/toolchain/tooling/dynamic/base/
Dpt_types.cpp3043 auto typeProfileEntry = std::make_unique<TypeProfileEntry>(); in Create() local