Home
last modified time | relevance | path

Searched defs:TimeStamp (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dgate.h40 using TimeStamp = uint8_t; variable
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_snapshot.h204 …explicit TimeStamp(int sequenceId) : lastSequenceId_(sequenceId), timeStampUs_(TimeStamp::Now()) {} in TimeStamp() function