Searched defs:plr (Results 1 - 4 of 4) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | type_info_accessors.cpp | 534 PropertyLookupResult plr = JSHClass::LookupPropertyInPGOHClass(compilationEnv_->GetJSThread(), in GetAccessorPlr() local 564 PropertyLookupResult plr = JSHClass::LookupPropertyInPGOHClass(compilationEnv_->GetJSThread(), hclass, prop); in GetAccessorPlrInJIT() local 601 PropertyLookupResult plr = JSHClass::LookupPropertyInPGOHClass(compilationEnv_->GetJSThread(), in GeneratePlr() local 614 PropertyLookupResult plr in GeneratePlrInJIT() local [all...] |
| H A D | type_info_accessors.h | 870 void Set(int hclassIndex, PropertyLookupResult plr) in Set() argument 876 void Set(JSHClass* hclass, PropertyLookupResult plr) in Set() argument
|
| H A D | typed_bytecode_lowering.cpp | 571 PropertyLookupResult plr = tacc.GetAccessInfo(0).Plr(); in LowerTypedLdObjByName() local 755 PropertyLookupResult plr = tacc.GetAccessInfo(0).Plr(); in LowerTypedStObjByName() local 886 BuildNamedPropertyAccess( GateRef hir, GateRef receiver, GateRef holder, PropertyLookupResult plr) BuildNamedPropertyAccess() argument 899 BuildNamedPropertyAccess( GateRef hir, GateRef receiver, GateRef holder, GateRef value, PropertyLookupResult plr, uint32_t receiverHClassIndex) BuildNamedPropertyAccess() argument 992 PropertyLookupResult plr = JSHClass::LookupPropertyInBuiltinHClass(compilationEnv_->GetJSThread(), hclass, key); TryLowerTypedLdObjByNameForGlobalsId() local 1013 PropertyLookupResult plr = JSHClass::LookupPropertyInBuiltinHClass(compilationEnv_->GetJSThread(), hclass, key); TryLowerTypedLdObjByNameForGlobalsId() local 1050 PropertyLookupResult plr = JSHClass::LookupPropertyInBuiltinHClass(compilationEnv_->GetJSThread(), hclass, key); TryLowerTypedLdobjBynameFromGloablBuiltin() local 1136 PropertyLookupResult plr = JSHClass::LookupPropertyInBuiltinPrototypeHClass(compilationEnv_->GetJSThread(), TryLowerTypedLdObjByNameForBuiltinMethod() local [all...] |
| H A D | typed_hcr_lowering.cpp | 1643 GetVarType(PropertyLookupResult plr) GetVarType() argument 3084 LoadPropertyFromHolder(GateRef holder, PropertyLookupResult plr) LoadPropertyFromHolder() argument 3291 StorePropertyOnHolder(GateRef holder, GateRef value, PropertyLookupResult plr, bool noBarrier) StorePropertyOnHolder() argument [all...] |
Completed in 11 milliseconds