Searched refs:Int64GreaterThan (Results 1 – 5 of 5) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | stub_builder-inl.h | 880 inline GateRef StubBuilder::Int64GreaterThan(GateRef x, GateRef y) in Int64GreaterThan() function 882 return env_->GetBuilder()->Int64GreaterThan(x, y); in Int64GreaterThan()
|
D | stub_builder.h | 264 GateRef Int64GreaterThan(GateRef x, GateRef y);
|
D | circuit_builder.h | 147 V(Int64GreaterThan, Icmp, static_cast<BitField>(ICmpCondition::SGT)) \
|
D | circuit_builder-inl.h | 218 return env_->Is32Bit() ? Int32GreaterThan(x, y) : Int64GreaterThan(x, y); in IntPtrGreaterThan()
|
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
D | builtins_stubs.cpp | 1171 … Branch(Int64GreaterThan(*arrayLength, Int64(JSObject::MAX_GAP)), &slowPath, &lengthValid); in DECLARE_BUILTINS()
|