Home
last modified time | relevance | path

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

/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.cpp91 bool HandleStartLocal(int32_t reg_number, uint32_t name_id, uint32_t type_id) in HandleStartLocal()
99 …bool HandleStartLocalExtended(int32_t reg_number, uint32_t name_id, uint32_t type_id, uint32_t typ… in HandleStartLocalExtended()
Dfile_reader.cpp747 File::EntityId type_id(field_acc.GetType()); in CreateFieldItem() local
874 File::EntityId type_id(field_acc.GetType()); in CreateForeignFieldItem() local
1101 auto type_id = File::EntityId(state.ReadULeb128()); in UpdateDebugInfoDependecies() local
1122 auto type_id = File::EntityId(state.ReadULeb128()); in UpdateDebugInfoDependecies() local
1195 auto type_id = File::EntityId(state.ReadULeb128()); in UpdateDebugInfo() local
1214 auto type_id = File::EntityId(state.ReadULeb128()); in UpdateDebugInfo() local
Dfile_items.h402 …explicit TypeItem(Type::TypeId type_id, ItemContainer *container) : IndexedItem(container), type_(… in TypeItem()
427 …explicit PrimitiveTypeItem(Type::TypeId type_id, ItemContainer *container) : TypeItem(type_id, con… in PrimitiveTypeItem()
/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
Dinst_builder-inl.h28 uint32_t type_id; in BuildLoadFromPool() local
Dir_builder.cpp173 … tbb->EnumerateCatchHandlers([this](BasicBlock *catch_handler, [[maybe_unused]] size_t type_id) { in ProcessThrowableInstructions()
/arkcompiler/runtime_core/bytecode_optimizer/
Dcodegen.cpp37 void BytecodeGen::AppendCatchBlock(uint32_t type_id, const compiler::BasicBlock *try_begin, in AppendCatchBlock()
60 bb->EnumerateCatchHandlers([&, bb, try_end](BasicBlock *catch_handler, size_t type_id) { in VisitTryBegin()
Dbytecode_optimizer_isapi.rb256 def type_id method
/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
Dassembler_emitter_test.cpp184 panda_file::Type::TypeId type_id; member
383 panda_file::File::EntityId type_id; in __anon8e05a3840a02() member
610 panda_file::Type::TypeId type_id; member
/arkcompiler/runtime_core/libabckit/src/codegen/templates_dynamic/
Dcodegen_dynamic_isapi.rb256 def type_id method
/arkcompiler/runtime_core/compiler/optimizer/ir/
Ddump.cpp160 void DumpTypedFieldOpcode(std::ostream *out, Opcode opcode, uint32_t type_id, const ArenaString &fi… in DumpTypedFieldOpcode()
170 void DumpTypedOpcode(std::ostream *out, Opcode opcode, uint32_t type_id, ArenaAllocator *allocator) in DumpTypedOpcode()
Dir_constructor.h632 IrConstructor &TypeId(uint32_t type_id) in TypeId()
/arkcompiler/runtime_core/libabckit/src/codegen/
Dcodegen_static_isapi.rb330 def type_id(idx) method
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
Dbytecode_optimizer_isapi.rb332 def type_id method