Searched refs:FastMod (Results 1 – 7 of 7) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | fast_runtime_stub.h | 33 static inline JSTaggedValue FastMod(JSTaggedValue left, JSTaggedValue right);
|
| D | fast_runtime_stub-inl.h | 67 JSTaggedValue FastRuntimeStub::FastMod(JSTaggedValue left, JSTaggedValue right) in FastMod() function
|
| D | interpreter-inl.h | 1788 JSTaggedValue res = FastRuntimeStub::FastMod(left, right); in RunInternal()
|
| D | interpreter_assembly.cpp | 1082 JSTaggedValue res = FastRuntimeStub::FastMod(left, right); in HandleMod2Imm8V8()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | operations_stub_builder.cpp | 675 DEFVARIABLE(result, VariableType::JS_ANY(), FastMod(glue, left, right, callback)); in Mod()
|
| D | stub_builder.h | 683 GateRef FastMod(GateRef gule, GateRef left, GateRef right, ProfileOperation callback);
|
| D | stub_builder.cpp | 5745 GateRef StubBuilder::FastMod(GateRef glue, GateRef left, GateRef right, ProfileOperation callback) in FastMod() function in panda::ecmascript::kungfu::StubBuilder
|