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.cpp525 int hclassIndex = static_cast<int>(ptManager->GetHClassIndexByProfileType(holderType)); in GetAccessorPlr() local
593 int hclassIndex = static_cast<int>(ptManager_->GetHClassIndexByProfileType(type)); in GeneratePlr() local
615 int hclassIndex = ptManager_->RecordAndGetHclassIndexForJIT(hclass); in GeneratePlrInJIT() local
1146 int hclassIndex = static_cast<int>(parent_.ptManager_->GetHClassIndexByProfileType(type)); in ClassInstanceIsCallable() local
1390 int hclassIndex = static_cast<int>(parent_.ptManager_->GetHClassIndexByProfileType(type)); in GetHClass() local
Dntype_hcr_lowering.cpp209 auto hclassIndex = compilationEnv_->GetArrayHClassIndexMap().at(kind).first; in NewJSArrayLiteral() local
Dtyped_hcr_lowering.cpp554 auto hclassIndex = acc_.GetConstantValue(aotHCIndex); in BuildCompareHClass() local
1770 uint32_t hclassIndex = acc_.GetHClassIndex(gate); in LowerPrototypeCheck() local
2981 GateRef hclassIndex = acc_.GetValueIn(gate, 2); // 2: hclassIndex in LowerMonoLoadPropertyOnProto() local
3021 GateRef hclassIndex = acc_.GetValueIn(gate, 2); // 2: hclassIndex in LowerMonoCallGetterOnProto() local
3112 GateRef hclassIndex = acc_.GetValueIn(gate, 2); // 2: hclassIndex in LowerMonoStorePropertyLookUpProto() local
3179 GateRef hclassIndex = acc_.GetValueIn(gate, 2); // 2: hclassIndex in LowerMonoStoreProperty() local
Dtype_info_accessors.h868 : hclassIndex_(hclassIndex), plr_(plr), hclass_(nullptr) {} in hclassIndex_() argument
870 void Set(int hclassIndex, PropertyLookupResult plr) in Set()
Dmcr_circuit_builder.cpp32 GateRef CircuitBuilder::ObjectTypeCheck(bool isHeapObject, GateRef gate, GateRef hclassIndex, in ObjectTypeCheck()
1605 size_t hclassIndex) in MonoLoadPropertyOnProto()
1621 GateRef unsharedConstPool, size_t hclassIndex) in MonoCallGetterOnProto()
1643 size_t hclassIndex, GateRef value) in MonoStorePropertyLookUpProto()
1658size_t hclassIndex, GateRef value, GateRef keyIndex, GateRef frameState) in MonoStoreProperty()
Dnumber_speculative_lowering.cpp980 GateRef hclassIndex = acc_.GetValueIn(gate, 2); // 2: hclassIndex in VisitLoadPropertyOnProto() local
Dtyped_bytecode_lowering.cpp1534 GateRef hclassIndex = tacc.GetHClassIndex(); in LowerTypedNewObjRange() local
Dslowpath_lowering.cpp1598 …size_t hclassIndex = static_cast<size_t>(compilationEnv_->GetArrayHClassIndexMap().at(kind).first); in LowerUpdateArrayHClassAtDefine() local
/arkcompiler/ets_runtime/ecmascript/compiler/pgo_type/
Dpgo_type_manager.cpp318 JSTaggedValue PGOTypeManager::QueryHClassByIndexForJIT(uint32_t hclassIndex) in QueryHClassByIndexForJIT()
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot_processor.cpp1669 size_t hclassIndex = encodeBit.GetNativePointerOrObjectIndex(); in DeserializeClassWord() local