Searched defs:plr (Results 1 – 7 of 7) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| 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 887 GateRef hir, GateRef receiver, GateRef holder, PropertyLookupResult plr) in BuildNamedPropertyAccess() 900 GateRef hir, GateRef receiver, GateRef holder, GateRef value, PropertyLookupResult plr, in BuildNamedPropertyAccess() 992 …PropertyLookupResult plr = JSHClass::LookupPropertyInBuiltinHClass(compilationEnv_->GetJSThread(),… in TryLowerTypedLdObjByNameForGlobalsId() local 1013 …PropertyLookupResult plr = JSHClass::LookupPropertyInBuiltinHClass(compilationEnv_->GetJSThread(),… in TryLowerTypedLdObjByNameForGlobalsId() local 1050 …PropertyLookupResult plr = JSHClass::LookupPropertyInBuiltinHClass(compilationEnv_->GetJSThread(),… in TryLowerTypedLdobjBynameFromGloablBuiltin() local 1136 …PropertyLookupResult plr = JSHClass::LookupPropertyInBuiltinPrototypeHClass(compilationEnv_->GetJS… in TryLowerTypedLdObjByNameForBuiltinMethod() local
|
| D | escape_analysis.cpp | 324 PropertyLookupResult plr(acc_.GetConstantValue(offset)); in VisitLoadProperty() local 372 PropertyLookupResult plr(acc_.GetConstantValue(offset)); in VisitStoreProperty() local
|
| D | typed_hcr_lowering.cpp | 794 PropertyLookupResult plr(acc_.TryGetValue(propertyLookupResult)); in LowerLoadProperty() local 833 PropertyLookupResult plr(acc_.TryGetValue(propertyLookupResult)); in LowerCallGetter() local 872 PropertyLookupResult plr(acc_.TryGetValue(propertyLookupResult)); in LowerStoreProperty() local 906 PropertyLookupResult plr(acc_.TryGetValue(propertyLookupResult)); in LowerCallSetter() local 1640 VariableType TypedHCRLowering::GetVarType(PropertyLookupResult plr) in GetVarType() 1728 PropertyLookupResult plr(acc_.TryGetValue(propertyLookupResult)); in LowerLoadGetter() local 1749 PropertyLookupResult plr(acc_.TryGetValue(propertyLookupResult)); in LowerLoadSetter() local 2983 PropertyLookupResult plr(acc_.TryGetValue(propertyLookupResult)); in LowerMonoLoadPropertyOnProto() local 3023 PropertyLookupResult plr(acc_.TryGetValue(propertyLookupResult)); in LowerMonoCallGetterOnProto() local 3081 GateRef TypedHCRLowering::LoadPropertyFromHolder(GateRef holder, PropertyLookupResult plr) in LoadPropertyFromHolder() [all …]
|
| D | type_info_accessors.cpp | 534 PropertyLookupResult plr = JSHClass::LookupPropertyInPGOHClass(compilationEnv_->GetJSThread(), in GetAccessorPlr() local 564 …PropertyLookupResult plr = JSHClass::LookupPropertyInPGOHClass(compilationEnv_->GetJSThread(), hcl… in GetAccessorPlrInJIT() local 601 PropertyLookupResult plr = JSHClass::LookupPropertyInPGOHClass(compilationEnv_->GetJSThread(), in GeneratePlr() local 614 …PropertyLookupResult plr = JSHClass::LookupPropertyInPGOHClass(compilationEnv_->GetJSThread(), hcl… in GeneratePlrInJIT() local
|
| D | number_speculative_lowering.cpp | 623 PropertyLookupResult plr(acc_.TryGetValue(propertyLookupResult)); in VisitLoadProperty() local 982 PropertyLookupResult plr(acc_.TryGetValue(propertyLookupResult)); in VisitLoadPropertyOnProto() local
|
| D | number_speculative_retype.cpp | 1588 PropertyLookupResult plr(acc_.TryGetValue(propertyLookupResult)); in VisitStoreProperty() local 1616 PropertyLookupResult plr(acc_.TryGetValue(propertyLookupResult)); in VisitLoadProperty() local 2151 PropertyLookupResult plr(acc_.TryGetValue(propertyLookupResult)); in VisitMonoLoadPropertyOnProto() local 2197 PropertyLookupResult plr(acc_.TryGetValue(propertyLookupResult)); in VisitMonoStoreProperty() local
|
| D | type_info_accessors.h | 870 void Set(int hclassIndex, PropertyLookupResult plr) in Set() 876 void Set(JSHClass* hclass, PropertyLookupResult plr) in Set()
|