Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/interpreter/
Dfast_runtime_stub.h33 static inline JSTaggedValue FastMod(JSTaggedValue left, JSTaggedValue right);
Dfast_runtime_stub-inl.h67 JSTaggedValue FastRuntimeStub::FastMod(JSTaggedValue left, JSTaggedValue right) in FastMod() function
Dinterpreter-inl.h1788 JSTaggedValue res = FastRuntimeStub::FastMod(left, right); in RunInternal()
Dinterpreter_assembly.cpp1082 JSTaggedValue res = FastRuntimeStub::FastMod(left, right); in HandleMod2Imm8V8()
/arkcompiler/ets_runtime/ecmascript/compiler/
Doperations_stub_builder.cpp675 DEFVARIABLE(result, VariableType::JS_ANY(), FastMod(glue, left, right, callback)); in Mod()
Dstub_builder.h683 GateRef FastMod(GateRef gule, GateRef left, GateRef right, ProfileOperation callback);
Dstub_builder.cpp5745 GateRef StubBuilder::FastMod(GateRef glue, GateRef left, GateRef right, ProfileOperation callback) in FastMod() function in panda::ecmascript::kungfu::StubBuilder