| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| D | code_info_test.cpp | 64 …void EnumerateVRegs(CodeInfo &codeInfo, const StackMap &stackMap, int inlineDepth, Callback callba… in EnumerateVRegs() 73 …void CompareVRegs(CodeInfo &codeInfo, StackMap stackMap, int inlineInfoIndex, std::array<VRegInfo,… in CompareVRegs() 100 void CodeInfoTest::SingleStackMapDoCheck(CodeInfo &codeInfo, const std::array<VRegInfo, 3U> &vregs) in SingleStackMapDoCheck() 175 CodeInfo codeInfo(data.data()); in TEST_F() local 241 void CodeInfoTest::MultipleStackmapsCheck1(CodeInfo &codeInfo, const std::array<VRegInfo, 6U> &vreg… in MultipleStackmapsCheck1() 262 void CodeInfoTest::MultipleStackmapsCheck2(CodeInfo &codeInfo, const std::array<VRegInfo, 6U> &vreg… in MultipleStackmapsCheck2() 278 void CodeInfoTest::MultipleStackmapsCheck3(CodeInfo &codeInfo) in MultipleStackmapsCheck3() 290 void CodeInfoTest::MultipleStackmapsCheck4(CodeInfo &codeInfo) in MultipleStackmapsCheck4() 321 CodeInfo codeInfo(data.data()); in TEST_F() local 344 CodeInfo codeInfo(data.data()); in TEST_F() local
|
| /arkcompiler/runtime_core/static_core/compiler/tools/aotdump/ |
| D | aotdump.cpp | 301 auto codeInfo = aotPandaFile.GetMethodCodeInfo(&methodHeader); in DumpMethodHeader() local 308 void PrintCode(const char *prefix, const CodeInfo &codeInfo, const PandaFileHelper &pfile) const in PrintCode() argument 327 …void PrintCodeArm64(const char *prefix, const CodeInfo &codeInfo, const PandaFileHelper &pfile) co… in PrintCodeArm64() argument 353 …void PrintCodeX8664(const char *prefix, const CodeInfo &codeInfo, const PandaFileHelper &pfile) co… in PrintCodeX8664() argument 394 …void PrintStackmap(const char *prefix, const CodeInfo &codeInfo, const StackMap &stackmap, Arch ar… in PrintStackmap()
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | osr.cpp | 68 CodeInfo codeInfo(CodeInfo::GetCodeOriginFromEntryPoint(osrCode)); in OsrEntry() local 135 CodeInfo codeInfo(CodeInfo::GetCodeOriginFromEntryPoint(osrCode)); in PrepareOsrEntry() local
|
| D | cframe.cpp | 30 …terpreter::VRegister CFrame::GetVRegValue(const VRegInfo &vreg, const compiler::CodeInfo &codeInfo, in GetVRegValue() 203 void CFrame::Dump(const CodeInfo &codeInfo, std::ostream &os) in Dump()
|
| /arkcompiler/runtime_core/static_core/runtime/include/ |
| D | cframe.h | 174 …inline void GetVRegValue(const VRegInfo &vreg, const compiler::CodeInfo &codeInfo, SlotType **call… in GetVRegValue() 186 …inline void GetPackVRegValue(const VRegInfo &vreg, const compiler::CodeInfo &codeInfo, SlotType **… in GetPackVRegValue()
|
| D | stack_walker.h | 386 const CodeInfo &codeInfo, SlotType **calleeStack) in EnvData()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/ |
| D | disassembly.cpp | 162 CodeInfo codeInfo; in PrintCodeInfo() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/ |
| D | litecg_codegen.cpp | 150 const auto &codeInfo = GetCodeInfo(); in CollectAnStackMap() local
|
| /arkcompiler/runtime_core/static_core/compiler/code_info/ |
| D | code_info.h | 179 auto codeInfo = Span<const uint8_t>(&data_[prefix->codeInfoOffset], prefix->codeInfoSize); in CodeInfo() local 198 void Decode(Span<const uint8_t> codeInfo) in Decode()
|
| /arkcompiler/runtime_core/static_core/compiler/ |
| D | compile_method.cpp | 173 CodeInfo codeInfo(generatedData); in GetEntryPoint() local
|
| /arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/ |
| D | js_stackinfo.cpp | 623 auto codeInfo = JSStackTrace::TranslateByteCodePc(realOffset + pfBasePtr, methodInfos); in ArkParseJsFrameInfo() local 1245 auto codeInfo = TranslateByteCodePc(byteCodePc, infos); in GetJsFrameInfo() local
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/ |
| D | llvm_aot_compiler.cpp | 619 ArenaVector<uint8_t> codeInfo(allocator.Adapter()); in AdaptCode() local
|