Searched defs:type_id (Results 1 – 12 of 12) sorted by relevance
| /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 | 28 uint32_t type_id; in BuildLoadFromPool() local
|
| D | ir_builder.cpp | 181 … tbb->EnumerateCatchHandlers([this](BasicBlock *catch_handler, [[maybe_unused]] size_t type_id) { in ProcessThrowableInstructions()
|
| /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 | 256 def type_id method
|
| /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
|
| D | assembler_emitter_test.cpp | 186 panda_file::Type::TypeId type_id; member 385 panda_file::File::EntityId type_id; in __anon654af7a10a02() member 612 panda_file::Type::TypeId type_id; member
|
| /arkcompiler/runtime_core/compiler/optimizer/ir/ |
| D | dump.cpp | 167 void DumpTypedFieldOpcode(std::ostream *out, Opcode opcode, uint32_t type_id, const ArenaString &fi… in DumpTypedFieldOpcode() 177 void DumpTypedOpcode(std::ostream *out, Opcode opcode, uint32_t type_id, ArenaAllocator *allocator) in DumpTypedOpcode()
|
| D | ir_constructor.h | 632 IrConstructor &TypeId(uint32_t type_id) in TypeId()
|