Home
last modified time | relevance | path

Searched refs:Less (Results 1 – 25 of 41) sorted by relevance

12

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_operand.cpp24 bool StImmOperand::Less(const Operand &right) const in Less() function in maplebe::StImmOperand
45 bool ExtendShiftOperand::Less(const Operand &right) const in Less() function in maplebe::ExtendShiftOperand
/arkcompiler/ets_frontend/ts2panda/tests/statements/
Dfor.test.ts22 Less,
125 new Less(new Imm(0), lhs),
167 new Less(new Imm(0), lhs),
219 new Less(new Imm(0), lhs),
230 new Less(new Imm(1), lhs),
294 new Less(new Imm(0), lhs),
305 new Less(new Imm(1), lhs),
Dwhile.test.ts23 Less,
104 new Less(new Imm(1), lhs),
137 new Less(new Imm(2), lhs),
170 new Less(new Imm(2), lhs),
DdoWhile.test.ts21 Less,
91 new Less(new Imm(3), lhs),
127 new Less(new Imm(3), lhs),
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Doperand.cpp146 bool MemOperand::Less(const Operand &right) const in Less() function in maplebe::MemOperand
172 return ofstOpnd->Less(*rofstOpnd); in Less()
185 return indexReg->Less(*rindexReg); in Less()
196 return ofstOpnd->Less(*rofstOpnd); in Less()
207 bool CondOperand::Less(const Operand &right) const in Less() function in maplebe::CondOperand
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcfi.h140 bool Less(const Operand &right) const override in Less() function
169 bool Less(const Operand &right) const override in Less() function
193 bool Less(const Operand &right) const override in Less() function
221 bool Less(const Operand &right) const override in Less() function
254 bool Less(const Operand &right) const override in Less() function
Doperand.h211 virtual bool Less(const Operand &right) const = 0;
324 bool Less(const Operand &right) const override in Less() function
341 bool Less(const RegOperand &right) const in Less() function
737 bool Less(const Operand &right) const override in Less() function
1427 bool Less(const Operand &right) const override;
1487 bool Less(const Operand &right) const override in Less() function
1560 bool Less(const Operand &right) const override in Less() function
1636 bool Less(const Operand &right) const override;
1688 bool Less(const Operand &right) const override;
1723 bool Less(const Operand &right) const override in Less() function
[all …]
Ddbg.h117 bool Less(const Operand &right) const override in Less() function
/arkcompiler/ets_runtime/ecmascript/ic/tests/
Dic_compareop_test.cpp215 JSTaggedValue resInSlowPath1 = SlowRuntimeStub::Less(thread, arg1Handle.GetTaggedValue(), in HWTEST_F_L0()
217 JSTaggedValue resInSlowPath2 = SlowRuntimeStub::Less(thread, Str1.GetTaggedValue(), in HWTEST_F_L0()
219 JSTaggedValue resInSlowPath3 = SlowRuntimeStub::Less(thread, Str1.GetTaggedValue(), in HWTEST_F_L0()
221 JSTaggedValue resInSlowPath4 = SlowRuntimeStub::Less(thread, Str1.GetTaggedValue(), in HWTEST_F_L0()
223 JSTaggedValue resInSlowPath5 = SlowRuntimeStub::Less(thread, arg1Handle.GetTaggedValue(), in HWTEST_F_L0()
225 JSTaggedValue resInSlowPath9 = SlowRuntimeStub::Less(thread, in HWTEST_F_L0()
227 JSTaggedValue resInSlowPath10 = SlowRuntimeStub::Less(thread, in HWTEST_F_L0()
/arkcompiler/ets_frontend/ets2panda/linter/docs/rules/
Drecipe22.md31 // Rewrite with Object. Less type control, need more type checks for safety
/arkcompiler/ets_frontend/ets2panda/linter-4.2/docs/rules/
Drecipe22.md31 // Rewrite with Object. Less type control, need more type checks for safety
/arkcompiler/ets_runtime/ecmascript/
Djs_typed_array.cpp110 if (JSTaggedValue::Less(thread, numericIndexHandle, zero)) { in HasProperty()
115 return JSTaggedValue::Less(thread, numericIndexHandle, arrLenHandle); in HasProperty()
173 if (JSTaggedValue::Less(thread, numericIndexHandle, zero)) { in DefineOwnProperty()
178 if (!JSTaggedValue::Less(thread, numericIndexHandle, arrLenHandle)) { in DefineOwnProperty()
412 …if (JSTaggedValue::Less(thread, indexHandle, zero) || !JSTaggedValue::Less(thread, indexHandle, ar… in IntegerIndexedElementGet()
Djs_tagged_value.h396 …static bool Less(JSThread *thread, const JSHandle<JSTaggedValue> &x, const JSHandle<JSTaggedValue>…
/arkcompiler/ets_runtime/ecmascript/tests/
Dtagged_value_test.cpp1087 HWTEST_F_L0(JSTaggedValueTest, Less) in HWTEST_F_L0() argument
1093 ASSERT_TRUE(JSTaggedValue::Less(thread, JSHandle<JSTaggedValue>(thread, JSTaggedValue(1.0)), in HWTEST_F_L0()
1095 ASSERT_FALSE(JSTaggedValue::Less(thread, JSHandle<JSTaggedValue>(thread, JSTaggedValue(0.0)), in HWTEST_F_L0()
1097 ASSERT_TRUE(JSTaggedValue::Less(thread, JSHandle<JSTaggedValue>(thread, JSTaggedValue(1)), in HWTEST_F_L0()
1100 ASSERT_TRUE(JSTaggedValue::Less(thread, test, test1)); in HWTEST_F_L0()
1101 ASSERT_FALSE(JSTaggedValue::Less(thread, test2, test1)); in HWTEST_F_L0()
1102 …ASSERT_FALSE(JSTaggedValue::Less(thread, JSHandle<JSTaggedValue>(thread, JSTaggedValue(1)), test1)… in HWTEST_F_L0()
1103 …ASSERT_FALSE(JSTaggedValue::Less(thread, test2, JSHandle<JSTaggedValue>(thread, JSTaggedValue(2)))… in HWTEST_F_L0()
1105 ASSERT_TRUE(JSTaggedValue::Less( in HWTEST_F_L0()
1108 ASSERT_TRUE(JSTaggedValue::Less( in HWTEST_F_L0()
[all …]
/arkcompiler/ets_frontend/ts2panda/tests/expression/
DcmpBinary.test.ts28 Less,
67 new Less(new Imm(0), lhs),
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcommon_stubs.h32 V(Less) \
Doperations_stub_builder.h41 …GateRef Less(GateRef glue, GateRef left, GateRef right, ProfileOperation callback = ProfileOperati…
Dcall_signature.h332 V(Less) \
Doperations_stub_builder.cpp157 GateRef OperationsStubBuilder::Less(GateRef glue, GateRef left, GateRef right, ProfileOperation cal… in Less() function in panda::ecmascript::kungfu::OperationsStubBuilder
255 result = CallRuntime(glue, RTSTUB_ID(Less), { left, right }); in Less()
Dcall_signature.cpp98 DEF_CALL_SIGNATURE(Less) in DEF_CALL_SIGNATURE() argument
100 BINARY_CALL_SIGNATURE(Less) in DEF_CALL_SIGNATURE()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
Dmpl_int_val.h248 bool Less(const IntVal &rhs, PrimType pType) const in Less() function
491 return a.Less(b, newType) ? IntVal(a, newType) : IntVal(b, newType); in Min()
/arkcompiler/runtime_core/static_core/docs/
Dcross-values.md31 3. Less flexibility of the code, problems with maintaing;
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.h47 static JSTaggedValue Less(JSThread *thread, JSTaggedValue left, JSTaggedValue right);
Dslow_runtime_stub.cpp217 JSTaggedValue SlowRuntimeStub::Less(JSThread *thread, JSTaggedValue left, JSTaggedValue right) in Less() function in panda::ecmascript::SlowRuntimeStub
219 INTERPRETER_TRACE(thread, Less); in Less()
/arkcompiler/ets_frontend/ts2panda/src/
Dpandagen.ts150 Less,
870 this.add(node, new Less(new Imm(0), lhs));

12