Home
last modified time | relevance | path

Searched defs:method_id (Results 1 - 17 of 17) sorted by relevance

/arkcompiler/runtime_core/libpandafile/
H A Dmethod_data_accessor.cpp20 MethodDataAccessor::MethodDataAccessor(const File &panda_file, File::EntityId method_id) in MethodDataAccessor() argument
H A Dindex_accessor.h27 IndexAccessor(const File &pf, File::EntityId method_id) in IndexAccessor() argument
H A Ddebug_info_extractor.h86 File::EntityId method_id; member
H A Dfile_reader.h149 inline BaseItem *CreateGenericMethodItem(BaseClassItem *class_item, File::EntityId method_id) in CreateGenericMethodItem() argument
H A Dmethod_data_accessor-inl.h27 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 Dfile_reader.cpp659 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 Dabc_code_converter.cpp23 std::string AbcCodeConverter::IDToString(BytecodeInstruction bc_ins, panda_file::File::EntityId method_id, in IDToString() argument
H A Dabc2program_entity_container.cpp60 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 Dcollect_util.cpp118 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 Druntime_adapter_test.cpp192 const auto method_id = adapter.ResolveMethodIndex(main, 0); in TEST() local
/arkcompiler/runtime_core/verifier/tests/
H A Dverify_constant_pool_tests.cpp83 std::vector<uint8_t> method_id = method_id_in_test_constant_pool; in HWTEST_F() local
/arkcompiler/runtime_core/verifier/
H A Dverifier.h48 const panda_file::File::EntityId &method_id; member
H A Dverifier.cpp103 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 Dabc_code_processor.cpp23 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 Disapi.rb
/arkcompiler/runtime_core/libpandafile/tests/
H A Ddebug_info_extractor_test.cpp284 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 Ddisassembler.cpp167 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...]

Completed in 11 milliseconds