Searched refs:Int64UnsignedLessThanOrEqual (Results 1 - 5 of 5) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | stub_builder-inl.h | 1115 inline GateRef StubBuilder::Int64UnsignedLessThanOrEqual(GateRef x, GateRef y) in Int64UnsignedLessThanOrEqual() function in panda::ecmascript::kungfu::StubBuilder 1117 return env_->GetBuilder()->Int64UnsignedLessThanOrEqual(x, y); in Int64UnsignedLessThanOrEqual() 3696 GateRef isDetectorName = BitAnd(Int64UnsignedLessThanOrEqual(firstDetectorName, keyAddr), in CheckDetectorName() 3697 Int64UnsignedLessThanOrEqual(keyAddr, lastDetectorName)); in CheckDetectorName()
|
H A D | interpreter_stub-inl.h | 439 return Int64UnsignedLessThanOrEqual(sp, in CheckStackOverflow()
|
H A D | circuit_builder.h | 173 V(Int64UnsignedLessThanOrEqual, Icmp, static_cast<BitField>(ICmpCondition::ULE)) \
|
H A D | stub_builder.h | 355 GateRef Int64UnsignedLessThanOrEqual(GateRef x, GateRef y);
|
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
H A D | builtins_typedarray_stub_builder.cpp | 3272 BRANCH(Int64UnsignedLessThanOrEqual(byteLength, Int64(JSTypedArray::MAX_ONHEAP_LENGTH)), &next, &slowPath);
in AllocateTypedArrayBuffer()
|
Completed in 20 milliseconds