Home
last modified time | relevance | path

Searched refs:IntPtrGreaterThan (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dnew_object_stub_builder.cpp346 Branch(IntPtrGreaterThan(newTop, end), &callRuntime, &success); in AllocateInYoung()
Dlcr_lowering.cpp590 builder_.Branch(builder_.IntPtrGreaterThan(newTop, end), &callRuntime, &success); in HeapAllocateInYoung()
Dstub_builder-inl.h905 inline GateRef StubBuilder::IntPtrGreaterThan(GateRef x, GateRef y) in IntPtrGreaterThan() function
907 return env_->GetBuilder()->IntPtrGreaterThan(x, y); in IntPtrGreaterThan()
Dstub_builder.h269 GateRef IntPtrGreaterThan(GateRef x, GateRef y);
Dcircuit_builder.h510 inline GateRef IntPtrGreaterThan(GateRef x, GateRef y);
Dcircuit_builder-inl.h216 GateRef CircuitBuilder::IntPtrGreaterThan(GateRef x, GateRef y) in IntPtrGreaterThan() function
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_stubs.cpp71 Branch(IntPtrGreaterThan(numArgs, index), &validIndex, &exit); in GetArg()