Home
last modified time | relevance | path

Searched refs:Int64UnsignedLessThanOrEqual (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dstub_builder-inl.h1115 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 Dinterpreter_stub-inl.h439 return Int64UnsignedLessThanOrEqual(sp, in CheckStackOverflow()
H A Dcircuit_builder.h173 V(Int64UnsignedLessThanOrEqual, Icmp, static_cast<BitField>(ICmpCondition::ULE)) \
H A Dstub_builder.h355 GateRef Int64UnsignedLessThanOrEqual(GateRef x, GateRef y);
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_typedarray_stub_builder.cpp3272 BRANCH(Int64UnsignedLessThanOrEqual(byteLength, Int64(JSTypedArray::MAX_ONHEAP_LENGTH)), &next, &slowPath); in AllocateTypedArrayBuffer()

Completed in 20 milliseconds