Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_hclass.cpp220 …JSHClass *newClass = jshclass->FindTransitions(key.GetTaggedValue(), JSTaggedValue(attr.GetPropert… in SetPropertyOfObjHClass()
249 …JSHClass *newClass = jshclass->FindTransitions(key.GetTaggedValue(), JSTaggedValue(attr.GetPropert… in AddProperty()
297 auto *newClass = jshclass->FindTransitions(key.GetTaggedValue(), JSTaggedValue(0)); in TransitionExtension()
Djs_hclass-inl.h92 inline JSHClass *JSHClass::FindTransitions(const JSTaggedValue &key, const JSTaggedValue &attribute… in FindTransitions() function
Djs_hclass.h1683 inline JSHClass *FindTransitions(const JSTaggedValue &key, const JSTaggedValue &attributes);
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_object_test.cpp1338 … EXPECT_EQ(hc0->FindTransitions(keyA.GetTaggedValue(), attr.GetTaggedValue()), obj1->GetClass()); in HWTEST_F_L0()
1339 … EXPECT_EQ(hc0->FindTransitions(keyB.GetTaggedValue(), attr.GetTaggedValue()), obj2->GetClass()); in HWTEST_F_L0()
1352 EXPECT_EQ(hc0->FindTransitions(keyA.GetTaggedValue(), attr.GetTaggedValue()), nullptr); in HWTEST_F_L0()
1353 EXPECT_EQ(hc0->FindTransitions(keyB.GetTaggedValue(), attr.GetTaggedValue()), nullptr); in HWTEST_F_L0()
1365 EXPECT_EQ(hc0->FindTransitions(keyA.GetTaggedValue(), attr.GetTaggedValue()), obj3->GetClass()); in HWTEST_F_L0()
1366 EXPECT_EQ(hc0->FindTransitions(keyB.GetTaggedValue(), attr.GetTaggedValue()), obj4->GetClass()); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.h455 …GateRef FindTransitions(GateRef glue, GateRef receiver, GateRef hClass, GateRef key, GateRef attr);
Dstub_builder.cpp717 GateRef newClass = FindTransitions(glue, receiver, hclass, key, metaData); in JSHClassAddProperty()
2618 GateRef StubBuilder::FindTransitions(GateRef glue, GateRef receiver, GateRef hclass, GateRef key, G… in FindTransitions() function in panda::ecmascript::kungfu::StubBuilder