Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/libpandafile/
Dcode_data_accessor.cpp37 CodeDataAccessor::CodeDataAccessor(const File &pandaFile, File::EntityId codeId) in CodeDataAccessor()
52 const uint8_t *CodeDataAccessor::GetInstructions(const File &pf, File::EntityId codeId) in GetInstructions()
Dcode_data_accessor-inl.h63 inline uint32_t CodeDataAccessor::GetNumVregs(const File &pf, File::EntityId codeId) in GetNumVregs()
72 inline const uint8_t *CodeDataAccessor::GetInstructions(const File &pf, File::EntityId codeId, uint… in GetInstructions()
Dfile_reader.cpp607 void FileReader::SetMethodCodeIfPresent(std::optional<File::EntityId> &codeId, MethodItem *methodIt… in SetMethodCodeIfPresent()
701 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/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
265 …odeProcessor::GetExceptions(panda_file::File::EntityId methodId, panda_file::File::EntityId codeId) in GetExceptions()
/arkcompiler/ets_runtime/ecmascript/jit/
Djit_dfx.cpp107 auto codeId = mda.GetCodeId(); in DumpBytecodeInst() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecode_info_collector.cpp101 auto codeId = mda.GetCodeId(); in ProcessClasses() local
148 auto codeId = mda.GetCodeId(); in ProcessMethod() 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/tooling/inspector/
Ddebug_info_cache.cpp102 if (auto codeId = mda.GetCodeId()) { in GetContinueToLocations() 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.cpp396 auto codeId = methodDataAccessor->GetCodeId(); in LoadMethod() local
/arkcompiler/runtime_core/static_core/disassembler/
Ddisassembler.cpp100 …ssembler::GetInsInfo(panda_file::MethodDataAccessor &mda, const panda_file::File::EntityId &codeId, in GetInsInfo() argument
1931 panda_file::File::EntityId codeId) in TranslateImmToLabel()
1980 panda_file::File::EntityId codeId) in GetInstructions()
/arkcompiler/ets_runtime/ecmascript/patch/
Dpatch_loader.cpp525 auto codeId = mda.GetCodeId(); in CollectClassInfo() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
Dir_builder.cpp722 auto codeId = mda.GetCodeId(); in RunImpl() local
/arkcompiler/runtime_core/static_core/runtime/tooling/
Ddebugger.cpp76 auto codeId = mda.GetCodeId(); in CheckLocationInClass() local
/arkcompiler/runtime_core/static_core/libpandafile/tests/
Dfile_item_container_test.cpp390 auto codeId = dataAccessor.GetCodeId(); in TEST() local
/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/
Djs_stackinfo.cpp475 auto codeId = mda.GetCodeId(); in ReadMethodInfo() local