Home
last modified time | relevance | path

Searched refs:GetTypeIdx (Results 1 - 14 of 14) sorted by relevance

/arkcompiler/runtime_core/libpandafile/
H A Dcode_data_accessor.h83 uint32_t GetTypeIdx() const in GetTypeIdx() function in panda::panda_file::CodeDataAccessor::CatchBlock
H A Dfile_reader.cpp639 auto type_idx = catch_block.GetTypeIdx(); in EnumerateBlocks()
641 File::EntityId catch_cls_id = file_->ResolveClassIndex(method_id, catch_block.GetTypeIdx()); in EnumerateBlocks()
/arkcompiler/runtime_core/static_core/libpandafile/
H A Dcode_data_accessor.h83 uint32_t GetTypeIdx() const in GetTypeIdx() function in ark::panda_file::CodeDataAccessor::CatchBlock
H A Dfile_reader.cpp594 auto typeIdx = catchBlock.GetTypeIdx(); in GetCatchTypeItem()
596 File::EntityId catchClsId = file_->ResolveClassIndex(methodId, catchBlock.GetTypeIdx()); in GetCatchTypeItem()
/arkcompiler/runtime_core/abc2program/
H A Dabc_code_processor.cpp196 uint32_t class_idx = catch_block.GetTypeIdx(); in FillExceptionRecord()
/arkcompiler/runtime_core/static_core/verification/absint/
H A Dabsint.cpp214 auto exceptionIdx = catchBlock->GetTypeIdx(); in VerifyExcHandler()
/arkcompiler/runtime_core/static_core/abc2program/
H A Dabc_code_processor.cpp283 auto classIdx = catchBlock.GetTypeIdx(); in GetExceptions()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
H A Dir_builder.cpp451 auto typeIdx = catchBlock.GetTypeIdx(); in CreateTryCatchBoundariesBlocks()
770 auto typeIdx = catchBlock.GetTypeIdx(); in FindCatchBlockInPandaFile()
/arkcompiler/runtime_core/static_core/runtime/
H A Dmethod.cpp406 auto typeIdx = catchBlock.GetTypeIdx(); in FindCatchBlockInPandaFile()
/arkcompiler/runtime_core/assembler/tests/
H A Demitter_test.cpp336 auto idx = catch_block.GetTypeIdx(); in TEST()
/arkcompiler/runtime_core/static_core/runtime/include/
H A Dmethod-inl.h589 auto typeIdx = catchBlock.GetTypeIdx(); in EnumerateExceptionHandlers()
/arkcompiler/runtime_core/static_core/assembler/tests/
H A Demitter_test.cpp341 auto idx = catchBlock.GetTypeIdx(); in TEST()
/arkcompiler/runtime_core/static_core/disassembler/
H A Ddisassembler.cpp697 auto classIdx = catchBlock.GetTypeIdx(); in GetExceptions()
/arkcompiler/runtime_core/disassembler/
H A Ddisassembler.cpp797 auto class_idx = catch_block.GetTypeIdx(); in GetExceptions()

Completed in 20 milliseconds