Home
last modified time | relevance | path

Searched defs:timestamp (Results 1 - 18 of 18) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/ohos/tests/
H A 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
[all...]
/arkcompiler/ets_runtime/ecmascript/ohos/tests/mock/
H A Dmock_aot_runtime_info.cpp32 bool MockAotRuntimeInfo::GetMicrosecondsTimeStamp(char *timestamp, size_t length) const in GetMicrosecondsTimeStamp() argument
55 bool MockAotRuntimeInfo::BuildRuntimeInfoPart(char *runtimeInfoPart, const char *soBuildId, const char *timestamp, in BuildRuntimeInfoPart() argument
/arkcompiler/ets_runtime/ecmascript/mem/
H A Didle_gc_trigger.cpp31 void IdleGCTrigger::NotifyLooperIdleStart([[maybe_unused]] int64_t timestamp, [[maybe_unused]] int idleTime) in NotifyLooperIdleStart() argument
40 void IdleGCTrigger::NotifyLooperIdleEnd([[maybe_unused]] int64_t timestamp) in NotifyLooperIdleEnd() argument
/arkcompiler/runtime_core/static_core/runtime/tooling/
H A 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
[all...]
H A Ddebugger.h248 hooks_.ConsoleCall(PtThread(thread), type, timestamp, arguments); variable
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/
H A Dinspector_server.cpp129 void InspectorServer::CallRuntimeConsoleApiCalled(PtThread thread, ConsoleCallType type, uint64_t timestamp, in CallRuntimeConsoleApiCalled() argument
H A Dinspector.cpp106 void Inspector::ConsoleCall(PtThread thread, ConsoleCallType type, uint64_t timestamp, in ConsoleCall() argument
/arkcompiler/ets_runtime/ecmascript/intl/
H A Dglobal_intl_helper.cpp49 uint64_t *GlobalIntlHelper::ConvertDateToUnit(uint64_t timestamp) in ConvertDateToUnit() argument
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H A Dpgo_profiler.h82 void SetSaveTimestamp(std::chrono::system_clock::time_point timestamp) in SetSaveTimestamp() argument
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dverifier.cpp519 size_t timestamp = 0; in Run() local
H A Dscheduler.cpp54 size_t timestamp = 0; in CalculateDominatorTree() local
154 size_t timestamp = 0; in Run() local
H A Dbytecode_circuit_builder.cpp163 size_t timestamp = 0; in PerformDFS() local
269 size_t timestamp = 0; in ComputeDominatorTree() local
H A Dgraph_linearizer.cpp207 size_t timestamp = 0; in BuildDfsFather() local
/arkcompiler/toolchain/tooling/test/
H A Ddebugger_returns_test.cpp342 int32_t timestamp; in HWTEST_F_L0() local
359 int32_t timestamp; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/ohos/
H A 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() argument
265 bool BuildRuntimeInfoPart(char *runtimeInfoPart, const char *soBuildId, const char *timestamp, in BuildRuntimeInfoPart() argument
[all...]
/arkcompiler/runtime_core/static_core/runtime/include/
H A Druntime_notification.h469 void ConsoleCallEvent(ManagedThread *thread, ConsoleCallType type, uint64_t timestamp, in ConsoleCallEvent() argument
67 ConsoleCall([[maybe_unused]] ManagedThread *thread, [[maybe_unused]] ConsoleCallType type, [[maybe_unused]] uint64_t timestamp, [[maybe_unused]] const PandaVector<TypedValue> &arguments) ConsoleCall() argument
/arkcompiler/toolchain/tooling/base/
H A Dpt_events.h1006 PreciseCoverageDeltaUpdate &SetTimestamp(int64_t timestamp) in SetTimestamp() argument
1099 LastSeenObjectId &SetTimestamp(double timestamp) in SetTimestamp() argument
/arkcompiler/ets_runtime/ecmascript/napi/
H A Djsnapi_expo.cpp4962 void JSNApi::NotifyLooperIdleStart(const EcmaVM *vm, int64_t timestamp, int idleTime) in NotifyLooperIdleStart() argument
4969 void JSNApi::NotifyLooperIdleEnd(const EcmaVM *vm, int64_t timestamp) in NotifyLooperIdleEnd() argument

Completed in 27 milliseconds