Home
last modified time | relevance | path

Searched defs:codeId (Results 1 - 16 of 16) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/symbol/
H A Dsymbol_source_info.cpp20 SymbolSourceInfo::SymbolSourceInfo(std::uint32_t codeId) in SymbolSourceInfo() argument
/arkcompiler/runtime_core/static_core/libpandafile/
H A Dcode_data_accessor-inl.h63 inline uint32_t CodeDataAccessor::GetNumVregs(const File &pf, File::EntityId codeId) in GetNumVregs() argument
72 inline const uint8_t *CodeDataAccessor::GetInstructions(const File &pf, File::EntityId codeId, uint32_t *vregs) in GetInstructions() argument
H A Dcode_data_accessor.cpp37 CodeDataAccessor::CodeDataAccessor(const File &pandaFile, File::EntityId codeId) in CodeDataAccessor() argument
52 const uint8_t *CodeDataAccessor::GetInstructions(const File &pf, File::EntityId codeId) in GetInstructions() argument
H A Dfile_reader.cpp607 void FileReader::SetMethodCodeIfPresent(std::optional<File::EntityId> &codeId, MethodItem *methodItem, in SetMethodCodeIfPresent() argument
701 auto codeId = methodAcc.GetCodeId(); in CreateMethodItem() local
/arkcompiler/ets_runtime/ecmascript/debugger/
H A Djs_pt_method.h60 auto codeId = mda.GetCodeId().value(); in GetCodeSize() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/
H A Dmethod_literal.cpp37 auto codeId = mda.GetCodeId().value(); in Initialize() local
184 auto codeId = mda.GetCodeId().value(); in GetCodeSize() local
/arkcompiler/runtime_core/static_core/abc2program/
H A Dabc_method_processor.cpp69 std::optional<panda_file::File::EntityId> codeId = methodDataAccessor_->GetCodeId(); in GetMethodCode() local
H A Dabc_code_processor.cpp70 panda_file::File::EntityId codeId; member
265 LabelTable AbcCodeProcessor::GetExceptions(panda_file::File::EntityId methodId, panda_file::File::EntityId codeId) in GetExceptions() argument
267 LOG(DEBUG, ABC2PROGRAM) << "[getting exceptions]\ncode id: " << codeId << " (0x" << std::hex << codeId << ")"; in GetExceptions() local
/arkcompiler/runtime_core/static_core/runtime/tests/
H A Ddebugger_test.cpp190 panda_file::File::EntityId codeId; in TEST_F() local
/arkcompiler/ets_runtime/ecmascript/jit/
H A Djit_dfx.cpp107 auto codeId = mda.GetCodeId(); in DumpBytecodeInst() local
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dbytecode_info_collector.cpp151 auto codeId = mda.GetCodeId(); in ProcessMethod() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
H A Dir_builder.cpp722 auto codeId = mda.GetCodeId(); in RunImpl() local
/arkcompiler/runtime_core/static_core/runtime/
H A Dmethod.cpp194 Method(Class *klass, const panda_file::File *pf, panda_file::File::EntityId fileId, panda_file::File::EntityId codeId, uint32_t accessFlags, uint32_t numArgs, const uint16_t *shorty) Method() argument
H A Dclass_linker.cpp396 auto codeId = methodDataAccessor->GetCodeId(); in LoadMethod() local
/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/
H A Djs_stackinfo.cpp515 auto codeId = mda.GetCodeId(); in ReadMethodInfo() local
/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
676 LOG(DEBUG, DISASSEMBLER) << "[getting exceptions]\ncode id: " << codeId << " (0x" << std::hex << codeId << ")"; in GetExceptions() local
1739 TranslateImmToLabel(pandasm::Ins *paIns, LabelTable *labelTable, const uint8_t *insArr, BytecodeInstruction bcIns, BytecodeInstruction bcInsLast, panda_file::File::EntityId codeId) TranslateImmToLabel() argument
1789 GetInstructions(pandasm::Function *method, panda_file::File::EntityId methodId, panda_file::File::EntityId codeId) GetInstructions() argument
[all...]

Completed in 18 milliseconds