| /arkcompiler/ets_runtime/ecmascript/ohos/tests/ |
| D | crash_test.cpp | 67 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/ |
| D | debug_inf.cpp | 38 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
|
| D | debugger.h | 230 void ConsoleCall(ManagedThread *thread, ConsoleCallType type, uint64_t timestamp, in ConsoleCall()
|
| D | pt_hooks_wrapper.h | 148 void ConsoleCall(PtThread thread, ConsoleCallType type, uint64_t timestamp, in ConsoleCall()
|
| /arkcompiler/ets_runtime/ecmascript/ohos/tests/mock/ |
| D | mock_aot_runtime_info.cpp | 32 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/runtime_core/static_core/plugins/ets/runtime/ |
| D | app_state.h | 30 AppState(State state, int64_t timestamp) : state_(state), timestamp_(timestamp) {} in AppState()
|
| /arkcompiler/ets_runtime/common_components/heap/collector/ |
| D | gc_stats.h | 55 static void SetPrevGCStartTime(uint64_t timestamp) { prevGcStartTime = timestamp; } in SetPrevGCStartTime() 59 static void SetPrevGCFinishTime(uint64_t timestamp) { prevGcFinishTime = timestamp; } in SetPrevGCFinishTime()
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | idle_gc_trigger.cpp | 28 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/ |
| D | aot_runtime_info.h | 89 static char timestamp[TIME_STAMP_SIZE] = { '\0' }; in BuildCompileRuntimeInfo() local 115 static char timestamp[TIME_STAMP_SIZE] = { '\0' }; in BuildCrashRuntimeInfo() local 229 virtual bool GetMicrosecondsTimeStamp(char *timestamp, size_t length) const in GetMicrosecondsTimeStamp() 269 bool BuildRuntimeInfoPart(char *runtimeInfoPart, const char *soBuildId, const char *timestamp, in BuildRuntimeInfoPart()
|
| /arkcompiler/ets_runtime/ecmascript/intl/ |
| D | global_intl_helper.cpp | 49 uint64_t *GlobalIntlHelper::ConvertDateToUnit(uint64_t timestamp) in ConvertDateToUnit()
|
| /arkcompiler/toolchain/tooling/dynamic/test/ |
| D | debugger_returns_test.cpp | 342 int32_t timestamp; in HWTEST_F_L0() local 359 int32_t timestamp; in HWTEST_F_L0() local
|
| /arkcompiler/runtime_core/static_core/runtime/include/ |
| D | runtime_notification.h | 68 [[maybe_unused]] uint64_t timestamp, in ConsoleCall() 469 void ConsoleCallEvent(ManagedThread *thread, ConsoleCallType type, uint64_t timestamp, in ConsoleCallEvent()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | scheduler.cpp | 52 size_t timestamp = 0; in CalculateDominatorTree() local 152 size_t timestamp = 0; in Run() local
|
| D | bytecode_circuit_builder.cpp | 162 size_t timestamp = 0; in PerformDFS() local 267 size_t timestamp = 0; in ComputeDominatorTree() local
|
| D | verifier.cpp | 512 size_t timestamp = 0; in Run() local
|
| D | graph_linearizer.cpp | 205 size_t timestamp = 0; in BuildDfsFather() local
|
| /arkcompiler/toolchain/tooling/dynamic/base/ |
| D | pt_events.h | 1042 PreciseCoverageDeltaUpdate &SetTimestamp(int64_t timestamp) in SetTimestamp() 1135 LastSeenObjectId &SetTimestamp(double timestamp) in SetTimestamp()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/stdlib/native/core/ |
| D | IntlDateTimeFormat.cpp | 603 static ani_string FormatImpl(ani_env *env, ani_object self, ani_double timestamp) in FormatImpl() 617 static ani_array_ref FormatToPartsImpl(ani_env *env, ani_object self, ani_double timestamp) in FormatToPartsImpl()
|
| /arkcompiler/ets_frontend/arkguard/src/utils/ |
| D | ProjectCollections.ts | 759 const timestamp = Date.now().toString(); constant
|
| /arkcompiler/toolchain/tooling/static/ |
| D | inspector.cpp | 99 void Inspector::ConsoleCall(PtThread thread, ConsoleCallType type, uint64_t timestamp, in ConsoleCall()
|
| D | inspector_server.cpp | 148 …ectorServer::CallRuntimeConsoleApiCalled(PtThread thread, ConsoleCallType type, uint64_t timestamp, in CallRuntimeConsoleApiCalled()
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/inspector/ |
| D | inspector.cpp | 103 void Inspector::ConsoleCall(PtThread thread, ConsoleCallType type, uint64_t timestamp, in ConsoleCall()
|
| D | inspector_server.cpp | 148 …ectorServer::CallRuntimeConsoleApiCalled(PtThread thread, ConsoleCallType type, uint64_t timestamp, in CallRuntimeConsoleApiCalled()
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
| D | pgo_profiler.cpp | 2191 void PGOProfiler::SetSaveTimestamp(std::chrono::system_clock::time_point timestamp) in SetSaveTimestamp()
|
| /arkcompiler/ets_runtime/ecmascript/napi/ |
| D | jsnapi_expo.cpp | 5448 bool JSNApi::NotifyLooperIdleStart(const EcmaVM *vm, int64_t timestamp, int idleTime) in NotifyLooperIdleStart() 5456 void JSNApi::NotifyLooperIdleEnd(const EcmaVM *vm, int64_t timestamp) in NotifyLooperIdleEnd()
|