Home
last modified time | relevance | path

Searched defs:less (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dhcr_circuit_builder.h43 GateRef less = Int32LessThanOrEqual(objectType, in IsJSFunction() local
Dstub_builder-inl.h1146 GateRef less = Int32LessThanOrEqual(objectType, in IsJSFunctionBase() local
2691 GateRef less = Int32LessThanOrEqual(objectType, in IsJSFunction() local
2733 GateRef less = Int32LessThanOrEqual(kind, in HasPrototype() local
2744 GateRef less = Int32LessThanOrEqual(kind, in HasAccessor() local
/arkcompiler/ets_frontend/ts2panda/src/
Dpandagen.ts869 less(node: ts.Node, lhs: VReg): void { method in PandaGen
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dlinked_hashtable_stub_builder.cpp203 GateRef less = Int32LessThan(nof, capacity); in HasSufficientCapacity() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
Dconstantfold.cpp361 bool less = intConst0.GetValue().Less(intConst1.GetValue(), opndType); in FoldIntConstComparisonMIRConst() local