Home
last modified time | relevance | path

Searched refs:FindTransitions (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Djs_hclass-inl.h115 inline JSHClass *JSHClass::FindTransitions(const JSTaggedValue &key, const JSTaggedValue &metaData, in FindTransitions() function in panda::ecmascript::JSHClass
388 JSHClass *newClass = jshclass->FindTransitions( in SetPropertyOfObjHClass()
H A Djs_hclass.cpp285 JSHClass *newClass = jshclass->FindTransitions(key.GetTaggedValue(), metadata, rep); in AddProperty()
326 auto *newClass = jshclass->FindTransitions(key.GetTaggedValue(), JSTaggedValue(0), Representation::NONE); in TransitionExtension()
H A Djs_hclass.h2031 inline JSHClass *FindTransitions(const JSTaggedValue &key,
/arkcompiler/ets_runtime/ecmascript/tests/
H A Djs_object_test.cpp1304 EXPECT_EQ(hc0->FindTransitions(keyA.GetTaggedValue(), attr.GetTaggedValue(), Representation::NONE), in HWTEST_F_L0()
1306 EXPECT_EQ(hc0->FindTransitions(keyB.GetTaggedValue(), attr.GetTaggedValue(), Representation::NONE), in HWTEST_F_L0()
1321 EXPECT_EQ(hc0->FindTransitions(keyA.GetTaggedValue(), attr.GetTaggedValue(), Representation::NONE), in HWTEST_F_L0()
1323 EXPECT_EQ(hc0->FindTransitions(keyB.GetTaggedValue(), attr.GetTaggedValue(), Representation::NONE), in HWTEST_F_L0()
1336 EXPECT_EQ(hc0->FindTransitions(keyA.GetTaggedValue(), attr.GetTaggedValue(), Representation::NONE), in HWTEST_F_L0()
1338 EXPECT_EQ(hc0->FindTransitions(keyB.GetTaggedValue(), attr.GetTaggedValue(), Representation::NONE), in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/compiler/aot_snapshot/
H A Dsnapshot_constantpool_data.cpp105 newClass = newClass->FindTransitions(key.GetTaggedValue(), metadata, rep); in TryGetHClassFromCached()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dstub_builder.h638 GateRef FindTransitions(GateRef glue, GateRef hClass, GateRef key, GateRef attr, GateRef value);
H A Dstub_builder.cpp1328 GateRef newClass = FindTransitions(glue, hclass, key, metaData, value); in JSHClassAddProperty()
4144 GateRef StubBuilder::FindTransitions(GateRef glue, GateRef hclass, GateRef key, GateRef metaData, GateRef value) in FindTransitions() function in panda::ecmascript::kungfu::StubBuilder

Completed in 29 milliseconds