Searched defs:hclassIndex (Results 1 - 10 of 10) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/pgo_type/ |
H A D | pgo_type_manager.cpp | 317 JSTaggedValue PGOTypeManager::QueryHClassByIndexForJIT(uint32_t hclassIndex) in QueryHClassByIndexForJIT() argument
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | number_speculative_lowering.cpp | 980 GateRef hclassIndex = acc_.GetValueIn(gate, 2); // 2: hclassIndex in VisitLoadPropertyOnProto() local
|
H A D | ntype_hcr_lowering.cpp | 213 auto hclassIndex = compilationEnv_->GetArrayHClassIndexMap().at(kind).first; in NewJSArrayLiteral() local
|
H A D | type_info_accessors.cpp | 525 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 D | type_info_accessors.h | 870 void Set(int hclassIndex, PropertyLookupResult plr) in Set() argument
|
H A D | typed_bytecode_lowering.cpp | 1535 GateRef hclassIndex = tacc.GetHClassIndex(); in LowerTypedNewObjRange() local
|
H A D | mcr_circuit_builder.cpp | 32 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 D | slowpath_lowering.cpp | 1600 size_t hclassIndex = static_cast<size_t>(compilationEnv_->GetArrayHClassIndexMap().at(kind).first); in LowerUpdateArrayHClassAtDefine() local
|
H A D | typed_hcr_lowering.cpp | 557 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 D | snapshot_processor.cpp | 1669 size_t hclassIndex = encodeBit.GetNativePointerOrObjectIndex(); in DeserializeClassWord() local
|
Completed in 34 milliseconds