Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/runtime/
Dosr.cpp66 auto stackmap = code_info.FindOsrStackMap(loop_head_bc); in OsrEntry() local
106 auto stackmap = code_info.FindOsrStackMap(bc_offset); in PrepareOsrEntry() local
/arkcompiler/runtime_core/compiler/tools/aotdump/
Daotdump.cpp330 auto stackmap = code_info.FindStackMapForNativePc(pc, Arch::AARCH64); in PrintCodeArm64() local
374 auto stackmap = code_info.FindStackMapForNativePc(pos, Arch::X86_64); in PrintCodeX86_64() local
385 …kmap(std::ostream &stream, const char *prefix, const CodeInfo &code_info, 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/ets_runtime/ecmascript/stackmap/
Dark_stackmap_builder.cpp70 auto &stackmap = stackmaps.at(j); in SaveArkStackMap() local
/arkcompiler/runtime_core/compiler/code_info/
Dcode_info.h260 std::variant<void *, uint32_t> GetMethod(const StackMap &stackmap, int inline_depth) in GetMethod()