Home
last modified time | relevance | path

Searched defs:u (Results 1 – 25 of 31) sorted by relevance

12

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/ad/
Dmad.h137 Bypass(LatencyType d, LatencyType u, int l) : def(d), use(u), latency(l) {} in Bypass()
202 static void AddUnit(Unit &u) in AddUnit()
241 AluShiftBypass(LatencyType d, LatencyType u, int l) : Bypass(d, u, l) {} in AluShiftBypass()
249 AccumulatorBypass(LatencyType d, LatencyType u, int l) : Bypass(d, u, l) {} in AccumulatorBypass()
257 StoreBypass(LatencyType d, LatencyType u, int l) : Bypass(d, u, l) {} in StoreBypass()
/arkcompiler/ets_frontend/arkguard/test/grammar/types_definition/
Dnone_define.ts18 let u: undefined = undefined; variable
/arkcompiler/ets_frontend/ets2panda/test/compiler/ts/
DobjectDestructuring28.ts17 var u: { a: number, b: string }; variable
/arkcompiler/ets_frontend/es2panda/test/parser/ts/type_checker/
DobjectDestructuring28.ts17 var u: { a: number, b: string }; variable
/arkcompiler/ets_frontend/ets2panda/test/parser/js/
Dtest-private-field15.js17 set #a(u) { }; argument
Dtest-private-field.js22 u = class { field in A
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/tests/pgo_test_case/
Dobject_literal.js17 let b = {u: 1.3, y: 2, t: 'test'}; property
Dclass_test.js24 constructor(x, y, u, v) { argument
/arkcompiler/runtime_core/libpandabase/tests/
Dexpected_test.cpp49 auto u = Unexpected(e); in TEST() local
70 auto u = Unexpected(ErrorCode::Second); in TEST() local
/arkcompiler/runtime_core/static_core/libpandabase/tests/
Dexpected_test.cpp51 auto u = Unexpected(e); in TEST() local
72 auto u = Unexpected(ErrorCode::SECOND); in TEST() local
/arkcompiler/ets_runtime/test/aottest/compiler_test/
Dcompiler_test.ts87 let u:number[] = []; variable
/arkcompiler/ets_frontend/ets2panda/linter-4.2/test/
Dfunc_return_type.ts36 function u() { function
Dobject_literals_2.ts172 let u: UnionProperty = { a: 1 }; // OK, union type is supported variable
/arkcompiler/ets_frontend/ets2panda/linter/test/
Dfunc_return_type.ts36 function u() { function
Dobject_literals_2.ts174 let u: UnionProperty = { a: 1 }; // OK, union type is supported variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_phase/include/
Dmaple_phase_manager.h220 MaplePhase *GetOverIRAnalyisData(const IRUnit &u) in GetOverIRAnalyisData()
229 MaplePhase *GetTopLevelAnalyisData(const IRUnit &u) in GetTopLevelAnalyisData()
/arkcompiler/runtime_core/static_core/verification/util/tests/
Dobj_pool_test.cpp127 auto u {p}; in TEST() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dsrc_position.h145 } u; variable
Dbin_mpl_export.h211 ManualSideEffect(std::string name, bool p, bool u, bool d, bool o, bool e) in ManualSideEffect()
Dmir_pragma.h189 uint64 u; member
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/helpers/
Dets_intrinsics_helpers.h114 DoubleValUnion u = {static_cast<double>(number) * std::pow(2.0, expRem)}; in PowHelper() local
/arkcompiler/runtime_core/bytecode_optimizer/
Dcodegen.cpp270 for (auto const &u : inst->GetUsers()) { in HasUserPredicate() local
/arkcompiler/ets_runtime/ecmascript/
Djs_bigint.cpp1268 bool BigInt::SpecialMultiplyAndSub(JSHandle<BigInt> u, JSHandle<BigInt> v, uint32_t q, JSHandle<Big… in SpecialMultiplyAndSub()
1303 uint32_t BigInt::SpecialAdd(JSHandle<BigInt> u, JSHandle<BigInt> v, uint32_t pos) in SpecialAdd()
1351 JSHandle<BigInt> u = FormatLeftShift(thread, leadingZeros, dividend, true); in DivideAndRemainderWithBigintDivisor() local
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dgraph_checker.cpp49 auto u = inst->GetFirstUser(); in UserInputCheck() local
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 (()=>{var __webpack_modules__={"./node_modules/buffer-from/index.js":e=>{var t=Object.prototype.toS… function

12