Searched refs:FindTransitions (Results 1 - 7 of 7) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/ |
H A D | js_hclass-inl.h | 115 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 D | js_hclass.cpp | 285 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 D | js_hclass.h | 2031 inline JSHClass *FindTransitions(const JSTaggedValue &key,
|
/arkcompiler/ets_runtime/ecmascript/tests/ |
H A D | js_object_test.cpp | 1304 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 D | snapshot_constantpool_data.cpp | 105 newClass = newClass->FindTransitions(key.GetTaggedValue(), metadata, rep); in TryGetHClassFromCached()
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | stub_builder.h | 638 GateRef FindTransitions(GateRef glue, GateRef hClass, GateRef key, GateRef attr, GateRef value);
|
H A D | stub_builder.cpp | 1328 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