Searched defs:hclassIndex (Results 1 – 10 of 10) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | type_info_accessors.cpp | 524 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
|
| D | typed_hcr_lowering.cpp | 562 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
|
| D | ntype_hcr_lowering.cpp | 212 auto hclassIndex = compilationEnv_->GetArrayHClassIndex(kind, false); in NewJSArrayLiteral() local
|
| D | type_info_accessors.h | 889 : hclassIndex_(hclassIndex), plr_(plr), hclass_(nullptr) {} in hclassIndex_() argument 891 void Set(int hclassIndex, PropertyLookupResult plr) in Set()
|
| D | mcr_circuit_builder.cpp | 23 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() 1687 … size_t hclassIndex, GateRef value, GateRef keyIndex, GateRef isProto, in MonoStoreProperty()
|
| D | number_speculative_lowering.cpp | 999 GateRef hclassIndex = acc_.GetValueIn(gate, 2); // 2: hclassIndex in VisitLoadPropertyOnProto() local
|
| D | typed_bytecode_lowering.cpp | 1601 GateRef hclassIndex = tacc.GetHClassIndex(); in LowerTypedNewObjRange() local
|
| D | slowpath_lowering.cpp | 1595 size_t hclassIndex = static_cast<size_t>(compilationEnv_->GetArrayHClassIndex(kind, false)); in LowerUpdateArrayHClassAtDefine() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/pgo_type/ |
| D | pgo_type_manager.cpp | 342 JSTaggedValue PGOTypeManager::QueryHClassByIndexForJIT(uint32_t hclassIndex) in QueryHClassByIndexForJIT()
|
| /arkcompiler/ets_runtime/ecmascript/snapshot/mem/ |
| D | snapshot_processor.cpp | 1676 size_t hclassIndex = encodeBit.GetNativePointerOrObjectIndex(); in DeserializeClassWord() local
|