Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/ohos/tests/
Dcrash_test.cpp67 char timestamp[ohos::AotRuntimeInfo::TIME_STAMP_SIZE]; in HWTEST_F_L0() local
76 char timestamp[ohos::AotRuntimeInfo::TIME_STAMP_SIZE]; in HWTEST_F_L0() local
107 char timestamp[ohos::AotRuntimeInfo::TIME_STAMP_SIZE]; in HWTEST_F_L0() local
137 char timestamp[ohos::AotRuntimeInfo::TIME_STAMP_SIZE]; in HWTEST_F_L0() local
/arkcompiler/runtime_core/static_core/runtime/tooling/
Ddebug_inf.cpp38 uint64_t timestamp; member
52 uint64_t timestamp = 1; member
117 uint64_t timestamp = std::max(metaInfo->timestamp + 1, ark::time::GetCurrentTimeInNanos()); in AddCodeMetaInfoImpl() local
154 uint64_t timestamp = std::max(metaInfo->timestamp + 1, ark::time::GetCurrentTimeInNanos()); in DelCodeMetaInfoImpl() local
Ddebugger.h230 void ConsoleCall(ManagedThread *thread, ConsoleCallType type, uint64_t timestamp, in ConsoleCall()
Dpt_hooks_wrapper.h148 void ConsoleCall(PtThread thread, ConsoleCallType type, uint64_t timestamp, in ConsoleCall()
/arkcompiler/ets_runtime/ecmascript/ohos/tests/mock/
Dmock_aot_runtime_info.cpp32 bool MockAotRuntimeInfo::GetMicrosecondsTimeStamp(char *timestamp, size_t length) const in GetMicrosecondsTimeStamp()
55 …timeInfo::BuildRuntimeInfoPart(char *runtimeInfoPart, const char *soBuildId, const char *timestamp, in BuildRuntimeInfoPart()
/arkcompiler/ets_runtime/ecmascript/mem/
Didle_gc_trigger.cpp28 bool IdleGCTrigger::NotifyLooperIdleStart([[maybe_unused]] int64_t timestamp, [[maybe_unused]] int … in NotifyLooperIdleStart()
48 void IdleGCTrigger::NotifyLooperIdleEnd([[maybe_unused]] int64_t timestamp) in NotifyLooperIdleEnd()
/arkcompiler/ets_runtime/ecmascript/ohos/
Daot_runtime_info.h89 static char timestamp[TIME_STAMP_SIZE] = { '\0' }; in BuildCompileRuntimeInfo() local
115 static char timestamp[TIME_STAMP_SIZE] = { '\0' }; in BuildCrashRuntimeInfo() local
225 virtual bool GetMicrosecondsTimeStamp(char *timestamp, size_t length) const in GetMicrosecondsTimeStamp()
265 bool BuildRuntimeInfoPart(char *runtimeInfoPart, const char *soBuildId, const char *timestamp, in BuildRuntimeInfoPart()
/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.cpp342 int32_t timestamp; in HWTEST_F_L0() local
359 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/compiler/
Dscheduler.cpp52 size_t timestamp = 0; in CalculateDominatorTree() local
152 size_t timestamp = 0; in Run() local
Dbytecode_circuit_builder.cpp162 size_t timestamp = 0; in PerformDFS() local
267 size_t timestamp = 0; in ComputeDominatorTree() local
Dverifier.cpp512 size_t timestamp = 0; in Run() local
Dgraph_linearizer.cpp205 size_t timestamp = 0; in BuildDfsFather() local
/arkcompiler/toolchain/tooling/base/
Dpt_events.h1013 PreciseCoverageDeltaUpdate &SetTimestamp(int64_t timestamp) in SetTimestamp()
1106 LastSeenObjectId &SetTimestamp(double timestamp) in SetTimestamp()
/arkcompiler/ets_frontend/arkguard/src/utils/
DProjectCollections.ts685 const timestamp = Date.now().toString(); constant
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/
Dinspector.cpp108 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()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler.cpp2096 void PGOProfiler::SetSaveTimestamp(std::chrono::system_clock::time_point timestamp) in SetSaveTimestamp()
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp5147 bool JSNApi::NotifyLooperIdleStart(const EcmaVM *vm, int64_t timestamp, int idleTime) in NotifyLooperIdleStart()
5155 void JSNApi::NotifyLooperIdleEnd(const EcmaVM *vm, int64_t timestamp) in NotifyLooperIdleEnd()