Home
last modified time | relevance | path

Searched defs:mda (Results 1 - 13 of 13) sorted by relevance

/arkcompiler/runtime_core/static_core/bytecode_optimizer/
H A Druntime_adapter.cpp21 bool BytecodeOptimizerRuntimeAdapter::IsEqual(panda_file::MethodDataAccessor mda, in IsEqual() argument
H A Doptimize_bytecode.cpp253 OptimizeFunction(pandasm::Program *prog, const pandasm::AsmEmitter::PandaFileToPandaAsmMaps *maps, const panda_file::MethodDataAccessor &mda, bool isDynamic, SourceLanguage lang) OptimizeFunction() argument
/arkcompiler/runtime_core/static_core/libpandafile/
H A Ddebug_helpers.cpp20 size_t GetLineNumber(ark::panda_file::MethodDataAccessor mda, uint32_t bcOffset, in GetLineNumber() argument
H A Ddebug_info_extractor.cpp183 EnumerateParameters( const File *pf, ProtoDataAccessor &pda, DebugInfoDataAccessor &dda, MethodDataAccessor &mda, ClassDataAccessor &cda) EnumerateParameters() argument
/arkcompiler/runtime_core/libpandafile/
H A Ddebug_helpers.h140 inline size_t GetLineNumber(panda::panda_file::MethodDataAccessor mda, uint32_t bc_offset, in GetLineNumber() argument
H A Ddebug_info_extractor.cpp183 void ExtractMethodParams(const File *pf, DebugInfoDataAccessor &dda, ProtoDataAccessor &pda, MethodDataAccessor &mda, in ExtractMethodParams() argument
/arkcompiler/runtime_core/static_core/plugins/ets/arkts_header/
H A Dheader_writer.cpp82 bool HeaderWriter::CheckOverloading(panda_file::ClassDataAccessor &cda, panda_file::MethodDataAccessor &mda) in CheckOverloading() argument
107 void HeaderWriter::PrintPrototype(const std::string &className, panda_file::MethodDataAccessor &mda, bool isOverloaded) in PrintPrototype() argument
[all...]
/arkcompiler/runtime_core/bytecode_optimizer/
H A Doptimize_bytecode.cpp265 AnalysisModuleRecordInfoOfModuleDataAccessor(const panda_file::File &pfile, panda_file::ModuleDataAccessor &mda, BytecodeAnalysisResult &result) AnalysisModuleRecordInfoOfModuleDataAccessor() argument
430 OptimizeFunction(pandasm::Program *prog, const pandasm::AsmEmitter::PandaFileToPandaAsmMaps *maps, const panda_file::MethodDataAccessor &mda, bool is_dynamic) OptimizeFunction() argument
[all...]
/arkcompiler/runtime_core/static_core/runtime/
H A Dcompiler.h251 auto mda = panda_file::MethodDataAccessor(*MethodCast(method)->GetPandaFile(), MethodCast(method)->GetFileId()); variable
257 auto mda = panda_file::MethodDataAccessor(*MethodCast(parentMethod)->GetPandaFile(), variable
/arkcompiler/runtime_core/static_core/runtime/include/
H A Dvtable_builder_base.h39 MethodInfo(const panda_file::MethodDataAccessor &mda, size_t index, ClassLinkerContext *ctx) in MethodInfo() argument
/arkcompiler/ets_frontend/ets2panda/evaluate/debugInfoDeserialization/
H A DmethodBuilder.cpp34 ArenaVector<ir::TypeNode *> GetFunctionParameters(checker::ETSChecker *checker, panda_file::MethodDataAccessor &mda) in GetFunctionParameters() argument
76 MethodBuilder::MethodBuilder(checker::ETSChecker *checker, panda_file::MethodDataAccessor &mda, in MethodBuilder() argument
/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/
H A Djs_stackinfo.cpp512 std::optional<MethodInfo> JSStackTrace::ReadMethodInfo(panda_file::MethodDataAccessor &mda) in ReadMethodInfo() argument
/arkcompiler/runtime_core/static_core/disassembler/
H A Ddisassembler.cpp98 void Disassembler::GetInsInfo(panda_file::MethodDataAccessor &mda, const panda_file::File::EntityId &codeId, in GetInsInfo() argument

Completed in 13 milliseconds