Home
last modified time | relevance | path

Searched refs:FindPropertyEntry (Results 1 – 12 of 12) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_ark_tools.cpp141 int entry = JSHClass::FindPropertyEntry(thread, hclass, key); in IsNotHoleProperty()
/arkcompiler/ets_runtime/ecmascript/
Djs_hclass-inl.h237 inline int JSHClass::FindPropertyEntry(const JSThread *thread, JSHClass *hclass, JSTaggedValue key) in FindPropertyEntry() function
Dsubtyping_operator.cpp257 int entry = JSHClass::FindPropertyEntry(thread, *hclass, key.GetTaggedValue()); in TryMaintainTSSubtypingOnPrototype()
Djs_hclass.cpp453 int entry = JSHClass::FindPropertyEntry(thread, hclass, key.GetTaggedValue()); in TransitionForRepChange()
731 int entry = JSHClass::FindPropertyEntry(thread, hclass, key); in LookupPropertyInAotHClass()
Dobject_fast_operator-inl.h70 int entry = JSHClass::FindPropertyEntry(thread, hclass, key); in GetPropertyByName()
139 int entry = JSHClass::FindPropertyEntry(thread, hclass, key); in SetPropertyByName()
Dobject_operator.cpp353 int entry = JSHClass::FindPropertyEntry(thread_, jshclass, key_.GetTaggedValue()); in LookupPropertyInlinedProps()
Djs_hclass.h1658 … inline static int FindPropertyEntry(const JSThread *thread, JSHClass *hclass, JSTaggedValue key);
/arkcompiler/ets_runtime/ecmascript/base/
Djson_stringifier.cpp734 int index = JSHClass::FindPropertyEntry(thread_, *jsHclass, key); in SerializeKeys()
764 int index = JSHClass::FindPropertyEntry(thread_, *jsHclass, key); in SerializeKeys()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dts_hclass_generator.cpp87 int entry = JSHClass::FindPropertyEntry(thread, superHClass, key); in UpdateTSHClassFromPGO()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dclass_info_extractor.cpp483 … correntIndex = JSHClass::FindPropertyEntry(thread, *constructorHClass, key.GetTaggedValue()); in DefineClassWithIHClass()
/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_source_text.cpp1393 int idx = JSHClass::FindPropertyEntry(thread, *hclass, exportName.GetTaggedValue()); in ResolveElementOfObject()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp382 int entry = JSHClass::FindPropertyEntry(thread, hclass, keyHandle.GetTaggedValue()); in DEF_RUNTIME_STUBS()