Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dobject_access_helper.cpp48 int hclassIndex = tsManager_->GetHClassIndexByInstanceGateType(info.Type()); in ComputeForClassInstance() local
71 int hclassIndex = -1; in ComputeForClassOrObject() local
132 int hclassIndex = static_cast<int>(ptManager->GetHClassIndexByProfileType(type)); in ComputeForClassInstance() local
153 int hclassIndex = static_cast<int>(ptManager->GetHClassIndexByProfileType(type)); in ClassInstanceIsCallable() local
Dobject_access_helper.h30 void Set(int hclassIndex, PropertyLookupResult plr) in Set()
64 void Set(int hclassIndex, PropertyLookupResult plr) in Set()
Dtype_info_accessors.cpp362 int hclassIndex = static_cast<int>(ptManager->GetHClassIndexByProfileType(receiverType)); in GetAccessorPlr() local
368 int hclassIndex = static_cast<int>(ptManager->GetHClassIndexByProfileType(holderType)); in GetAccessorPlr() local
410 int hclassIndex = static_cast<int>(ptManager_->GetHClassIndexByProfileType(type)); in GeneratePlr() local
600 int hclassIndex = static_cast<int>(ptManager_->GetHClassIndexByProfileType(type)); in ClassInstanceIsCallable() local
765 int hclassIndex = static_cast<int>(ptManager_->GetHClassIndexByProfileType(type)); in GetHClass() local
Dts_class_analysis.cpp103 int hclassIndex = tsManager_->GetHClassIndex(classGT); in AnalyzeProperties() local
Dmcr_circuit_builder.cpp28 …ircuitBuilder::ObjectTypeCheck(GateType type, bool isHeapObject, GateRef gate, GateRef hclassIndex, in ObjectTypeCheck()
45 …cuitBuilder::ObjectTypeCompare(GateType type, bool isHeapObject, GateRef gate, GateRef hclassIndex) in ObjectTypeCompare()
536 GateRef CircuitBuilder::TypedNewAllocateThis(GateRef ctor, GateRef hclassIndex, GateRef frameState) in TypedNewAllocateThis()
1371 …der::MonoLoadPropertyOnProto(GateRef receiver, GateRef plrGate, GateRef jsFunc, size_t hclassIndex) in MonoLoadPropertyOnProto()
1387 size_t hclassIndex) in MonoCallGetterOnProto()
1409 size_t hclassIndex, GateRef value) in MonoStorePropertyLookUpProto()
1423 …itBuilder::MonoStoreProperty(GateRef receiver, GateRef plrGate, GateRef jsFunc, size_t hclassIndex, in MonoStoreProperty()
Dtype_info_accessors.h597 : hclassIndex_(hclassIndex), plr_(plr) {} in hclassIndex_() argument
599 void Set(int hclassIndex, PropertyLookupResult plr) in Set()
Dtyped_hcr_lowering.cpp533 auto hclassIndex = acc_.GetConstantValue(aotHCIndex); in BuildCompareSubTyping() local
564 auto hclassIndex = acc_.GetConstantValue(aotHCIndex); in BuildCompareHClass() local
1691 uint32_t hclassIndex = acc_.GetHClassIndex(gate); in LowerPrototypeCheck() local
2675 GateRef hclassIndex = acc_.GetValueIn(gate, 2); // 2: hclassIndex in LowerMonoLoadPropertyOnProto() local
2716 GateRef hclassIndex = acc_.GetValueIn(gate, 2); // 2: hclassIndex in LowerMonoCallGetterOnProto() local
2808 GateRef hclassIndex = acc_.GetValueIn(gate, 2); // 2: hclassIndex in LowerMonoStorePropertyLookUpProto() local
2875 GateRef hclassIndex = acc_.GetValueIn(gate, 2); // 2: hclassIndex in LowerMonoStoreProperty() local
Dntype_hcr_lowering.cpp141 auto hclassIndex = thread->GetArrayHClassIndexMap().at(kind); in NewJSArrayLiteral() local
Dnumber_speculative_lowering.cpp995 GateRef hclassIndex = acc_.GetValueIn(gate, 2); // 2: hclassIndex in VisitLoadPropertyOnProto() local
Dtyped_bytecode_lowering.cpp1224 GateRef hclassIndex = builder_.IntPtr(tacc.GetHClassIndex()); in LowerTypedNewObjRange() local
Dslowpath_lowering.cpp1542 size_t hclassIndex = static_cast<size_t>(thread->GetArrayHClassIndexMap().at(kind)); in LowerUpdateArrayHClass() local
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dpgo_type_infer_helper.cpp25 int hclassIndex = tsManager->GetConstructorHClassIndexByClassGateType(type); in CheckAndInsert() local
47 int hclassIndex = tsManager->GetHClassIndexByInstanceGateType(type); in CheckAndInsert() local
/arkcompiler/ets_runtime/ecmascript/snapshot/tests/
Dsnapshot_test.cpp258 size_t hclassIndex = 0; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot_processor.cpp1678 size_t hclassIndex = encodeBit.GetNativePointerOrObjectIndex(); in DeserializeClassWord() local