Home
last modified time | relevance | path

Searched refs:TryMigrateToGenericKindForJSObject (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
Djs_hclass_test.cpp163 JSObject::TryMigrateToGenericKindForJSObject(thread, jsObject, oldKind); in HWTEST_F_L0()
270 JSObject::TryMigrateToGenericKindForJSObject(thread, Obj, oldKind); in HWTEST_F_L0()
302 JSObject::TryMigrateToGenericKindForJSObject(thread, Obj1, oldKind); in HWTEST_F_L0()
334 JSObject::TryMigrateToGenericKindForJSObject(thread, Obj, oldKind); in HWTEST_F_L0()
337 JSObject::TryMigrateToGenericKindForJSObject(thread, Obj, oldKind); in HWTEST_F_L0()
340 JSObject::TryMigrateToGenericKindForJSObject(thread, Obj, oldKind); in HWTEST_F_L0()
411 JSObject::TryMigrateToGenericKindForJSObject(thread, Obj, oldKind); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/
Dobject_fast_operator-inl.h383 JSObject::TryMigrateToGenericKindForJSObject(thread, objHandle, oldKind); in TrySetPropertyByNameThroughCacheAtLocal()
482 JSObject::TryMigrateToGenericKindForJSObject(thread, objHandle, oldKind); in SetPropertyByName()
543 JSObject::TryMigrateToGenericKindForJSObject(thread, objHandle, oldKind); in SetPropertyByName()
893 JSObject::TryMigrateToGenericKindForJSObject(thread, objHandle, oldKind); in AddPropertyByName()
896 JSObject::TryMigrateToGenericKindForJSObject(thread, objHandle, oldKind); in AddPropertyByName()
945 JSObject::TryMigrateToGenericKindForJSObject(thread, objHandle, oldKind); in AddPropertyByName()
948 JSObject::TryMigrateToGenericKindForJSObject(thread, objHandle, oldKind); in AddPropertyByName()
Djs_object.cpp213 JSObject::TryMigrateToGenericKindForJSObject(thread, receiver, oldKind); in TransitionToDictionary()
248 TryMigrateToGenericKindForJSObject(thread, obj, oldKind); in ElementsToDictionary()
1511 TryMigrateToGenericKindForJSObject(thread, obj, oldKind); in SetPrototype()
1554 TryMigrateToGenericKindForJSObject(thread, obj, oldKind); in PreventExtensions()
2726 JSObject::TryMigrateToGenericKindForJSObject(thread, obj, oldKind); in CreateObjectFromProperties()
3010 void JSObject::TryMigrateToGenericKindForJSObject(const JSThread *thread, const JSHandle<JSObject> … in TryMigrateToGenericKindForJSObject() function in panda::ecmascript::JSObject
Dobject_operator.cpp739 JSObject::TryMigrateToGenericKindForJSObject(thread_, objHandle, oldKind); in UpdateDataValue()
1066 JSObject::TryMigrateToGenericKindForJSObject(thread_, objHandle, oldKind); in AddPropertyInternal()
Djs_object.h763 …static void PUBLIC_API TryMigrateToGenericKindForJSObject(const JSThread *thread, const JSHandle<J…
/arkcompiler/ets_runtime/
Dlibark_jsruntime.map214 panda::ecmascript::JSObject::TryMigrateToGenericKindForJSObject*;
/arkcompiler/ets_runtime/ecmascript/ic/
Dic_runtime_stub-inl.h324 JSObject::TryMigrateToGenericKindForJSObject(thread, objHandle, oldKind); in StoreWithTransition()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp1346 TryMigrateToGenericKindForJSObject(glue, receiver, oldKind); in JSHClassAddProperty()
1354 TryMigrateToGenericKindForJSObject(glue, receiver, oldKind); in JSHClassAddProperty()
1458 TryMigrateToGenericKindForJSObject(glue, receiver, oldKind); in AddPropertyByName()
1557 TryMigrateToGenericKindForJSObject(glue, receiver, oldKind); in AddPropertyByName()
3071 TryMigrateToGenericKindForJSObject(glue, receiver, oldKind); in StoreWithTransition()
3726 TryMigrateToGenericKindForJSObject(glue, receiver, oldKind); in TransitionForRepChange()
3761 void StubBuilder::TryMigrateToGenericKindForJSObject(GateRef glue, GateRef receiver, GateRef oldKin… in TryMigrateToGenericKindForJSObject() function in panda::ecmascript::kungfu::StubBuilder
Dstub_builder.h636 void TryMigrateToGenericKindForJSObject(GateRef glue, GateRef receiver, GateRef oldKind);
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp3937 JSObject::TryMigrateToGenericKindForJSObject(thread, obj, oldKind); in DEF_RUNTIME_STUBS()