Home
last modified time | relevance | path

Searched defs:FastMod (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/interpreter/
Dfast_runtime_stub-inl.h67 JSTaggedValue FastRuntimeStub::FastMod(JSTaggedValue left, JSTaggedValue right) in FastMod() function
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp8592 GateRef StubBuilder::FastMod(GateRef glue, GateRef left, GateRef right, ProfileOperation callback) in FastMod() function in panda::ecmascript::kungfu::StubBuilder