| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/ |
| H A D | disassembly.cpp | 162 CodeInfo codeInfo; in PrintCodeInfo() local
|
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| H A D | code_info_test.cpp | 64 void EnumerateVRegs(CodeInfo &codeInfo, const StackMap &stackMap, int inlineDepth, Callback callback) in EnumerateVRegs() argument 73 void CompareVRegs(CodeInfo &codeInfo, StackMap stackMap, int inlineInfoIndex, std::array<VRegInfo, N> vregs) in CompareVRegs() argument 100 SingleStackMapDoCheck(CodeInfo &codeInfo, const std::array<VRegInfo, 3U> &vregs) SingleStackMapDoCheck() argument 241 MultipleStackmapsCheck1(CodeInfo &codeInfo, const std::array<VRegInfo, 6U> &vregs, void *methodStub) MultipleStackmapsCheck1() argument 262 MultipleStackmapsCheck2(CodeInfo &codeInfo, const std::array<VRegInfo, 6U> &vregs) MultipleStackmapsCheck2() argument 278 MultipleStackmapsCheck3(CodeInfo &codeInfo) MultipleStackmapsCheck3() argument 290 MultipleStackmapsCheck4(CodeInfo &codeInfo) MultipleStackmapsCheck4() argument [all...] |
| /arkcompiler/runtime_core/static_core/runtime/ |
| H A D | cframe.cpp | 30 interpreter::VRegister CFrame::GetVRegValue(const VRegInfo &vreg, const compiler::CodeInfo &codeInfo, in GetVRegValue() argument 203 void CFrame::Dump(const CodeInfo &codeInfo, std::ostream &os) in Dump() argument
|
| /arkcompiler/runtime_core/static_core/runtime/include/ |
| H A D | cframe.h | 174 inline void GetVRegValue(const VRegInfo &vreg, const compiler::CodeInfo &codeInfo, SlotType **calleeStack, in GetVRegValue() argument 186 inline void GetPackVRegValue(const VRegInfo &vreg, const compiler::CodeInfo &codeInfo, SlotType **calleeStack, in GetPackVRegValue() argument
|
| H A D | stack_walker.h | 385 EnvData(const compiler::CodeInfo::VRegList<Allocator> &vregList, const CFrameType &cframe, const CodeInfo &codeInfo, SlotType **calleeStack) EnvData() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/ |
| H A D | litecg_codegen.cpp | 159 const auto &codeInfo = GetCodeInfo(); in CollectAnStackMap() local
|
| /arkcompiler/runtime_core/static_core/compiler/tools/aotdump/ |
| H A 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) const in PrintCodeArm64() argument 353 void PrintCodeX8664(const char *prefix, const CodeInfo &codeInfo, cons argument 394 PrintStackmap(const char *prefix, const CodeInfo &codeInfo, const StackMap &stackmap, Arch arch, const PandaFileHelper &pfile) const PrintStackmap() argument [all...] |
| /arkcompiler/runtime_core/static_core/compiler/code_info/ |
| H A 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() argument
|