Searched defs:unit (Results 1 – 6 of 6) sorted by relevance
| /arkcompiler/runtime_core/irtoc/backend/ |
| D | compilation_unit.cpp | 86 for (auto unit : units_) { in Run() local 98 for (auto unit : units_) { in Compile() local 316 for (auto unit : units_) { in MakeElf() local
|
| D | irtoc_runtime.h | 78 auto unit = reinterpret_cast<CompilationUnit *>(method); in GetMethodArgumentsCount() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_relative_time_format.cpp | 162 bool SingularUnitToIcuUnit(JSThread *thread, const JSHandle<EcmaString> &unit, URelativeDateTimeUni… in SingularUnitToIcuUnit() 251 double value, const JSHandle<EcmaString> &unit) in GetIcuFormatted() 287 JSHandle<EcmaString> SingularUnitString(JSThread *thread, const JSHandle<EcmaString> &unit) in SingularUnitString() 345 …ing> JSRelativeTimeFormat::Format(JSThread *thread, double value, const JSHandle<EcmaString> &unit, in Format() 363 const JSHandle<EcmaString> &unit) in FormatToArray() 462 …RelativeTimeFormat::FormatToParts(JSThread *thread, double value, const JSHandle<EcmaString> &unit, in FormatToParts()
|
| D | js_number_format.cpp | 180 for (auto &unit : units) { in ToMeasureUnit() local 189 bool IsSanctionedSimpleUnitIdentifier(const std::string &unit) in IsSanctionedSimpleUnitIdentifier() 202 bool IsWellFormedUnitIdentifier(const std::string &unit, icu::MeasureUnit &icuUnit, icu::MeasureUni… in IsWellFormedUnitIdentifier() 316 JSHandle<JSTaggedValue> unit = in SetNumberFormatUnitOptions() local 965 JSHandle<JSTaggedValue> unit(thread, numberFormat->GetUnit()); in ResolvedOptions() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_relative_time_format.cpp | 105 JSHandle<EcmaString> unit = JSTaggedValue::ToString(thread, unitValue); in Format() local 137 JSHandle<EcmaString> unit = JSTaggedValue::ToString(thread, unitValue); in FormatToParts() local
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | parallel_evacuator-inl.h | 145 std::unique_ptr<Workload> unit; in GetWorkloadSafe() local
|