Home
last modified time | relevance | path

Searched defs:timestamp (Results 1 – 25 of 25) 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/runtime_core/static_core/plugins/ets/runtime/
Dapp_state.h30 AppState(State state, int64_t timestamp) : state_(state), timestamp_(timestamp) {} in AppState()
/arkcompiler/ets_runtime/common_components/heap/collector/
Dgc_stats.h55 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/
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
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/
Dglobal_intl_helper.cpp49 uint64_t *GlobalIntlHelper::ConvertDateToUnit(uint64_t timestamp) in ConvertDateToUnit()
/arkcompiler/toolchain/tooling/dynamic/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/dynamic/base/
Dpt_events.h1042 PreciseCoverageDeltaUpdate &SetTimestamp(int64_t timestamp) in SetTimestamp()
1135 LastSeenObjectId &SetTimestamp(double timestamp) in SetTimestamp()
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/native/core/
DIntlDateTimeFormat.cpp603 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/
DProjectCollections.ts759 const timestamp = Date.now().toString(); constant
/arkcompiler/toolchain/tooling/static/
Dinspector.cpp99 void Inspector::ConsoleCall(PtThread thread, ConsoleCallType type, uint64_t timestamp, in ConsoleCall()
Dinspector_server.cpp148 …ectorServer::CallRuntimeConsoleApiCalled(PtThread thread, ConsoleCallType type, uint64_t timestamp, in CallRuntimeConsoleApiCalled()
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/
Dinspector.cpp103 void Inspector::ConsoleCall(PtThread thread, ConsoleCallType type, uint64_t timestamp, in ConsoleCall()
Dinspector_server.cpp148 …ectorServer::CallRuntimeConsoleApiCalled(PtThread thread, ConsoleCallType type, uint64_t timestamp, in CallRuntimeConsoleApiCalled()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler.cpp2191 void PGOProfiler::SetSaveTimestamp(std::chrono::system_clock::time_point timestamp) in SetSaveTimestamp()
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp5448 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()