Searched refs:FindTransitions (Results 1 – 6 of 6) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/ |
D | js_hclass.cpp | 220 …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()
|
D | js_hclass-inl.h | 92 inline JSHClass *JSHClass::FindTransitions(const JSTaggedValue &key, const JSTaggedValue &attribute… in FindTransitions() function
|
D | js_hclass.h | 1683 inline JSHClass *FindTransitions(const JSTaggedValue &key, const JSTaggedValue &attributes);
|
/arkcompiler/ets_runtime/ecmascript/tests/ |
D | js_object_test.cpp | 1338 … 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/ |
D | stub_builder.h | 455 …GateRef FindTransitions(GateRef glue, GateRef receiver, GateRef hClass, GateRef key, GateRef attr);
|
D | stub_builder.cpp | 717 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
|