Home
last modified time | relevance | path

Searched refs:LookupPropertyInPGOHClass (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dtype_info_accessors.cpp534 PropertyLookupResult plr = JSHClass::LookupPropertyInPGOHClass(compilationEnv_->GetJSThread(), in GetAccessorPlr()
564 PropertyLookupResult plr = JSHClass::LookupPropertyInPGOHClass(compilationEnv_->GetJSThread(), hclass, prop); in GetAccessorPlrInJIT()
601 PropertyLookupResult plr = JSHClass::LookupPropertyInPGOHClass(compilationEnv_->GetJSThread(), in GeneratePlr()
614 PropertyLookupResult plr = JSHClass::LookupPropertyInPGOHClass(compilationEnv_->GetJSThread(), hclass, key); in GeneratePlrInJIT()
/arkcompiler/ets_runtime/ecmascript/
H A Djs_hclass.h1992 static PUBLIC_API PropertyLookupResult LookupPropertyInPGOHClass(const JSThread *thread, JSHClass *hclass,
H A Djs_hclass.cpp1154 PropertyLookupResult JSHClass::LookupPropertyInPGOHClass(const JSThread *thread, JSHClass *hclass, JSTaggedValue key) in LookupPropertyInPGOHClass() function in panda::ecmascript::JSHClass

Completed in 10 milliseconds