Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dobject_access_helper.cpp46 int hclassIndex = tsManager_->GetHClassIndexByInstanceGateType(info.Type()); in ComputeForClassInstance() local
69 int hclassIndex = -1; in ComputeForClassOrObject() local
Dobject_access_helper.h28 void Set(int hclassIndex, PropertyLookupResult plr) in Set()
Dts_class_analysis.cpp100 int hclassIndex = tsManager_->GetHClassIndex(classGT); in AnalyzeProperties() local
Dntype_hcr_lowering.cpp166 int hclassIndex = -1; in LowerNTypedCreateArrayWithBuffer() local
218 int hclassIndex = -1; in LowerNTypedStOwnByName() local
Dts_inline_lowering.cpp324 int hclassIndex = tsManager_->GetHClassIndexByInstanceGateType(receiverType); in GetPlrData() local
495 int hclassIndex = tsManager_->GetHClassIndexByInstanceGateType(receiverType); in InlineAccessorCheck() local
599 int hclassIndex = tsManager_->GetHClassIndexByInstanceGateType(receiverType); in IsAccessor() local
Dts_hcr_lowering.cpp610 int hclassIndex = infos[0].HClassIndex(); in LowerNamedAccess() local
631 int hclassIndex = infos[i].HClassIndex(); in LowerNamedAccess() local
1041 int hclassIndex = tsManager_->GetHClassIndexByClassGateType(ctorType); in LowerTypedNewObjRange() local
Dtype_mcr_lowering.cpp404 auto hclassIndex = acc_.GetConstantValue(aotHCIndex); in BuildCompareSubTyping() local
435 auto hclassIndex = acc_.GetConstantValue(aotHCIndex); in BuildCompareHClass() local
1321 auto hclassIndex = acc_.GetConstantValue(aotHCIndex); in LowerInlineAccessorCheck() local
Dcircuit_builder.cpp141 …ircuitBuilder::ObjectTypeCheck(GateType type, bool isHeapObject, GateRef gate, GateRef hclassIndex) in ObjectTypeCheck()
155 …cuitBuilder::ObjectTypeCompare(GateType type, bool isHeapObject, GateRef gate, GateRef hclassIndex) in ObjectTypeCompare()
538 GateRef CircuitBuilder::TypedNewAllocateThis(GateRef ctor, GateRef hclassIndex, GateRef frameState) in TypedNewAllocateThis()
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dpgo_type_infer.cpp111 int hclassIndex = tsManager_->GetConstructorHClassIndexByClassGateType(type); in CheckAndInsert() local
117 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.cpp1666 size_t hclassIndex = encodeBit.GetNativePointerOrObjectIndex(); in DeserializeClassWord() local