Searched refs:IntPtrGreaterThan (Results 1 – 7 of 7) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | new_object_stub_builder.cpp | 346 Branch(IntPtrGreaterThan(newTop, end), &callRuntime, &success); in AllocateInYoung()
|
D | lcr_lowering.cpp | 590 builder_.Branch(builder_.IntPtrGreaterThan(newTop, end), &callRuntime, &success); in HeapAllocateInYoung()
|
D | stub_builder-inl.h | 905 inline GateRef StubBuilder::IntPtrGreaterThan(GateRef x, GateRef y) in IntPtrGreaterThan() function 907 return env_->GetBuilder()->IntPtrGreaterThan(x, y); in IntPtrGreaterThan()
|
D | stub_builder.h | 269 GateRef IntPtrGreaterThan(GateRef x, GateRef y);
|
D | circuit_builder.h | 510 inline GateRef IntPtrGreaterThan(GateRef x, GateRef y);
|
D | circuit_builder-inl.h | 216 GateRef CircuitBuilder::IntPtrGreaterThan(GateRef x, GateRef y) in IntPtrGreaterThan() function
|
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
D | builtins_stubs.cpp | 71 Branch(IntPtrGreaterThan(numArgs, index), &validIndex, &exit); in GetArg()
|