Home
last modified time | relevance | path

Searched defs:type_id (Results 1 – 25 of 26) sorted by relevance

12

/arkcompiler/runtime_core/runtime/
Dclass_helper.cpp45 char ClassHelper::GetPrimitiveTypeDescriptorChar(panda_file::Type::TypeId type_id) in GetPrimitiveTypeDescriptorChar()
52 const uint8_t *ClassHelper::GetPrimitiveTypeDescriptorStr(panda_file::Type::TypeId type_id) in GetPrimitiveTypeDescriptorStr()
63 const char *ClassHelper::GetPrimitiveTypeStr(panda_file::Type::TypeId type_id) in GetPrimitiveTypeStr()
Dclass_linker_extension.cpp94 …lassLinkerExtension::InitializePrimitiveClassRoot(ClassRoot root, panda_file::Type::TypeId type_id, in InitializePrimitiveClassRoot()
Dmethod.cpp356 auto type_id = GetClass()->ResolveClassIndex(type_idx); in FindCatchBlock() local
Dcompiler.cpp661 bool UnresolvedTypesWrapper::AddTableSlot(RuntimeInterface::MethodPtr method, uint32_t type_id, Slo… in AddTableSlot()
676 uintptr_t UnresolvedTypesWrapper::GetTableSlot(RuntimeInterface::MethodPtr method, uint32_t type_id, in GetTableSlot()
/arkcompiler/runtime_core/libpandafile/
Ddebug_helpers.h92 [[maybe_unused]] uint32_t type_id) const in HandleStartLocal()
98 … [[maybe_unused]] uint32_t type_id, [[maybe_unused]] uint32_t type_signature_id) const in HandleStartLocalExtended()
Ddebug_info_extractor.cpp92 bool HandleStartLocal(int32_t reg_number, uint32_t name_id, uint32_t type_id) in HandleStartLocal()
100 …bool HandleStartLocalExtended(int32_t reg_number, uint32_t name_id, uint32_t type_id, uint32_t typ… in HandleStartLocalExtended()
Dfile_reader.cpp733 File::EntityId type_id(field_acc.GetType()); in CreateFieldItem() local
860 File::EntityId type_id(field_acc.GetType()); in CreateForeignFieldItem() local
1081 auto type_id = File::EntityId(state.ReadULeb128()); in UpdateDebugInfoDependecies() local
1102 auto type_id = File::EntityId(state.ReadULeb128()); in UpdateDebugInfoDependecies() local
1175 auto type_id = File::EntityId(state.ReadULeb128()); in UpdateDebugInfo() local
1194 auto type_id = File::EntityId(state.ReadULeb128()); in UpdateDebugInfo() local
Dfile_items.h380 …explicit TypeItem(Type::TypeId type_id, ItemContainer *container) : IndexedItem(container), type_(… in TypeItem()
405 …explicit PrimitiveTypeItem(Type::TypeId type_id, ItemContainer *container) : TypeItem(type_id, con… in PrimitiveTypeItem()
/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
Dinst_builder-inl.h39 uint32_t type_id; in BuildLoadFromPool() local
Dir_builder.cpp192 … tbb->EnumerateCatchHandlers([this](BasicBlock *catch_handler, [[maybe_unused]] size_t type_id) { in ProcessThrowableInstructions()
289 auto type_id = type_idx == panda_file::INVALID_INDEX in CreateTryCatchBoundariesBlocks() local
/arkcompiler/runtime_core/runtime/entrypoints/
Dentrypoints.cpp228 extern "C" coretypes::Array *ResolveLiteralArrayEntrypoint(const Method *caller, uint32_t type_id) in ResolveLiteralArrayEntrypoint()
263 …ctHeader *CreateObjectByIdEntrypoint(ManagedThread *thread, const Method *caller, uint32_t type_id) in CreateObjectByIdEntrypoint()
366 extern "C" void CheckCastByBCIDEntrypoint(const Method *caller, ObjectHeader *obj, uint32_t type_id) in CheckCastByBCIDEntrypoint()
406 …n "C" uint8_t IsInstanceByBCIDEntrypoint(const Method *caller, ObjectHeader *obj, uint32_t type_id) in IsInstanceByBCIDEntrypoint()
423 extern "C" void *ResolveClassObjectEntrypoint(const Method *caller, FileEntityId type_id) in ResolveClassObjectEntrypoint()
430 extern "C" void *ResolveClassEntrypoint(const Method *caller, FileEntityId type_id) in ResolveClassEntrypoint()
/arkcompiler/runtime_core/compiler/optimizer/code_generator/
Dslow_path.h239 void SetUnresolvedType(void *method, uint32_t type_id) in SetUnresolvedType()
Dcodegen.cpp3432 auto type_id = load_obj->GetTypeId(); in VisitUnresolvedLoadObject() local
3552 auto type_id = store_obj->GetTypeId(); in VisitUnresolvedStoreObject() local
3667 auto type_id = load_class->GetTypeId(); in VisitLoadClass() local
3698 auto type_id = load_class->GetTypeId(); in FillLoadClassUnresolved() local
3857 auto type_id = load_static->GetTypeId(); in VisitUnresolvedLoadStatic() local
3972 auto type_id = store_static->GetTypeId(); in GenUnresolvedStoreStaticBarrierAot() local
3997 auto type_id = store_static->GetTypeId(); in GenUnresolvedStoreStaticBarrierJitSlow() local
4058 auto type_id = store_static->GetTypeId(); in GenUnresolvedStoreStaticBarrier() local
4085 auto type_id = store_static->GetTypeId(); in VisitUnresolvedStoreStatic() local
4146 auto type_id = load_type->GetTypeId(); in VisitUnresolvedLoadType() local
[all …]
/arkcompiler/runtime_core/runtime/mem/
Dobject_helpers.cpp90 panda_file::Type::TypeId type_id = field.GetTypeId(); in DumpObject() local
173 panda_file::Type::TypeId type_id = field.GetTypeId(); in TraverseFields() local
/arkcompiler/runtime_core/compiler/optimizer/optimizations/
Dtry_catch_resolving.cpp97 …rateCatchHandlers([this, object_id, &resolved_handler](BasicBlock *catch_handler, size_t type_id) { in TryFindResolvedCatchHandler()
/arkcompiler/runtime_core/assembler/tests/
Demitter_test.cpp154 panda_file::Type::TypeId type_id; in TEST() member
326 panda_file::File::EntityId type_id; in TEST() member
534 panda_file::Type::TypeId type_id; in TEST() member
/arkcompiler/runtime_core/bytecode_optimizer/
Dcodegen.cpp38 void BytecodeGen::AppendCatchBlock(uint32_t type_id, const compiler::BasicBlock *try_begin, in AppendCatchBlock()
61 bb->EnumerateCatchHandlers([&, bb, try_end](BasicBlock *catch_handler, size_t type_id) { in VisitTryBegin()
Dbytecode_optimizer_isapi.rb260 def type_id method
/arkcompiler/runtime_core/runtime/core/
Dcore_vm.cpp227 auto type_id = pda.GetReferenceType(0); in CheckEntrypointSignature() local
/arkcompiler/runtime_core/verification/jobs/
Dcache.cpp189panda_file::Type::TypeId type_id, uint32_t flags) in MakeSyntheticClass()
289 for (panda_file::Type::TypeId type_id : v_api.primitive_roots_for_verification) { in InitializeRootClasses() local
520 auto type_id = type.GetId(); in InitializeSignature() local
Dcache.h194 panda_file::Type::TypeId type_id; member
/arkcompiler/runtime_core/compiler/optimizer/ir/
Ddump.cpp182 void DumpTypedFieldOpcode(std::ostream *out, Opcode opcode, uint32_t type_id, const ArenaString &fi… in DumpTypedFieldOpcode()
192 void DumpTypedOpcode(std::ostream *out, Opcode opcode, uint32_t type_id, ArenaAllocator *allocator) in DumpTypedOpcode()
Dir_constructor.h652 IrConstructor &TypeId(uint32_t type_id) in TypeId()
/arkcompiler/runtime_core/runtime/interpreter/
Dinterpreter-inl.h337 auto type_id = this->GetInst().template GetId<format>(); in HandleLdaType() local
2043 auto type_id = this->GetInst().template GetId<format>(); in HandleCheckcast() local
2065 auto type_id = this->GetInst().template GetId<format>(); in HandleIsinstance() local
/arkcompiler/runtime_core/runtime/tests/
Dclass_linker_test.cpp182 panda_file::Type::TypeId type_id) in TestPrimitiveClassRoot()

12