Home
last modified time | relevance | path

Searched defs:greater (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dhcr_circuit_builder.h41 GateRef greater = Int32GreaterThanOrEqual(objectType, in IsJSFunction() local
Dstub_builder-inl.h1144 GateRef greater = Int32GreaterThanOrEqual(objectType, in IsJSFunctionBase() local
2689 GateRef greater = Int32GreaterThanOrEqual(objectType, in IsJSFunction() local
2731 GateRef greater = Int32GreaterThanOrEqual(kind, in HasPrototype() local
2742 GateRef greater = Int32GreaterThanOrEqual(kind, in HasAccessor() local
/arkcompiler/ets_frontend/ts2panda/src/
Dpandagen.ts873 greater(node: ts.Node, lhs: VReg): void { method in PandaGen
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
Dconstantfold.cpp359 bool greater = intConst0.GetValue().Greater(intConst1.GetValue(), opndType); in FoldIntConstComparisonMIRConst() local