Searched refs:FindPropertyEntry (Results 1 – 12 of 12) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/builtins/ |
D | builtins_ark_tools.cpp | 141 int entry = JSHClass::FindPropertyEntry(thread, hclass, key); in IsNotHoleProperty()
|
/arkcompiler/ets_runtime/ecmascript/ |
D | js_hclass-inl.h | 237 inline int JSHClass::FindPropertyEntry(const JSThread *thread, JSHClass *hclass, JSTaggedValue key) in FindPropertyEntry() function
|
D | subtyping_operator.cpp | 257 int entry = JSHClass::FindPropertyEntry(thread, *hclass, key.GetTaggedValue()); in TryMaintainTSSubtypingOnPrototype()
|
D | js_hclass.cpp | 453 int entry = JSHClass::FindPropertyEntry(thread, hclass, key.GetTaggedValue()); in TransitionForRepChange() 731 int entry = JSHClass::FindPropertyEntry(thread, hclass, key); in LookupPropertyInAotHClass()
|
D | object_fast_operator-inl.h | 70 int entry = JSHClass::FindPropertyEntry(thread, hclass, key); in GetPropertyByName() 139 int entry = JSHClass::FindPropertyEntry(thread, hclass, key); in SetPropertyByName()
|
D | object_operator.cpp | 353 int entry = JSHClass::FindPropertyEntry(thread_, jshclass, key_.GetTaggedValue()); in LookupPropertyInlinedProps()
|
D | js_hclass.h | 1658 … inline static int FindPropertyEntry(const JSThread *thread, JSHClass *hclass, JSTaggedValue key);
|
/arkcompiler/ets_runtime/ecmascript/base/ |
D | json_stringifier.cpp | 734 int index = JSHClass::FindPropertyEntry(thread_, *jsHclass, key); in SerializeKeys() 764 int index = JSHClass::FindPropertyEntry(thread_, *jsHclass, key); in SerializeKeys()
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | ts_hclass_generator.cpp | 87 int entry = JSHClass::FindPropertyEntry(thread, superHClass, key); in UpdateTSHClassFromPGO()
|
/arkcompiler/ets_runtime/ecmascript/jspandafile/ |
D | class_info_extractor.cpp | 483 … correntIndex = JSHClass::FindPropertyEntry(thread, *constructorHClass, key.GetTaggedValue()); in DefineClassWithIHClass()
|
/arkcompiler/ets_runtime/ecmascript/module/ |
D | js_module_source_text.cpp | 1393 int idx = JSHClass::FindPropertyEntry(thread, *hclass, exportName.GetTaggedValue()); in ResolveElementOfObject()
|
/arkcompiler/ets_runtime/ecmascript/stubs/ |
D | runtime_stubs.cpp | 382 int entry = JSHClass::FindPropertyEntry(thread, hclass, keyHandle.GetTaggedValue()); in DEF_RUNTIME_STUBS()
|