Home
last modified time | relevance | path

Searched defs:less (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dhcr_circuit_builder.h43 GateRef less = Int32LessThanOrEqual(objectType, in IsJSFunction() local
H A Dnew_object_stub_builder.cpp294 BRANCH(Int32UnsignedLessThan(inlineProps, numberOfProps), &less, &greater); in CloneObjectLiteral() local
H A Dstub_builder-inl.h1368 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 Dconstantfold.cpp272 bool less = intConst0.GetValue().Less(intConst1.GetValue(), opndType); in FoldIntConstComparisonMIRConst() local

Completed in 18 milliseconds