Home
last modified time | relevance | path

Searched defs:hclassIndex (Results 1 - 10 of 10) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/pgo_type/
H A Dpgo_type_manager.cpp317 JSTaggedValue PGOTypeManager::QueryHClassByIndexForJIT(uint32_t hclassIndex) in QueryHClassByIndexForJIT() argument
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dnumber_speculative_lowering.cpp980 GateRef hclassIndex = acc_.GetValueIn(gate, 2); // 2: hclassIndex in VisitLoadPropertyOnProto() local
H A Dntype_hcr_lowering.cpp213 auto hclassIndex = compilationEnv_->GetArrayHClassIndexMap().at(kind).first; in NewJSArrayLiteral() local
H A Dtype_info_accessors.cpp525 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 in GetHClass() local
[all...]
H A Dtype_info_accessors.h870 void Set(int hclassIndex, PropertyLookupResult plr) in Set() argument
H A Dtyped_bytecode_lowering.cpp1535 GateRef hclassIndex = tacc.GetHClassIndex(); in LowerTypedNewObjRange() local
H A Dmcr_circuit_builder.cpp32 GateRef CircuitBuilder::ObjectTypeCheck(bool isHeapObject, GateRef gate, GateRef hclassIndex, in ObjectTypeCheck() argument
1611 MonoLoadPropertyOnProto(GateRef receiver, GateRef plrGate, GateRef unsharedConstPool, size_t hclassIndex) MonoLoadPropertyOnProto() argument
1627 MonoCallGetterOnProto(GateRef gate, GateRef receiver, GateRef plrGate, GateRef unsharedConstPool, size_t hclassIndex) MonoCallGetterOnProto() argument
1649 MonoStorePropertyLookUpProto(GateRef receiver, GateRef plrGate, GateRef unsharedConstPool, size_t hclassIndex, GateRef value) MonoStorePropertyLookUpProto() argument
1664 MonoStoreProperty(GateRef receiver, GateRef plrGate, GateRef unsharedConstPool, size_t hclassIndex, GateRef value, GateRef keyIndex, GateRef frameState) MonoStoreProperty() argument
[all...]
H A Dslowpath_lowering.cpp1600 size_t hclassIndex = static_cast<size_t>(compilationEnv_->GetArrayHClassIndexMap().at(kind).first); in LowerUpdateArrayHClassAtDefine() local
H A Dtyped_hcr_lowering.cpp557 auto hclassIndex = acc_.GetConstantValue(aotHCIndex); in BuildCompareHClass() local
1773 uint32_t hclassIndex = acc_.GetHClassIndex(gate); in LowerPrototypeCheck() local
2984 GateRef hclassIndex = acc_.GetValueIn(gate, 2); // 2: hclassIndex in LowerMonoLoadPropertyOnProto() local
3024 GateRef hclassIndex = acc_.GetValueIn(gate, 2); // 2: hclassIndex in LowerMonoCallGetterOnProto() local
3115 GateRef hclassIndex = acc_.GetValueIn(gate, 2); // 2: hclassIndex LowerMonoStorePropertyLookUpProto() local
3182 GateRef hclassIndex = acc_.GetValueIn(gate, 2); // 2: hclassIndex LowerMonoStoreProperty() local
[all...]
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
H A Dsnapshot_processor.cpp1669 size_t hclassIndex = encodeBit.GetNativePointerOrObjectIndex(); in DeserializeClassWord() local

Completed in 34 milliseconds