Home
last modified time | relevance | path

Searched defs:timestamp (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DmixinClassesAnonymous.ts164 …nstructor<object>>(Base: CT) => { return class extends Base { timestamp = new Date(); … property in extends
166 AssertType(class extends Base { timestamp = new Date(); }, "{ new (...any[]): (Anonymous … property in extends
170 timestamp = new Date(); property in extends
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler.h37 void SetSaveTimestamp(std::chrono::system_clock::time_point timestamp) in SetSaveTimestamp()
/arkcompiler/ets_runtime/ecmascript/intl/
Dglobal_intl_helper.cpp49 uint64_t *GlobalIntlHelper::ConvertDateToUnit(uint64_t timestamp) in ConvertDateToUnit()
/arkcompiler/toolchain/tooling/test/
Ddebugger_returns_test.cpp341 int32_t timestamp; in HWTEST_F_L0() local
358 int32_t timestamp; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dscheduler.cpp33 size_t timestamp = 0; in CalculateDominatorTree() local
143 size_t timestamp = 0; in Run() local
Dverifier.cpp471 size_t timestamp = 0; in Run() local
Dgraph_linearizer.cpp176 size_t timestamp = 0; in BuildDfsFather() local
Dbytecode_circuit_builder.cpp241 size_t timestamp = 0; in ComputeDominatorTree() local
/arkcompiler/toolchain/tooling/base/
Dpt_events.h972 PreciseCoverageDeltaUpdate &SetTimestamp(int64_t timestamp) in SetTimestamp()
1065 LastSeenObjectId &SetTimestamp(double timestamp) in SetTimestamp()