Home
last modified time | relevance | path

Searched defs:klassId (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Daot_data.cpp84 intptr_t AotData::GetClassSlotOffset(uint64_t pc, uint32_t klassId, bool init) in GetClassSlotOffset()
96 int32_t AotData::GetClassSlotId(uint32_t klassId) in GetClassSlotId()
/arkcompiler/runtime_core/static_core/compiler/aot/
Daot_file.cpp149 … [](const auto &a, uintptr_t klassId) { return a.classId < klassId; }); in GetClass()
/arkcompiler/runtime_core/static_core/plugins/ets/arkts_header/
Dheader_writer.cpp134 panda_file::File::EntityId klassId; in PrintPrototype() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Dets_type_visitor-inl.h236 auto klassId = pda.GetReferenceType(refArgIdx_++); in ResolveRefClass() local
/arkcompiler/runtime_core/static_core/libpandafile/
Dmethod_data_accessor-inl.h341 panda_file::File::EntityId klassId; in EnumerateTypesInProto() local
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
Dllvm_ir_constructor.cpp1211 … *LLVMIrConstructor::CreateIsInstanceOther(Inst *inst, llvm::Value *klassObj, llvm::Value *klassId) in CreateIsInstanceOther()
1241 … *LLVMIrConstructor::CreateIsInstanceArray(Inst *inst, llvm::Value *klassObj, llvm::Value *klassId) in CreateIsInstanceArray()
1306 …MIrConstructor::CreateIsInstanceInnerBlock(Inst *inst, llvm::Value *klassObj, llvm::Value *klassId) in CreateIsInstanceInnerBlock()
1341 …d LLVMIrConstructor::CreateCheckCastObject(Inst *inst, llvm::Value *klassObj, llvm::Value *klassId) in CreateCheckCastObject()
1355 …id LLVMIrConstructor::CreateCheckCastOther(Inst *inst, llvm::Value *klassObj, llvm::Value *klassId) in CreateCheckCastOther()
1386 …id LLVMIrConstructor::CreateCheckCastArray(Inst *inst, llvm::Value *klassObj, llvm::Value *klassId) in CreateCheckCastArray()
1417 …MIrConstructor::CreateCheckCastArrayObject(Inst *inst, llvm::Value *klassObj, llvm::Value *klassId) in CreateCheckCastArrayObject()
1438 …id LLVMIrConstructor::CreateCheckCastInner(Inst *inst, llvm::Value *klassObj, llvm::Value *klassId) in CreateCheckCastInner()
4585 auto klassId = ctor->GetInputValue(inst, 1); in VisitIsInstance() local
4642 auto klassId = ctor->GetInputValue(inst, 1); in VisitCheckCast() local
[all …]
/arkcompiler/runtime_core/static_core/libllvmbackend/
Dllvm_ark_interface.cpp657 int32_t LLVMArkInterface::GetClassIndexInAotGot(ark::compiler::AotData *aotData, uint32_t klassId, … in GetClassIndexInAotGot()