Searched refs:Now (Results 1 – 15 of 15) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/dfx/vmstat/ |
D | caller_stat.cpp | 23 uint64_t nowTime = Now(); in Start() 32 uint64_t nowTime = Now(); in Stop() 61 uint64_t nowTime = Now(); in Snapshot()
|
D | caller_stat.h | 88 inline static uint64_t Now() in Now() function
|
/arkcompiler/ets_runtime/ecmascript/builtins/ |
D | builtins_date.cpp | 46 double now = JSDate::Now().GetDouble(); in DateConstructor() 54 timeValue = JSDate::Now(); in DateConstructor() 90 JSTaggedValue BuiltinsDate::Now([[maybe_unused]] EcmaRuntimeCallInfo *argv) in Now() function in panda::ecmascript::builtins::BuiltinsDate 92 BUILTINS_API_TRACE(argv->GetThread(), Date, Now); in Now() 93 return JSDate::Now(); in Now()
|
D | builtins_date.h | 29 static JSTaggedValue Now(EcmaRuntimeCallInfo *argv);
|
D | builtins_date_time_format.cpp | 164 x = JSDate::Now().GetNumber(); in AnonymousDateTimeFormat() 197 x = JSDate::Now().GetNumber(); in FormatToParts()
|
D | builtins.cpp | 964 SetFunction(env, dateFunction, "now", Date::Now, FunctionLength::ZERO); in InitializeDate()
|
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/ |
D | heap_snapshot.h | 204 …explicit TimeStamp(int sequenceId) : lastSequenceId_(sequenceId), timeStampUs_(TimeStamp::Now()) {} in TimeStamp() 241 static int64_t Now() in Now() function
|
/arkcompiler/ets_runtime/ecmascript/ |
D | js_date.h | 114 static JSTaggedValue Now();
|
D | ecma_context.cpp | 146 start = PandaRuntimeTimer::Now(); in SetRuntimeStatEnable() 151 LOG_ECMA(INFO) << "Runtime State duration:" << PandaRuntimeTimer::Now() - start << "(ns)"; in SetRuntimeStatEnable()
|
D | js_date.cpp | 519 JSTaggedValue JSDate::Now() in Now() function in panda::ecmascript::JSDate
|
D | runtime_call_id.h | 348 V(Date, Now) \
|
/arkcompiler/runtime_core/docs/ |
D | 2022-08-18-isa-changelog.md | 28 Now the layout is:
|
/arkcompiler/runtime_core/tests/cts-generator/ |
D | README.md | 164 3. If all test passed, congrats! Now you can enable tests for regular
|
/arkcompiler/ets_runtime/docs/ |
D | overview.md | 49 …to better leverage the device's multi-core feature to improve performance. Now ARK-JS is able to s…
|
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/ |
D | snapshot_processor.cpp | 296 reinterpret_cast<uintptr_t>(Date::Now),
|