Searched defs:klassId (Results 1 – 7 of 7) sorted by relevance
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| D | aot_data.cpp | 84 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/ |
| D | aot_file.cpp | 149 … [](const auto &a, uintptr_t klassId) { return a.classId < klassId; }); in GetClass()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/arkts_header/ |
| D | header_writer.cpp | 134 panda_file::File::EntityId klassId; in PrintPrototype() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ |
| D | ets_type_visitor-inl.h | 236 auto klassId = pda.GetReferenceType(refArgIdx_++); in ResolveRefClass() local
|
| /arkcompiler/runtime_core/static_core/libpandafile/ |
| D | method_data_accessor-inl.h | 341 panda_file::File::EntityId klassId; in EnumerateTypesInProto() local
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/lowering/ |
| D | llvm_ir_constructor.cpp | 1211 … *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/ |
| D | llvm_ark_interface.cpp | 657 int32_t LLVMArkInterface::GetClassIndexInAotGot(ark::compiler::AotData *aotData, uint32_t klassId, … in GetClassIndexInAotGot()
|