Home
last modified time | relevance | path

Searched defs:hclassIndex (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dtype_info_accessors.cpp524 int hclassIndex = static_cast<int>(ptManager->GetHClassIndexByProfileType(holderType)); in GetAccessorPlr() local
592 int hclassIndex = static_cast<int>(ptManager_->GetHClassIndexByProfileType(type)); in GeneratePlr() local
614 int hclassIndex = ptManager_->RecordAndGetHclassIndexForJIT(hclass); in GeneratePlrInJIT() local
1169 int hclassIndex = static_cast<int>(parent_.ptManager_->GetHClassIndexByProfileType(type)); in ClassInstanceIsCallable() local
1419 int hclassIndex = static_cast<int>(parent_.ptManager_->GetHClassIndexByProfileType(type)); in GetHClass() local
Dtyped_hcr_lowering.cpp562 auto hclassIndex = acc_.GetConstantValue(aotHCIndex); in BuildCompareHClass() local
1834 uint32_t hclassIndex = acc_.GetHClassIndex(gate); in LowerPrototypeCheck() local
2660 GateRef hclassIndex = acc_.GetValueIn(gate, 2); // 2: hclassIndex in LowerMonoLoadPropertyOnProto() local
2700 GateRef hclassIndex = acc_.GetValueIn(gate, 2); // 2: hclassIndex in LowerMonoCallGetterOnProto() local
2791 GateRef hclassIndex = acc_.GetValueIn(gate, 2); // 2: hclassIndex in LowerMonoStorePropertyLookUpProto() local
2858 GateRef hclassIndex = acc_.GetValueIn(gate, 2); // 2: hclassIndex in LowerMonoStoreProperty() local
Dntype_hcr_lowering.cpp212 auto hclassIndex = compilationEnv_->GetArrayHClassIndex(kind, false); in NewJSArrayLiteral() local
Dtype_info_accessors.h889 : hclassIndex_(hclassIndex), plr_(plr), hclass_(nullptr) {} in hclassIndex_() argument
891 void Set(int hclassIndex, PropertyLookupResult plr) in Set()
Dmcr_circuit_builder.cpp23 GateRef CircuitBuilder::ObjectTypeCheck(bool isHeapObject, GateRef gate, GateRef hclassIndex, in ObjectTypeCheck()
1634 size_t hclassIndex) in MonoLoadPropertyOnProto()
1650 GateRef unsharedConstPool, size_t hclassIndex) in MonoCallGetterOnProto()
1672 size_t hclassIndex, GateRef value) in MonoStorePropertyLookUpProto()
1687size_t hclassIndex, GateRef value, GateRef keyIndex, GateRef isProto, in MonoStoreProperty()
Dnumber_speculative_lowering.cpp999 GateRef hclassIndex = acc_.GetValueIn(gate, 2); // 2: hclassIndex in VisitLoadPropertyOnProto() local
Dtyped_bytecode_lowering.cpp1601 GateRef hclassIndex = tacc.GetHClassIndex(); in LowerTypedNewObjRange() local
Dslowpath_lowering.cpp1595 size_t hclassIndex = static_cast<size_t>(compilationEnv_->GetArrayHClassIndex(kind, false)); in LowerUpdateArrayHClassAtDefine() local
/arkcompiler/ets_runtime/ecmascript/compiler/pgo_type/
Dpgo_type_manager.cpp342 JSTaggedValue PGOTypeManager::QueryHClassByIndexForJIT(uint32_t hclassIndex) in QueryHClassByIndexForJIT()
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot_processor.cpp1676 size_t hclassIndex = encodeBit.GetNativePointerOrObjectIndex(); in DeserializeClassWord() local