Home
last modified time | relevance | path

Searched refs:Now (Results 1 – 15 of 15) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/vmstat/
Dcaller_stat.cpp23 uint64_t nowTime = Now(); in Start()
32 uint64_t nowTime = Now(); in Stop()
61 uint64_t nowTime = Now(); in Snapshot()
Dcaller_stat.h88 inline static uint64_t Now() in Now() function
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_date.cpp46 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()
Dbuiltins_date.h29 static JSTaggedValue Now(EcmaRuntimeCallInfo *argv);
Dbuiltins_date_time_format.cpp164 x = JSDate::Now().GetNumber(); in AnonymousDateTimeFormat()
197 x = JSDate::Now().GetNumber(); in FormatToParts()
Dbuiltins.cpp964 SetFunction(env, dateFunction, "now", Date::Now, FunctionLength::ZERO); in InitializeDate()
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_snapshot.h204 …explicit TimeStamp(int sequenceId) : lastSequenceId_(sequenceId), timeStampUs_(TimeStamp::Now()) {} in TimeStamp()
241 static int64_t Now() in Now() function
/arkcompiler/ets_runtime/ecmascript/
Djs_date.h114 static JSTaggedValue Now();
Decma_context.cpp146 start = PandaRuntimeTimer::Now(); in SetRuntimeStatEnable()
151 LOG_ECMA(INFO) << "Runtime State duration:" << PandaRuntimeTimer::Now() - start << "(ns)"; in SetRuntimeStatEnable()
Djs_date.cpp519 JSTaggedValue JSDate::Now() in Now() function in panda::ecmascript::JSDate
Druntime_call_id.h348 V(Date, Now) \
/arkcompiler/runtime_core/docs/
D2022-08-18-isa-changelog.md28 Now the layout is:
/arkcompiler/runtime_core/tests/cts-generator/
DREADME.md164 3. If all test passed, congrats! Now you can enable tests for regular
/arkcompiler/ets_runtime/docs/
Doverview.md49 …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/
Dsnapshot_processor.cpp296 reinterpret_cast<uintptr_t>(Date::Now),