Home
last modified time | relevance | path

Searched defs:FastCopyElementToArray (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_typed_array.cpp510 bool JSTypedArray::FastCopyElementToArray(JSThread *thread, const JSHandle<JSTaggedValue> &typedArr… in FastCopyElementToArray() function in panda::ecmascript::JSTypedArray
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_typedarray_stub_builder.cpp183 GateRef BuiltinsTypedArrayStubBuilder::FastCopyElementToArray(GateRef glue, GateRef typedArray, Gat… in FastCopyElementToArray() function in panda::ecmascript::kungfu::BuiltinsTypedArrayStubBuilder
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp2819 DEF_RUNTIME_STUBS(FastCopyElementToArray) in DEF_RUNTIME_STUBS() argument