| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/ad/ |
| D | mad.cpp | 63 for (auto unit : compositeUnits) { in IsFree() local 70 for (auto unit : compositeUnits) { in IsFree() local 87 for (auto unit : GetCompositeUnits()) { in Occupy() local 97 for (auto unit : GetCompositeUnits()) { in Occupy() local 155 for (auto unit : allUnits) { in ~MAD() local 233 for (auto unit : allUnits) { in AdvanceCycle() local 240 for (auto unit : allUnits) { in ReleaseAllUnits() local 248 for (auto unit : allUnits) { in SaveStates() local 284 for (auto unit : allUnits) { in RestoreStates() local
|
| /arkcompiler/runtime_core/static_core/irtoc/backend/ |
| D | compilation.cpp | 138 for (auto unit : units_) { in CollectUsedRegisters() local 211 for (auto unit : units_) { in Run() local 232 for (auto unit : units_) { in Compile() local 254 for (auto unit : units_) { in Compile() local 357 for (auto unit : units_) { in MakeElf() local
|
| D | irtoc_runtime.h | 65 auto unit = reinterpret_cast<Function *>(method); in GetMethodReturnType() local 88 auto unit = reinterpret_cast<Function *>(method); in GetMethodArgumentsCount() local 129 auto unit = reinterpret_cast<Function *>(method); in GetMethodTotalArgumentType() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_relative_time_format.cpp | 175 bool SingularUnitToIcuUnit(JSThread *thread, const JSHandle<EcmaString> &unit, URelativeDateTimeUni… in SingularUnitToIcuUnit() 264 double value, const JSHandle<EcmaString> &unit) in GetIcuFormatted() 301 JSHandle<EcmaString> SingularUnitString(JSThread *thread, const JSHandle<EcmaString> &unit) in SingularUnitString() 359 …ing> JSRelativeTimeFormat::Format(JSThread *thread, double value, const JSHandle<EcmaString> &unit, in Format() 377 const JSHandle<EcmaString> &unit) in FormatToArray() 478 …RelativeTimeFormat::FormatToParts(JSThread *thread, double value, const JSHandle<EcmaString> &unit, in FormatToParts()
|
| D | js_number_format.cpp | 188 for (auto &unit : units) { in ToMeasureUnit() local 197 bool IsSanctionedSimpleUnitIdentifier(const std::string &unit) in IsSanctionedSimpleUnitIdentifier() 210 bool IsWellFormedUnitIdentifier(const std::string &unit, icu::MeasureUnit &icuUnit, icu::MeasureUni… in IsWellFormedUnitIdentifier() 324 JSHandle<JSTaggedValue> unit = in SetNumberFormatUnitOptions() local 987 JSHandle<JSTaggedValue> unit(thread, numberFormat->GetUnit()); in ResolvedOptions() local
|
| /arkcompiler/ets_runtime/test/aottest/stownbyindex/ |
| D | stownbyindex.ts | 99 for (const unit of units) { constant
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_relative_time_format.cpp | 112 JSHandle<EcmaString> unit = JSTaggedValue::ToString(thread, unitValue); in Format() local 145 JSHandle<EcmaString> unit = JSTaggedValue::ToString(thread, unitValue); in FormatToParts() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| D | compilerImpl.cpp | 133 static pandasm::Program *CreateCompiler(const CompilationUnit &unit, const PhaseListGetter &getPhas… in CreateCompiler() 194 pandasm::Program *CompilerImpl::Compile(const CompilationUnit &unit) in Compile()
|
| /arkcompiler/ets_runtime/test/aottest/ic/ |
| D | ic.ts | 111 for (const unit of units) { constant
|
| /arkcompiler/runtime_core/assembler/tests/ |
| D | assembler_ins_test.cpp | 178 auto unit = ins.Uses(); variable
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | parallel_evacuator-inl.h | 174 std::unique_ptr<Workload> unit; in GetWorkloadSafe() local
|
| /arkcompiler/ets_runtime/tools/circuit_viewer/src/engine/graphics/ |
| D | XMat4.js | 24 unit() { method in XMat4
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
| D | deps.h | 122 DepNode(Insn &insn, MapleAllocator &alloc, Unit *const *unit, uint32 num, Reservation &rev) in DepNode() 160 void SetUnits(Unit *const *unit) in SetUnits()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| D | aarch64_schedule.cpp | 404 Unit *unit = units[i]; in CanBeScheduled() local 418 Unit *unit = units[i]; in OccupyUnits() local
|
| D | aarch64_dependence.cpp | 51 const Unit *unit = node.GetUnitByIndex(i); in DumpDepNode() local
|
| /arkcompiler/ets_frontend/ets2panda/test/unit/ |
| D | union_normalization_test.cpp | 97 compiler::CompilationUnit unit {input, options->CompilerOptions(), 0, options->Extension()}; in InitializeChecker() local
|