Searched defs:hclassIndex (Results 1 – 10 of 10) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | type_info_accessors.cpp | 525 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
|
| D | ntype_hcr_lowering.cpp | 209 auto hclassIndex = compilationEnv_->GetArrayHClassIndexMap().at(kind).first; in NewJSArrayLiteral() local
|
| D | typed_hcr_lowering.cpp | 554 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
|
| D | type_info_accessors.h | 868 : hclassIndex_(hclassIndex), plr_(plr), hclass_(nullptr) {} in hclassIndex_() argument 870 void Set(int hclassIndex, PropertyLookupResult plr) in Set()
|
| D | mcr_circuit_builder.cpp | 32 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() 1658 … size_t hclassIndex, GateRef value, GateRef keyIndex, GateRef frameState) in MonoStoreProperty()
|
| D | number_speculative_lowering.cpp | 980 GateRef hclassIndex = acc_.GetValueIn(gate, 2); // 2: hclassIndex in VisitLoadPropertyOnProto() local
|
| D | typed_bytecode_lowering.cpp | 1534 GateRef hclassIndex = tacc.GetHClassIndex(); in LowerTypedNewObjRange() local
|
| D | slowpath_lowering.cpp | 1598 …size_t hclassIndex = static_cast<size_t>(compilationEnv_->GetArrayHClassIndexMap().at(kind).first); in LowerUpdateArrayHClassAtDefine() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/pgo_type/ |
| D | pgo_type_manager.cpp | 318 JSTaggedValue PGOTypeManager::QueryHClassByIndexForJIT(uint32_t hclassIndex) in QueryHClassByIndexForJIT()
|
| /arkcompiler/ets_runtime/ecmascript/snapshot/mem/ |
| D | snapshot_processor.cpp | 1669 size_t hclassIndex = encodeBit.GetNativePointerOrObjectIndex(); in DeserializeClassWord() local
|