Home
last modified time | relevance | path

Searched defs:klassId (Results 1 – 6 of 6) 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/libpandafile/
Dmethod_data_accessor-inl.h340 panda_file::File::EntityId klassId; in EnumerateTypesInProto() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Dets_type_visitor-inl.h235 auto klassId = pda.GetReferenceType(refArgIdx_++); in ResolveRefClass() local
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
Dllvm_ir_constructor.cpp1933 auto klassId = graph_->GetRuntime()->GetClassIdForMethod(graph_->GetMethod()); in LLVMIrConstructor() local