| /arkcompiler/ets_runtime/ecmascript/ohos/tests/ |
| H A 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 [all...] |
| /arkcompiler/ets_runtime/ecmascript/ohos/tests/mock/ |
| H A D | mock_aot_runtime_info.cpp | 32 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 D | idle_gc_trigger.cpp | 31 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 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 [all...] |
| H A D | debugger.h | 248 hooks_.ConsoleCall(PtThread(thread), type, timestamp, arguments); variable
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/inspector/ |
| H A D | inspector_server.cpp | 129 void InspectorServer::CallRuntimeConsoleApiCalled(PtThread thread, ConsoleCallType type, uint64_t timestamp, in CallRuntimeConsoleApiCalled() argument
|
| H A D | inspector.cpp | 106 void Inspector::ConsoleCall(PtThread thread, ConsoleCallType type, uint64_t timestamp, in ConsoleCall() argument
|
| /arkcompiler/ets_runtime/ecmascript/intl/ |
| H A D | global_intl_helper.cpp | 49 uint64_t *GlobalIntlHelper::ConvertDateToUnit(uint64_t timestamp) in ConvertDateToUnit() argument
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
| H A D | pgo_profiler.h | 82 void SetSaveTimestamp(std::chrono::system_clock::time_point timestamp) in SetSaveTimestamp() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | verifier.cpp | 519 size_t timestamp = 0; in Run() local
|
| H A D | scheduler.cpp | 54 size_t timestamp = 0; in CalculateDominatorTree() local 154 size_t timestamp = 0; in Run() local
|
| H A D | bytecode_circuit_builder.cpp | 163 size_t timestamp = 0; in PerformDFS() local 269 size_t timestamp = 0; in ComputeDominatorTree() local
|
| H A D | graph_linearizer.cpp | 207 size_t timestamp = 0; in BuildDfsFather() local
|
| /arkcompiler/toolchain/tooling/test/ |
| H A D | debugger_returns_test.cpp | 342 int32_t timestamp; in HWTEST_F_L0() local 359 int32_t timestamp; in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/ohos/ |
| H A 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 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 D | runtime_notification.h | 469 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 D | pt_events.h | 1006 PreciseCoverageDeltaUpdate &SetTimestamp(int64_t timestamp) in SetTimestamp() argument 1099 LastSeenObjectId &SetTimestamp(double timestamp) in SetTimestamp() argument
|
| /arkcompiler/ets_runtime/ecmascript/napi/ |
| H A D | jsnapi_expo.cpp | 4962 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
|