Searched defs:less (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | stub_builder-inl.h | 1345 GateRef less = Int32LessThanOrEqual(objectType, in IsJSFunctionBase() local 2902 GateRef less = Int32LessThanOrEqual(spaceType, Int32(spaceEnd)); in RegionInSpace() local 2907 GateRef less = Int64LessThanOrEqual(spaceType, Int64(spaceEnd)); in RegionInSpace() local 2930 GateRef less = Int32LessThanOrEqual(spaceType, Int32(RegionSpaceFlag::SHARED_SPACE_END)); in InSharedHeap() local 2935 GateRef less = Int64LessThanOrEqual(spaceType, Int64(RegionSpaceFlag::SHARED_SPACE_END)); in InSharedHeap() local 2948 …GateRef less = Int32LessThanOrEqual(spaceType, Int32(RegionSpaceFlag::SHARED_SWEEPABLE_SPACE_END)); in InSharedSweepableSpace() local 2953 …GateRef less = Int64LessThanOrEqual(spaceType, Int64(RegionSpaceFlag::SHARED_SWEEPABLE_SPACE_END)); in InSharedSweepableSpace() local 3247 GateRef less = Int32LessThanOrEqual(objectType, in IsJSFunction() local 3263 GateRef less = Int32LessThanOrEqual(objectType, in IsJSOrBoundFunction() local 3308 GateRef less = Int32LessThanOrEqual(kind, in HasAccessor() local
|
| D | hcr_circuit_builder.h | 43 GateRef less = Int32LessThanOrEqual(objectType, in IsJSFunction() local
|
| D | new_object_stub_builder.cpp | 262 Label less(env); in CloneObjectLiteral() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/ |
| D | constantfold.cpp | 367 bool less = intConst0.GetValue().Less(intConst1.GetValue(), opndType); in FoldIntConstComparisonMIRConst() local
|