Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/tooling/
Ddebug_inf.cpp38 uint64_t timestamp; member
54 uint64_t timestamp = 1; member
119 uint64_t timestamp = std::max(metaInfo->timestamp + 1, panda::time::GetCurrentTimeInNanos()); in AddCodeMetaInfoImpl() local
156 uint64_t timestamp = std::max(metaInfo->timestamp + 1, panda::time::GetCurrentTimeInNanos()); in DelCodeMetaInfoImpl() local
Ddebugger.h245 void ConsoleCall(ManagedThread *thread, ConsoleCallType type, uint64_t timestamp, in ConsoleCall()
Dpt_hooks_wrapper.h146 void ConsoleCall(PtThread thread, ConsoleCallType type, uint64_t timestamp, in ConsoleCall()
/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/runtime_core/static_core/runtime/include/
Druntime_notification.h68 [[maybe_unused]] uint64_t timestamp, in ConsoleCall()
469 void ConsoleCallEvent(ManagedThread *thread, ConsoleCallType type, uint64_t timestamp, in ConsoleCallEvent()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler.h67 void SetSaveTimestamp(std::chrono::system_clock::time_point timestamp) in SetSaveTimestamp()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dscheduler.cpp33 size_t timestamp = 0; in CalculateDominatorTree() local
143 size_t timestamp = 0; in Run() local
Dverifier.cpp517 size_t timestamp = 0; in Run() local
Dgraph_linearizer.cpp207 size_t timestamp = 0; in BuildDfsFather() local
/arkcompiler/toolchain/tooling/base/
Dpt_events.h1006 PreciseCoverageDeltaUpdate &SetTimestamp(int64_t timestamp) in SetTimestamp()
1099 LastSeenObjectId &SetTimestamp(double timestamp) in SetTimestamp()
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/
Dinspector.cpp98 void Inspector::ConsoleCall(PtThread thread, ConsoleCallType type, uint64_t timestamp, in ConsoleCall()
Dinspector_server.cpp129 …ectorServer::CallRuntimeConsoleApiCalled(PtThread thread, ConsoleCallType type, uint64_t timestamp, in CallRuntimeConsoleApiCalled()