Home
last modified time | relevance | path

Searched defs:stackmap (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/
Dosr.cpp69 auto stackmap = codeInfo.FindOsrStackMap(loopHeadBc); in OsrEntry() local
118 auto stackmap = codeInfo.FindOsrStackMap(bcOffset); in PrepareOsrEntry() local
/arkcompiler/runtime_core/static_core/compiler/tools/aotdump/
Daotdump.cpp336 auto stackmap = codeInfo.FindStackMapForNativePc(pc, Arch::AARCH64); in PrintCodeArm64() local
380 auto stackmap = codeInfo.FindStackMapForNativePc(pos, Arch::X86_64); in PrintCodeX8664() local
391 …ckmap(std::ostream &stream, const char *prefix, const CodeInfo &codeInfo, const StackMap &stackmap, in PrintStackmap()
/arkcompiler/runtime_core/compiler/tests/
Dcode_info_test.cpp271 auto stackmap = code_info.FindStackMapForNativePc(20); in TEST_F() local
/arkcompiler/runtime_core/static_core/compiler/tests/
Dcode_info_test.cpp273 auto stackmap = codeInfo.FindStackMapForNativePc(20U); in TEST_F() local
/arkcompiler/runtime_core/static_core/compiler/code_info/
Dcode_info.h261 std::variant<void *, uint32_t> GetMethod(const StackMap &stackmap, int inlineDepth) in GetMethod()
/arkcompiler/ets_runtime/ecmascript/stackmap/
Dark_stackmap_builder.cpp114 auto &stackmap = stackmaps.at(j); in SaveArkStackMap() local