Home
last modified time | relevance | path

Searched refs:Int64GreaterThan (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder-inl.h880 inline GateRef StubBuilder::Int64GreaterThan(GateRef x, GateRef y) in Int64GreaterThan() function
882 return env_->GetBuilder()->Int64GreaterThan(x, y); in Int64GreaterThan()
Dstub_builder.h264 GateRef Int64GreaterThan(GateRef x, GateRef y);
Dcircuit_builder.h147 V(Int64GreaterThan, Icmp, static_cast<BitField>(ICmpCondition::SGT)) \
Dcircuit_builder-inl.h218 return env_->Is32Bit() ? Int32GreaterThan(x, y) : Int64GreaterThan(x, y); in IntPtrGreaterThan()
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_stubs.cpp1171 … Branch(Int64GreaterThan(*arrayLength, Int64(JSObject::MAX_GAP)), &slowPath, &lengthValid); in DECLARE_BUILTINS()