Home
last modified time | relevance | path

Searched refs:GetCodeId (Results 1 – 20 of 20) sorted by relevance

/arkcompiler/runtime_core/bytecode_optimizer/
Druntime_adapter.h60 panda_file::CodeDataAccessor cda(panda_file_, mda.GetCodeId().value()); in GetMethodTotalArgumentsCount()
78 panda_file::CodeDataAccessor cda(panda_file_, mda.GetCodeId().value()); in GetMethodRegistersCount()
88 panda_file::CodeDataAccessor cda(panda_file_, mda.GetCodeId().value()); in GetMethodCode()
98 panda_file::CodeDataAccessor cda(panda_file_, mda.GetCodeId().value()); in GetMethodCodeSize()
/arkcompiler/runtime_core/tests/fuzztest/debuginfodataaccessor_fuzzer/
Ddebuginfodataaccessor_fuzzer.cpp35 auto value = mda.GetCodeId(); in DebugInfoDataAccessorFuzzTest()
/arkcompiler/runtime_core/tests/fuzztest/codedataaccessor_fuzzer/
Dcodedataaccessor_fuzzer.cpp36 auto value = mda.GetCodeId(); in CodeDataAccessorFuzzTest()
/arkcompiler/ets_runtime/ecmascript/debugger/
Djs_pt_method.h60 auto codeId = mda.GetCodeId().value(); in GetCodeSize()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dmethod_literal.cpp37 auto codeId = mda.GetCodeId().value(); in Initialize()
144 auto codeId = mda.GetCodeId().value(); in GetCodeSize()
Dpanda_file_translator.cpp84 auto codeId = mda.GetCodeId(); in TranslateClasses()
/arkcompiler/runtime_core/libpandafile/
Dcode_data_accessor.h166 File::EntityId GetCodeId() in GetCodeId() function
Dmethod_data_accessor-inl.h64 GetCodeId(); in SkipCode()
107 inline std::optional<File::EntityId> MethodDataAccessor::GetCodeId() in GetCodeId() function
Dmethod_data_accessor.h116 std::optional<File::EntityId> GetCodeId();
Dfile_reader.cpp662 auto code_id = method_acc.GetCodeId(); in CreateMethodItem()
/arkcompiler/ets_runtime/ecmascript/
Dmethod.cpp77 panda_file::CodeDataAccessor cda(*pandaFile, mda.GetCodeId().value()); in FindCatchBlock()
/arkcompiler/runtime_core/assembler/tests/
Demitter_test.cpp106 ASSERT_TRUE(mda.GetCodeId().has_value()); in TEST()
108 panda_file::CodeDataAccessor cdacc(*pf, mda.GetCodeId().value()); in TEST()
225 panda_file::CodeDataAccessor cdacc(*pf, mda.GetCodeId().value()); in TEST()
315 panda_file::CodeDataAccessor cdacc(*pf, mda.GetCodeId().value()); in TEST()
786 panda_file::CodeDataAccessor cda_f(*pf, mda_f.GetCodeId().value()); in TEST()
Dassembler_emitter_test.cpp146 EXPECT_TRUE(mda.GetCodeId().has_value()); in __anon9d5bb8020402()
148 panda_file::CodeDataAccessor cdacc(*pf, mda.GetCodeId().value()); in __anon9d5bb8020402()
256 panda_file::CodeDataAccessor cdacc(*pf, mda.GetCodeId().value()); in __anon9d5bb8020902()
370 panda_file::CodeDataAccessor cdacc(*pf, mda.GetCodeId().value()); in __anon9d5bb8020a02()
/arkcompiler/runtime_core/disassembler/
Ddisassembler.cpp182 if (method_accessor.GetCodeId().has_value()) { in GetMethod()
183 … const IdList id_list = GetInstructions(method, method_id, method_accessor.GetCodeId().value()); in GetMethod()
1002 if (method_accessor.GetCodeId().has_value()) { in GetMethodInfo()
1004 << method_accessor.GetCodeId().value(); in GetMethodInfo()
1006 GetInsInfo(method_accessor.GetCodeId().value(), method_info); in GetMethodInfo()
1013 if (method_accessor.GetCodeId()) { in GetMethodInfo()
1019 panda_file::CodeDataAccessor codeda(*file_, method_accessor.GetCodeId().value()); in GetMethodInfo()
/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
Dir_builder.cpp105 panda_file::CodeDataAccessor cda(*panda_file, mda.GetCodeId().value()); in CheckMethodLimitations()
268 panda_file::CodeDataAccessor cda(*panda_file, mda.GetCodeId().value()); in CreateTryCatchBoundariesBlocks()
/arkcompiler/runtime_core/libpandafile/tests/
Dfile_item_container_test.cpp381 EXPECT_FALSE(data_accessor.GetCodeId().has_value()); in __anon1a961e180802()
445 auto code_id = data_accessor.GetCodeId(); in __anon1a961e180b02()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dts_inline_lowering.cpp154 panda_file::CodeDataAccessor cda(*pf, mda.GetCodeId().value()); in FilterInlinedMethod()
Dbytecode_info_collector.cpp112 auto codeId = mda.GetCodeId(); in ProcessClasses()
Dbytecode_circuit_builder.cpp107 panda_file::CodeDataAccessor cda(*pf, mda.GetCodeId().value()); in CollectTryCatchBlockInfo()
/arkcompiler/runtime_core/libark_defect_scan_aux/
Dabc_file.cpp466 panda_file::CodeDataAccessor cda {*panda_file_, mda.GetCodeId().value()}; in InitializeAllDefinedFunction()