Home
last modified time | relevance | path

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

/ark/js_runtime/ecmascript/interpreter/
Dfast_runtime_stub-inl.h79 JSTaggedValue FastRuntimeStub::FastMod(JSTaggedValue left, JSTaggedValue right) in FastMod() function
/ark/js_runtime/ecmascript/compiler/
Dstub_descriptor.cpp101 CALL_STUB_INIT_DESCRIPTOR(FastMod) in CALL_STUB_INIT_DESCRIPTOR() argument
Dstub.cpp3254 GateRef Stub::FastMod(GateRef glue, GateRef left, GateRef right) in FastMod() function in panda::ecmascript::kungfu::Stub