Searched defs:less (Results 1 - 4 of 4) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | hcr_circuit_builder.h | 43 GateRef less = Int32LessThanOrEqual(objectType, in IsJSFunction() local
|
| H A D | new_object_stub_builder.cpp | 294 BRANCH(Int32UnsignedLessThan(inlineProps, numberOfProps), &less, &greater);
in CloneObjectLiteral() local
|
| H A D | stub_builder-inl.h | 1368 GateRef less = Int32LessThanOrEqual(objectType, in IsJSFunctionBase() local 2941 GateRef less = Int32LessThanOrEqual(spaceType, Int32(spaceEnd)); in RegionInSpace() local 2946 GateRef less = Int64LessThanOrEqual(spaceType, Int64(spaceEnd)); in RegionInSpace() local 2969 GateRef less = Int32LessThanOrEqual(spaceType, Int32(RegionSpaceFlag::SHARED_SPACE_END)); in InSharedHeap() local 2974 GateRef less = Int64LessThanOrEqual(spaceType, Int64(RegionSpaceFlag::SHARED_SPACE_END)); in InSharedHeap() local 2987 GateRef less = Int32LessThanOrEqual(spaceType, Int32(RegionSpaceFlag::SHARED_SWEEPABLE_SPACE_END)); InSharedSweepableSpace() local 2992 GateRef less = Int64LessThanOrEqual(spaceType, Int64(RegionSpaceFlag::SHARED_SWEEPABLE_SPACE_END)); InSharedSweepableSpace() local 3351 GateRef less = Int32LessThanOrEqual(objectType, IsJSFunction() local 3367 GateRef less = Int32LessThanOrEqual(objectType, IsJSOrBoundFunction() local 3412 GateRef less = Int32LessThanOrEqual(kind, HasAccessor() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/ |
| H A D | constantfold.cpp | 272 bool less = intConst0.GetValue().Less(intConst1.GetValue(), opndType); in FoldIntConstComparisonMIRConst() local
|
Completed in 18 milliseconds