Home
last modified time | relevance | path

Searched defs:FastSetPropertyByIndex (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_typed_array.cpp697 JSTaggedValue JSTypedArray::FastSetPropertyByIndex(JSThread *thread, const JSTaggedValue typedarray… in FastSetPropertyByIndex() function in panda::ecmascript::JSTypedArray
Dobject_fast_operator-inl.h898 bool ObjectFastOperator::FastSetPropertyByIndex(JSThread *thread, JSTaggedValue receiver, uint32_t … in FastSetPropertyByIndex() function
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_typed_array_test.cpp1320 HWTEST_F_L0(JSTypedArrayTest, FastSetPropertyByIndex) in HWTEST_F_L0() argument
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_typedarray_stub_builder.cpp2775 void BuiltinsTypedArrayStubBuilder::FastSetPropertyByIndex(GateRef glue, GateRef value, GateRef arr… in FastSetPropertyByIndex() function in panda::ecmascript::kungfu::BuiltinsTypedArrayStubBuilder
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp6539 void StubBuilder::FastSetPropertyByIndex(GateRef glue, GateRef obj, GateRef index, GateRef value) in FastSetPropertyByIndex() function in panda::ecmascript::kungfu::StubBuilder