Searched refs:FastAdd (Results 1 – 5 of 5) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ |
| D | object_operator.h | 59 static void FastAdd(JSThread *thread, const JSTaggedValue &receiver, const JSTaggedValue &name,
|
| D | object_operator.cpp | 210 void ObjectOperator::FastAdd(JSThread *thread, const JSTaggedValue &receiver, const JSTaggedValue &… in FastAdd() function in panda::ecmascript::ObjectOperator
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | stub_builder.h | 587 GateRef FastAdd(GateRef left, GateRef right, ProfileOperation callback);
|
| D | operations_stub_builder.cpp | 550 DEFVARIABLE(result, VariableType::JS_ANY(), FastAdd(left, right, callback)); in Add()
|
| D | stub_builder.cpp | 4640 GateRef StubBuilder::FastAdd(GateRef left, GateRef right, ProfileOperation callback) in FastAdd() function in panda::ecmascript::kungfu::StubBuilder
|