| /arkcompiler/runtime_core/verification/config/debug_breakpoint/ |
| D | breakpoint.h | 36 #define DBG_MANAGED_BRK(method_id, method_offset) \ argument 51 #define DBG_MANAGED_BRK(method_id, method_offset) argument
|
| /arkcompiler/runtime_core/runtime/tests/tooling/ |
| D | test_extractor.cpp | 69 PandaList<PtStepRange> TestExtractor::GetStepRanges(EntityId method_id, uint32_t current_offset) in GetStepRanges() 95 std::vector<panda_file::LocalVariableInfo> TestExtractor::GetLocalVariableInfo(EntityId method_id, … in GetLocalVariableInfo() 129 SourceLocation TestExtractor::GetSourceLocation(EntityId method_id, uint32_t bytecode_offset) in GetSourceLocation()
|
| /arkcompiler/runtime_core/libpandafile/ |
| D | method_data_accessor-inl.h | 27 …line File::EntityId MethodDataAccessor::GetNameId(const File &panda_file, File::EntityId method_id) in GetNameId() 35 …ile::File::StringData MethodDataAccessor::GetName(const File &panda_file, File::EntityId method_id) in GetName() 41 …ine File::EntityId MethodDataAccessor::GetProtoId(const File &panda_file, File::EntityId method_id) in GetProtoId() 50 …ine File::EntityId MethodDataAccessor::GetClassId(const File &panda_file, File::EntityId method_id) in GetClassId()
|
| D | method_data_accessor.cpp | 20 MethodDataAccessor::MethodDataAccessor(const File &panda_file, File::EntityId method_id) in MethodDataAccessor()
|
| D | index_accessor.h | 27 IndexAccessor(const File &pf, File::EntityId method_id) in IndexAccessor()
|
| D | file_reader.cpp | 164 File::EntityId method_id(helpers::Read<sizeof(uint32_t)>(&sp)); in CreateLiteralArrayItem() local 266 const File::EntityId method_id {scalar.Get<uint32_t>()}; in CreateAnnotationItem() local 450 const File::EntityId method_id {array.Get<uint32_t>(j)}; in CreateAnnotationItem() local 601 MethodItem *FileReader::CreateMethodItem(ClassItem *cls, File::EntityId method_id) in CreateMethodItem() 801 …reignMethodItem *FileReader::CreateForeignMethodItem(BaseClassItem *fcls, File::EntityId method_id) in CreateForeignMethodItem() 989 for (auto method_id : method_index) { in ReadIndexHeaders() local 1291 File::EntityId method_id = reverse_done.find(method_item)->second; in UpdateCodeAndDebugInfoDependencies() local 1299 File::EntityId method_id = reverse_done.find(method_item)->second; in UpdateCodeAndDebugInfoDependencies() local 1307 File::EntityId method_id = reverse_done.find(method_item)->second; in UpdateCodeAndDebugInfoDependencies() local 1389 File::EntityId method_id = reverse_done.find(method_item)->second; in ComputeLayoutAndUpdateIndices() local [all …]
|
| D | file_reader.h | 144 inline BaseItem *CreateGenericMethodItem(BaseClassItem *class_item, File::EntityId method_id) in CreateGenericMethodItem()
|
| D | debug_info_extractor.h | 86 File::EntityId method_id; member
|
| D | debug_info_extractor.cpp | 242 File::EntityId method_id = mda.GetMethodId(); in Extract() local
|
| /arkcompiler/runtime_core/verification/cache/ |
| D | results_cache.cpp | 129 void VerificationResultCache::CacheResult(uint64_t method_id, bool result) in CacheResult() 140 VerificationResultCache::Status VerificationResultCache::Check(uint64_t method_id) in Check()
|
| /arkcompiler/runtime_core/libpandafile/tests/ |
| D | debug_info_extractor_test.cpp | 271 … File::EntityId method_id, size_t offset) in GetLocalVariableInfoWrapper() 284 …cePairLocation GetSourcePairLocationWrapper(DebugInfoExtractor extractor, File::EntityId method_id, in GetSourcePairLocationWrapper() 359 …auto method_id = GetBreakpointAddressWrapper(extractor, SourcePairLocation {SOURCE_FILE, 14}).firs… variable 374 …auto method_id = GetBreakpointAddressWrapper(extractor, SourcePairLocation {SOURCE_FILE, 16}).firs… variable 390 for (auto const &method_id : methods) { variable
|
| /arkcompiler/runtime_core/runtime/include/tooling/ |
| D | pt_location.h | 28 explicit PtLocation(const char *panda_file, EntityId method_id, uint32_t bytecode_offset) in PtLocation()
|
| /arkcompiler/runtime_core/compiler/optimizer/ir/ |
| D | aot_data.cpp | 52 intptr_t AotData::GetPltSlotOffset(uint64_t pc, uint32_t method_id) in GetPltSlotOffset() 65 intptr_t AotData::GetVirtIndexSlotOffset(uint64_t pc, uint32_t method_id) in GetVirtIndexSlotOffset()
|
| /arkcompiler/runtime_core/runtime/interpreter/ |
| D | runtime_interface.h | 57 static const uint8_t *GetMethodName(const Method *caller, BytecodeId method_id) in GetMethodName() 65 static Class *GetMethodClass(const Method *caller, BytecodeId method_id) in GetMethodClass() 76 static uint32_t GetMethodArgumentsCount(Method *caller, BytecodeId method_id) in GetMethodArgumentsCount()
|
| /arkcompiler/runtime_core/disassembler/ |
| D | disassembler.cpp | 148 void Disassembler::AddMethodToTables(const panda_file::File::EntityId &method_id) in AddMethodToTables() 163 void Disassembler::GetMethod(pandasm::Function *method, const panda_file::File::EntityId &method_id) in GetMethod() 468 …lTable Disassembler::GetExceptions(pandasm::Function *method, panda_file::File::EntityId method_id, in GetExceptions() 992 void Disassembler::GetMethodInfo(const panda_file::File::EntityId &method_id, MethodInfo *method_in… in GetMethodInfo() argument 1550 …::string Disassembler::IDToString(BytecodeInstruction bc_ins, panda_file::File::EntityId method_id, in IDToString() 1613 …List Disassembler::GetInstructions(pandasm::Function *method, panda_file::File::EntityId method_id, in GetInstructions()
|
| /arkcompiler/runtime_core/compiler/code_info/ |
| D | code_info_builder.cpp | 123 void CodeInfoBuilder::BeginInlineInfo(void *method, uint32_t method_id, uint32_t bpc, uint32_t vreg… in BeginInlineInfo()
|
| /arkcompiler/runtime_core/runtime/tests/ |
| D | debugger_test.cpp | 101 panda_file::File::EntityId method_id; in TEST_F() local
|
| /arkcompiler/runtime_core/runtime/tests/interpreter/ |
| D | test_runtime_interface.h | 414 …onst uint8_t *GetMethodName([[maybe_unused]] Method *caller, [[maybe_unused]] BytecodeId method_id) in GetMethodName() 419 …tatic Class *GetMethodClass([[maybe_unused]] Method *caller, [[maybe_unused]] BytecodeId method_id) in GetMethodClass() 424 …2_t GetMethodArgumentsCount([[maybe_unused]] Method *caller, [[maybe_unused]] BytecodeId method_id) in GetMethodArgumentsCount()
|
| /arkcompiler/runtime_core/bytecode_optimizer/tests/ |
| D | runtime_adapter_test.cpp | 192 const auto method_id = adapter.ResolveMethodIndex(main, 0); in TEST() local
|
| /arkcompiler/runtime_core/compiler/aot/ |
| D | aot_headers.h | 76 uint32_t method_id; member
|
| /arkcompiler/runtime_core/bytecode_optimizer/ |
| D | runtime_adapter.h | 193 size_t GetClassIdForMethod([[maybe_unused]] MethodPtr caller, size_t method_id) const override in GetClassIdForMethod()
|
| /arkcompiler/runtime_core/libark_defect_scan_aux/ |
| D | abc_file.cpp | 226 uint32_t method_id = inst.GetImms()[1]; in GetStringByInst() local 958 auto method_id = EntityId(std::get<uint32_t>(value)); in ResolveDefineClassWithBufferInst() local
|
| /arkcompiler/runtime_core/runtime/ |
| D | compiler.h | 251 size_t GetClassIdForMethod(MethodPtr parent_method, size_t method_id) const override in GetClassIdForMethod()
|
| /arkcompiler/runtime_core/compiler/tools/paoc/ |
| D | paoc.cpp | 602 auto method_id = method->GetFileId(); in Compile() local
|
| /arkcompiler/runtime_core/runtime/include/ |
| D | class-inl.h | 521 auto method_id = GetIMTableIndex(method->GetFileId().GetOffset()); in ResolveVirtualMethod() local
|