| /arkcompiler/runtime_core/libpandafile/ |
| H A D | method_data_accessor.cpp | 20 MethodDataAccessor::MethodDataAccessor(const File &panda_file, File::EntityId method_id) in MethodDataAccessor() argument
|
| H A D | index_accessor.h | 27 IndexAccessor(const File &pf, File::EntityId method_id) in IndexAccessor() argument
|
| H A D | debug_info_extractor.h | 86 File::EntityId method_id; member
|
| H A D | file_reader.h | 149 inline BaseItem *CreateGenericMethodItem(BaseClassItem *class_item, File::EntityId method_id) in CreateGenericMethodItem() argument
|
| H A D | method_data_accessor-inl.h | 27 inline File::EntityId MethodDataAccessor::GetNameId(const File &panda_file, File::EntityId method_id) in GetNameId() argument 35 inline panda_file::File::StringData MethodDataAccessor::GetName(const File &panda_file, File::EntityId method_id) in GetName() argument 41 inline File::EntityId MethodDataAccessor::GetProtoId(const File &panda_file, File::EntityId method_id) in GetProtoId() argument 50 inline File::EntityId MethodDataAccessor::GetClassId(const File &panda_file, File::EntityId method_id) in GetClassId() argument [all...] |
| H A D | file_reader.cpp | 659 CreateMethodItem(ClassItem *cls, File::EntityId method_id) CreateMethodItem() argument 815 CreateForeignMethodItem(BaseClassItem *fcls, File::EntityId method_id) CreateForeignMethodItem() argument 1291 File::EntityId method_id = reverse_done.find(method_item)->second; AddIndexDependencyInstFlag() local 1299 File::EntityId method_id = reverse_done.find(method_item)->second; AddIndexDependencyInstFlag() local 1307 File::EntityId method_id = reverse_done.find(method_item)->second; AddIndexDependencyInstFlag() local 1365 File::EntityId method_id = reverse_done.find(method_item)->second; UpdateIdInstFlag() local 1374 File::EntityId method_id = reverse_done.find(method_item)->second; UpdateIdInstFlag() local 1383 File::EntityId method_id = reverse_done.find(method_item)->second; UpdateIdInstFlag() local [all...] |
| /arkcompiler/runtime_core/abc2program/common/ |
| H A D | abc_code_converter.cpp | 23 std::string AbcCodeConverter::IDToString(BytecodeInstruction bc_ins, panda_file::File::EntityId method_id, in IDToString() argument
|
| H A D | abc2program_entity_container.cpp | 60 std::string Abc2ProgramEntityContainer::GetFullMethodNameById(const panda_file::File::EntityId &method_id) in GetFullMethodNameById() argument 72 std::string Abc2ProgramEntityContainer::ConcatFullMethodNameById(const panda_file::File::EntityId &method_id) in ConcatFullMethodNameById() argument
|
| /arkcompiler/runtime_core/libpandafile/util/ |
| H A D | collect_util.cpp | 118 GetLiteralArrayIdInBytecodeInst( const panda_file::File &file_, panda_file::File::EntityId method_id, panda::BytecodeInst<BytecodeInstMode::FAST> bc_ins) GetLiteralArrayIdInBytecodeInst() argument
|
| /arkcompiler/runtime_core/bytecode_optimizer/tests/ |
| H A D | runtime_adapter_test.cpp | 192 const auto method_id = adapter.ResolveMethodIndex(main, 0); in TEST() local
|
| /arkcompiler/runtime_core/verifier/tests/ |
| H A D | verify_constant_pool_tests.cpp | 83 std::vector<uint8_t> method_id = method_id_in_test_constant_pool; in HWTEST_F() local
|
| /arkcompiler/runtime_core/verifier/ |
| H A D | verifier.h | 48 const panda_file::File::EntityId &method_id; member
|
| H A D | verifier.cpp | 103 const panda_file::File::EntityId method_id = panda_file::File::EntityId(id); in VerifyRegisterIndex() local 209 bool Verifier::CheckConstantPoolActions(const verifier::ActionType type, panda_file::File::EntityId method_id) in CheckConstantPoolActions() argument 225 bool Verifier::CollectIdInInstructions(const panda_file::File::EntityId &method_id) in CollectIdInInstructions() argument 371 LOG(ERROR, VERIFIER) << "Fail to verify method id. method_id(0x" << std::hex << method_id << ")!"; VerifyMethodId() local 435 const auto method_id = panda_file::File::EntityId(id).GetOffset(); VerifyMethodIdInLiteralArray() local 765 VerifySlotNumber(panda_file::MethodDataAccessor &method_accessor, const uint32_t &slot_number, const panda_file::File::EntityId &method_id) VerifySlotNumber() argument 804 auto method_id = infos.method_id; VerifyMethodInstructions() local 815 << method_id VerifyMethodInstructions() local 824 << method_id VerifyMethodInstructions() local 848 CheckConstantPoolMethodContent(const panda_file::File::EntityId &method_id) CheckConstantPoolMethodContent() argument [all...] |
| /arkcompiler/runtime_core/abc2program/ |
| H A D | abc_code_processor.cpp | 23 AbcCodeProcessor(panda_file::File::EntityId entity_id, Abc2ProgramEntityContainer &entity_container, panda_file::File::EntityId method_id, pandasm::Function &function) AbcCodeProcessor() argument
|
| /arkcompiler/runtime_core/isa/ |
| H A D | isapi.rb | |
| /arkcompiler/runtime_core/libpandafile/tests/ |
| H A D | debug_info_extractor_test.cpp | 284 static SourcePairLocation GetSourcePairLocationWrapper(DebugInfoExtractor extractor, File::EntityId method_id, in GetSourcePairLocationWrapper() argument 359 auto method_id in HWTEST_F() local 270 GetLocalVariableInfoWrapper(DebugInfoExtractor extractor, File::EntityId method_id, size_t offset) GetLocalVariableInfoWrapper() argument 374 auto method_id = GetBreakpointAddressWrapper(extractor, SourcePairLocation {SOURCE_FILE, 16}).first; HWTEST_F() local [all...] |
| /arkcompiler/runtime_core/disassembler/ |
| H A D | disassembler.cpp | 167 void Disassembler::AddMethodToTables(const panda_file::File::EntityId &method_id) in AddMethodToTables() argument 183 void Disassembler::GetMethod(pandasm::Function *method, const panda_file::File::EntityId &method_id) in GetMethod() argument 185 LOG(DEBUG, DISASSEMBLER) << "\n[getting method]\nid: " << method_id << " (0x" << std::hex << method_id << ")"; in GetMethod() local 210 LOG(ERROR, DISASSEMBLER) << "> error encountered at " << method_id << " (0x" << std::hex << method_id GetMethod() local 592 GetMethodAnnotations(pandasm::Function &method, const panda_file::File::EntityId &method_id) GetMethodAnnotations() argument 773 GetExceptions(pandasm::Function *method, panda_file::File::EntityId method_id, panda_file::File::EntityId code_id) const GetExceptions() argument 951 LOG(DEBUG, DISASSEMBLER) << "[getting metadata]\\nmethod id: " << method_id << " (0x" << std::hex << method_id GetMetaData() local 1331 GetMethodInfo(const panda_file::File::EntityId &method_id, MethodInfo *method_info) const GetMethodInfo() argument 2130 IDToString(BytecodeInstruction bc_ins, panda_file::File::EntityId method_id, size_t idx) const IDToString() argument 2192 GetInstructions(pandasm::Function *method, panda_file::File::EntityId method_id, panda_file::File::EntityId code_id) const GetInstructions() argument [all...] |