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.h64 JSTaggedValue FastRuntimeStub::FastMod(JSTaggedValue left, JSTaggedValue right) in FastMod() function
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp4157 GateRef StubBuilder::FastMod(GateRef glue, GateRef left, GateRef right) in FastMod() function in panda::ecmascript::kungfu::StubBuilder