/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | object_access_helper.cpp | 48 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
|
D | object_access_helper.h | 30 void Set(int hclassIndex, PropertyLookupResult plr) in Set() 64 void Set(int hclassIndex, PropertyLookupResult plr) in Set()
|
D | type_info_accessors.cpp | 362 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
|
D | ts_class_analysis.cpp | 103 int hclassIndex = tsManager_->GetHClassIndex(classGT); in AnalyzeProperties() local
|
D | mcr_circuit_builder.cpp | 28 …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()
|
D | type_info_accessors.h | 597 : hclassIndex_(hclassIndex), plr_(plr) {} in hclassIndex_() argument 599 void Set(int hclassIndex, PropertyLookupResult plr) in Set()
|
D | typed_hcr_lowering.cpp | 533 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
|
D | ntype_hcr_lowering.cpp | 141 auto hclassIndex = thread->GetArrayHClassIndexMap().at(kind); in NewJSArrayLiteral() local
|
D | number_speculative_lowering.cpp | 995 GateRef hclassIndex = acc_.GetValueIn(gate, 2); // 2: hclassIndex in VisitLoadPropertyOnProto() local
|
D | typed_bytecode_lowering.cpp | 1224 GateRef hclassIndex = builder_.IntPtr(tacc.GetHClassIndex()); in LowerTypedNewObjRange() local
|
D | slowpath_lowering.cpp | 1542 size_t hclassIndex = static_cast<size_t>(thread->GetArrayHClassIndexMap().at(kind)); in LowerUpdateArrayHClass() local
|
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/ |
D | pgo_type_infer_helper.cpp | 25 int hclassIndex = tsManager->GetConstructorHClassIndexByClassGateType(type); in CheckAndInsert() local 47 int hclassIndex = tsManager->GetHClassIndexByInstanceGateType(type); in CheckAndInsert() local
|
/arkcompiler/ets_runtime/ecmascript/snapshot/tests/ |
D | snapshot_test.cpp | 258 size_t hclassIndex = 0; in HWTEST_F_L0() local
|
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/ |
D | snapshot_processor.cpp | 1678 size_t hclassIndex = encodeBit.GetNativePointerOrObjectIndex(); in DeserializeClassWord() local
|