/arkcompiler/runtime_core/runtime/ |
D | class_helper.cpp | 45 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()
|
D | class_linker_extension.cpp | 94 …lassLinkerExtension::InitializePrimitiveClassRoot(ClassRoot root, panda_file::Type::TypeId type_id, in InitializePrimitiveClassRoot()
|
D | method.cpp | 356 auto type_id = GetClass()->ResolveClassIndex(type_idx); in FindCatchBlock() local
|
D | compiler.cpp | 661 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/ |
D | debug_helpers.h | 92 [[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()
|
D | debug_info_extractor.cpp | 92 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()
|
D | file_reader.cpp | 733 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
|
D | file_items.h | 380 …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/ |
D | inst_builder-inl.h | 39 uint32_t type_id; in BuildLoadFromPool() local
|
D | ir_builder.cpp | 192 … 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/ |
D | entrypoints.cpp | 228 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/ |
D | slow_path.h | 239 void SetUnresolvedType(void *method, uint32_t type_id) in SetUnresolvedType()
|
D | codegen.cpp | 3432 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/ |
D | object_helpers.cpp | 90 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/ |
D | try_catch_resolving.cpp | 97 …rateCatchHandlers([this, object_id, &resolved_handler](BasicBlock *catch_handler, size_t type_id) { in TryFindResolvedCatchHandler()
|
/arkcompiler/runtime_core/assembler/tests/ |
D | emitter_test.cpp | 154 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/ |
D | codegen.cpp | 38 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()
|
D | bytecode_optimizer_isapi.rb | 260 def type_id method
|
/arkcompiler/runtime_core/runtime/core/ |
D | core_vm.cpp | 227 auto type_id = pda.GetReferenceType(0); in CheckEntrypointSignature() local
|
/arkcompiler/runtime_core/verification/jobs/ |
D | cache.cpp | 189 … panda_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
|
D | cache.h | 194 panda_file::Type::TypeId type_id; member
|
/arkcompiler/runtime_core/compiler/optimizer/ir/ |
D | dump.cpp | 182 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()
|
D | ir_constructor.h | 652 IrConstructor &TypeId(uint32_t type_id) in TypeId()
|
/arkcompiler/runtime_core/runtime/interpreter/ |
D | interpreter-inl.h | 337 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/ |
D | class_linker_test.cpp | 182 panda_file::Type::TypeId type_id) in TestPrimitiveClassRoot()
|