Home
last modified time | relevance | path

Searched defs:codeInfo (Results 1 - 8 of 8) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
H A Ddisassembly.cpp162 CodeInfo codeInfo; in PrintCodeInfo() local
/arkcompiler/runtime_core/static_core/compiler/tests/
H A Dcode_info_test.cpp64 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 Dcframe.cpp30 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 Dcframe.h174 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 Dstack_walker.h385 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 Dlitecg_codegen.cpp159 const auto &codeInfo = GetCodeInfo(); in CollectAnStackMap() local
/arkcompiler/runtime_core/static_core/compiler/tools/aotdump/
H A Daotdump.cpp301 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 Dcode_info.h179 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

Completed in 6 milliseconds