Home
last modified time | relevance | path

Searched defs:codeId (Results 1 – 22 of 22) sorted by relevance

/arkcompiler/runtime_core/static_core/libpandafile/
Dcode_data_accessor.cpp38 CodeDataAccessor::CodeDataAccessor(const File &pandaFile, File::EntityId codeId) in CodeDataAccessor()
53 const uint8_t *CodeDataAccessor::GetInstructions(const File &pf, File::EntityId codeId) in GetInstructions()
Dcode_data_accessor-inl.h84 inline uint32_t CodeDataAccessor::GetNumVregs(const File &pf, File::EntityId codeId) in GetNumVregs()
93 inline const uint8_t *CodeDataAccessor::GetInstructions(const File &pf, File::EntityId codeId, uint… in GetInstructions()
Dfile_reader.cpp611 void FileReader::SetMethodCodeIfPresent(std::optional<File::EntityId> &codeId, MethodItem *methodIt… in SetMethodCodeIfPresent()
705 auto codeId = methodAcc.GetCodeId(); in CreateMethodItem() local
/arkcompiler/ets_runtime/ecmascript/debugger/
Djs_pt_method.h60 auto codeId = mda.GetCodeId().value(); in GetCodeSize() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dmethod_literal.cpp40 auto codeId = mda.GetCodeId().value(); in Initialize() local
205 auto codeId = mda.GetCodeId().value(); in GetCodeSize() local
Dpanda_file_translator.cpp77 auto codeId = mda.GetCodeId(); in TranslateClasses() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecode_info_collector.cpp103 auto codeId = mda.GetCodeId(); in ProcessClasses() local
136 auto codeId = mda.GetCodeId(); in ProcessMethodForJIT() local
193 auto codeId = mda.GetCodeId(); in ProcessMethod() local
/arkcompiler/runtime_core/static_core/abc2program/
Dabc_method_processor.cpp69 std::optional<panda_file::File::EntityId> codeId = methodDataAccessor_->GetCodeId(); in GetMethodCode() local
Dabc_code_processor.cpp70 panda_file::File::EntityId codeId; member
267 …odeProcessor::GetExceptions(panda_file::File::EntityId methodId, panda_file::File::EntityId codeId) in GetExceptions()
/arkcompiler/runtime_core/static_core/runtime/tooling/backtrace/
Dbacktrace.cpp116 auto codeId = mda.GetCodeId(); in ReadMethodInfo() local
/arkcompiler/ets_runtime/ecmascript/jit/
Djit_dfx.cpp108 auto codeId = mda.GetCodeId(); in DumpBytecodeInst() local
/arkcompiler/runtime_core/static_core/runtime/tests/
Ddebugger_test.cpp190 panda_file::File::EntityId codeId; in TEST_F() local
/arkcompiler/runtime_core/static_core/runtime/
Dmethod.cpp195panda_file::File::EntityId codeId, uint32_t accessFlags, uint32_t numArgs, const uint16_t *shorty) in Method()
Dclass_linker.cpp420 auto codeId = methodDataAccessor->GetCodeId(); in LoadMethod() local
/arkcompiler/toolchain/tooling/static/debugger/
Ddebug_info_cache.cpp126 if (auto codeId = mda.GetCodeId()) { in GetContinueToLocations() local
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/debugger/
Ddebug_info_cache.cpp128 if (auto codeId = mda.GetCodeId()) { in GetContinueToLocations() local
/arkcompiler/runtime_core/static_core/disassembler/
Ddisassembler.cpp102 …ssembler::GetInsInfo(panda_file::MethodDataAccessor &mda, const panda_file::File::EntityId &codeId, in GetInsInfo() argument
1934 panda_file::File::EntityId codeId) in TranslateImmToLabel()
1985 panda_file::File::EntityId codeId) in GetInstructions()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
Dir_builder.cpp726 auto codeId = mda.GetCodeId(); in RunImpl() local
/arkcompiler/ets_runtime/ecmascript/patch/
Dpatch_loader.cpp538 auto codeId = mda.GetCodeId(); in CollectClassInfo() local
/arkcompiler/runtime_core/static_core/runtime/tooling/
Ddebugger.cpp76 auto codeId = mda.GetCodeId(); in CheckLocationInClass() local
/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/
Djs_stackinfo.cpp443 auto codeId = mda.GetCodeId(); in ReadMethodInfo() local
/arkcompiler/runtime_core/static_core/libpandafile/tests/
Dfile_item_container_test.cpp391 auto codeId = dataAccessor.GetCodeId(); in TEST() local