Searched refs:LookupPropertyInPGOHClass (Results 1 - 3 of 3) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | type_info_accessors.cpp | 534 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 D | js_hclass.h | 1992 static PUBLIC_API PropertyLookupResult LookupPropertyInPGOHClass(const JSThread *thread, JSHClass *hclass,
|
H A D | js_hclass.cpp | 1154 PropertyLookupResult JSHClass::LookupPropertyInPGOHClass(const JSThread *thread, JSHClass *hclass, JSTaggedValue key) in LookupPropertyInPGOHClass() function in panda::ecmascript::JSHClass
|
Completed in 10 milliseconds