| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/symbol/ |
| H A D | symbol_source_info.cpp | 20 SymbolSourceInfo::SymbolSourceInfo(std::uint32_t codeId) in SymbolSourceInfo() argument
|
| /arkcompiler/runtime_core/static_core/libpandafile/ |
| H A D | code_data_accessor-inl.h | 63 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 D | code_data_accessor.cpp | 37 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 D | file_reader.cpp | 607 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 D | js_pt_method.h | 60 auto codeId = mda.GetCodeId().value(); in GetCodeSize() local
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| H A D | method_literal.cpp | 37 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 D | abc_method_processor.cpp | 69 std::optional<panda_file::File::EntityId> codeId = methodDataAccessor_->GetCodeId(); in GetMethodCode() local
|
| H A D | abc_code_processor.cpp | 70 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 D | debugger_test.cpp | 190 panda_file::File::EntityId codeId; in TEST_F() local
|
| /arkcompiler/ets_runtime/ecmascript/jit/ |
| H A D | jit_dfx.cpp | 107 auto codeId = mda.GetCodeId(); in DumpBytecodeInst() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | bytecode_info_collector.cpp | 151 auto codeId = mda.GetCodeId(); in ProcessMethod() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/ |
| H A D | ir_builder.cpp | 722 auto codeId = mda.GetCodeId(); in RunImpl() local
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| H A D | method.cpp | 194 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 D | class_linker.cpp | 396 auto codeId = methodDataAccessor->GetCodeId(); in LoadMethod() local
|
| /arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/ |
| H A D | js_stackinfo.cpp | 515 auto codeId = mda.GetCodeId(); in ReadMethodInfo() local
|
| /arkcompiler/runtime_core/static_core/disassembler/ |
| H A D | disassembler.cpp | 98 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...] |