Searched refs:FastMul (Results 1 - 7 of 7) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/interpreter/ |
H A D | fast_runtime_stub.h | 31 static inline JSTaggedValue FastMul(JSTaggedValue left, JSTaggedValue right);
|
H A D | fast_runtime_stub-inl.h | 39 JSTaggedValue FastRuntimeStub::FastMul(JSTaggedValue left, JSTaggedValue right) in FastMul() function in panda::ecmascript::FastRuntimeStub
|
H A D | interpreter-inl.cpp | 1781 JSTaggedValue value = FastRuntimeStub::FastMul(left, right); in RunInternal()
|
H A D | interpreter_assembly.cpp | 1034 JSTaggedValue value = FastRuntimeStub::FastMul(left, right); in HandleMul2Imm8V8()
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | operations_stub_builder.cpp | 633 DEFVARIABLE(result, VariableType::JS_ANY(), FastMul(glue, left, right, callback)); in Mul()
|
H A D | stub_builder.h | 860 GateRef FastMul(GateRef glue, GateRef left, GateRef right, ProfileOperation callback);
|
H A D | stub_builder.cpp | 7591 GateRef StubBuilder::FastMul(GateRef glue, GateRef left, GateRef right, ProfileOperation callback) in FastMul() function in panda::ecmascript::kungfu::StubBuilder
|
Completed in 43 milliseconds