/arkcompiler/runtime_core/static_core/runtime/ |
D | timing.cpp | 67 uint64_t duration = it->GetTime() - beginIt->GetTime(); in Process() 85 … label.GetName() << " " << PrettyTimeNs(label.GetCPUTime()) << "/" << PrettyTimeNs(label.GetTime()) in Dump()
|
D | timing.h | 59 uint64_t GetTime() const in GetTime() function
|
/arkcompiler/ets_runtime/ecmascript/builtins/ |
D | builtins_date.cpp | 113 JSTaggedValue BuiltinsDate::GetTime(EcmaRuntimeCallInfo *argv) in GetTime() function in panda::ecmascript::builtins::BuiltinsDate 116 BUILTINS_API_TRACE(argv->GetThread(), Date, GetTime); in GetTime() 123 return JSDate::Cast(msg->GetTaggedObject())->GetTime(); in GetTime() 242 JSTaggedValue value = JSDate::Cast(msg->GetTaggedObject())->GetTime(); in ToLocaleString() 323 JSTaggedValue value = JSDate::Cast(msg->GetTaggedObject())->GetTime(); in ToLocaleDateString() 404 JSTaggedValue value = JSDate::Cast(msg->GetTaggedObject())->GetTime(); in ToLocaleTimeString()
|
D | builtins_date.h | 55 V("getTime", GetTime, 0, INVALID) \ 166 static JSTaggedValue GetTime(EcmaRuntimeCallInfo *argv);
|
/arkcompiler/ets_runtime/test/fuzztest/daterefnew_fuzzer/ |
D | daterefnew_fuzzer.cpp | 71 date->GetTime(); in DateRefGetTimeFuzzTest()
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | circuit.cpp | 225 TimeStamp Circuit::GetTime() const in GetTime() function in panda::ecmascript::kungfu::Circuit 232 return LoadGatePtrConst(gate)->GetMark(GetTime()); in GetMark() 237 const_cast<Gate *>(LoadGatePtrConst(gate))->SetMark(mark, GetTime()); in SetMark()
|
D | circuit.h | 73 TimeStamp GetTime() const;
|
/arkcompiler/ets_runtime/ecmascript/ |
D | js_date.h | 123 JSTaggedValue GetTime() const;
|
D | js_date.cpp | 605 JSTaggedValue JSDate::GetTime() const in GetTime() function in panda::ecmascript::JSDate
|
D | runtime_call_id.h | 373 V(Date, GetTime) \
|
D | dump.cpp | 1716 os << " - time: " << GetTime().GetDouble() << "\n"; in Dump() 4833 vec.emplace_back(CString("time"), GetTime()); in DumpForSnapshot()
|
/arkcompiler/ets_runtime/ecmascript/napi/test/ |
D | jsnapi_third_tests.cpp | 450 HWTEST_F_L0(JSNApiTests, GetTime) in HWTEST_F_L0() argument 455 ASSERT_EQ(date->GetTime(), time); in HWTEST_F_L0()
|
D | jsnapi_first_tests.cpp | 1504 double dou = data->GetTime(); in HWTEST_F_L0()
|
D | ffi_workload.cpp | 4162 object->GetTime(); in HWTEST_F_L0() 4165 TEST_TIME(DateRef::GetTime); in HWTEST_F_L0()
|
/arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
D | builtins_date_test.cpp | 497 result = BuiltinsDate::GetTime(ecmaRuntimeCallInfo); in HWTEST_F_L0() 517 result = BuiltinsDate::GetTime(info2); in HWTEST_F_L0()
|
/arkcompiler/ets_runtime/ecmascript/napi/ |
D | JSNapi接口说明.md | 426 ### GetTime subsection 428 double DateRef::GetTime()�� 449 double getTime = object->GetTime();
|
D | jsnapi_expo.cpp | 2024 double DateRef::GetTime() in GetTime() function in panda::DateRef 2031 return date->GetTime().GetDouble(); in GetTime()
|
/arkcompiler/ets_runtime/ecmascript/napi/include/ |
D | jsnapi_expo.h | 870 double GetTime();
|
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/ |
D | snapshot_processor.cpp | 260 reinterpret_cast<uintptr_t>(Date::GetTime),
|