Home
last modified time | relevance | path

Searched refs:ordinal_ (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
H A Dheap_sampling.h37 ordinal_(ordinal), in Sample()
41 const uint64_t ordinal_; member
/arkcompiler/ets_frontend/ets2panda/checker/types/ets/
H A DetsEnumType.cpp28 : Type(typeFlag), decl_(enumDecl), ordinal_ {ordinal}, member_(member) in ETSEnumType()
173 return ordinal_;
H A DetsEnumType.h162 const UType ordinal_; member in ark::es2panda::ark::es2panda::checker::ETSEnumType
/arkcompiler/toolchain/tooling/base/
H A Dpt_types.h1788 ordinal_ = ordinal; in SetOrdinal()
1794 return ordinal_; in GetOrdinal()
1803 int64_t ordinal_ {0};
H A Dpt_types.cpp2126 samplingHeapProfileSample->ordinal_ = ordinal; in Create()
2144 result->Add("ordinal", ordinal_); in ToJson()
2389 sampleTemp->SetOrdinal(sample.ordinal_); in FromSamplingInfo()
/arkcompiler/toolchain/tooling/test/
H A Dpt_types_test.cpp890 ASSERT_TRUE(ordinal == sampleInfo.ordinal_); in HWTEST_F_L0()

Completed in 14 milliseconds