Home
last modified time | relevance | path

Searched refs:FastMul (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dfast_runtime_stub.h31 static inline JSTaggedValue FastMul(JSTaggedValue left, JSTaggedValue right);
H A Dfast_runtime_stub-inl.h39 JSTaggedValue FastRuntimeStub::FastMul(JSTaggedValue left, JSTaggedValue right) in FastMul() function in panda::ecmascript::FastRuntimeStub
H A Dinterpreter-inl.cpp1781 JSTaggedValue value = FastRuntimeStub::FastMul(left, right); in RunInternal()
H A Dinterpreter_assembly.cpp1034 JSTaggedValue value = FastRuntimeStub::FastMul(left, right); in HandleMul2Imm8V8()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Doperations_stub_builder.cpp633 DEFVARIABLE(result, VariableType::JS_ANY(), FastMul(glue, left, right, callback)); in Mul()
H A Dstub_builder.h860 GateRef FastMul(GateRef glue, GateRef left, GateRef right, ProfileOperation callback);
H A Dstub_builder.cpp7591 GateRef StubBuilder::FastMul(GateRef glue, GateRef left, GateRef right, ProfileOperation callback) in FastMul() function in panda::ecmascript::kungfu::StubBuilder

Completed in 43 milliseconds