Home
last modified time | relevance | path

Searched refs:NotifyStableArrayElementsGuardians (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_thread.h332 …void NotifyStableArrayElementsGuardians(JSHandle<JSObject> receiver, StableArrayChangeKind changeK…
Djs_thread.cpp563 void JSThread::NotifyStableArrayElementsGuardians(JSHandle<JSObject> receiver, StableArrayChangeKin… in NotifyStableArrayElementsGuardians() function in panda::ecmascript::JSThread
Djs_hclass.cpp495 thread->NotifyStableArrayElementsGuardians(object, StableArrayChangeKind::PROTO); in SetPrototypeTransition()
Djs_object.cpp407 thread->NotifyStableArrayElementsGuardians(receiver, StableArrayChangeKind::NOT_PROTO); in AddElementInternal()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.h815 void NotifyStableArrayElementsGuardians(GateRef glue, GateRef receiver);
Dstub_builder.cpp3802 NotifyStableArrayElementsGuardians(glue, receiver); in AddElementInternal()
3944 void StubBuilder::NotifyStableArrayElementsGuardians(GateRef glue, GateRef receiver) in NotifyStableArrayElementsGuardians() function in panda::ecmascript::kungfu::StubBuilder