Home
last modified time | relevance | path

Searched defs:stackmap (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/runtime_core/static_core/libllvmbackend/object_code/
H A Ddump.cpp20 void CodeInfoProducer::DumpStackMap(const std::unique_ptr<const LLVMStackMap> &stackmap, std::ostream &stream) in DumpStackMap() argument
/arkcompiler/runtime_core/compiler/tests/
H A Dcode_info_test.cpp271 auto stackmap = code_info.FindStackMapForNativePc(20); in TEST_F() local
[all...]
/arkcompiler/runtime_core/static_core/compiler/tests/
H A Dcode_info_test.cpp292 auto stackmap = codeInfo.FindStackMapForNativePc(20U); in MultipleStackmapsCheck4() local
[all...]
/arkcompiler/runtime_core/static_core/runtime/
H A Dosr.cpp69 auto stackmap = codeInfo.FindOsrStackMap(loopHeadBc); in OsrEntry() local
137 auto stackmap = codeInfo.FindOsrStackMap(bcOffset); in PrepareOsrEntry() local
/arkcompiler/ets_runtime/ecmascript/stackmap/
H A Dark_stackmap_builder.cpp112 auto &stackmap = stackmaps.at(j); in SaveArkStackMap() local
/arkcompiler/runtime_core/static_core/compiler/tools/aotdump/
H A Daotdump.cpp340 auto stackmap = codeInfo.FindStackMapForNativePc(pc, Arch::AARCH64); in PrintCodeArm64() local
383 auto stackmap = codeInfo.FindStackMapForNativePc(pos, Arch::X86_64); in PrintCodeX8664() local
394 void PrintStackmap(const char *prefix, const CodeInfo &codeInfo, const StackMap &stackmap, Arch arch, in PrintStackmap() argument
[all...]
/arkcompiler/runtime_core/static_core/compiler/code_info/
H A Dcode_info.h263 std::variant<void *, uint32_t> GetMethod(const StackMap &stackmap, int inlineDepth) in GetMethod() argument

Completed in 5 milliseconds