Home
last modified time | relevance | path

Searched defs:inline_depth (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/compiler/code_info/
Dcode_info.h260 std::variant<void *, uint32_t> GetMethod(const StackMap &stackmap, int inline_depth) in GetMethod()
336 auto GetInlineInfo(const StackMap &stack_map, int inline_depth) const in GetInlineInfo()
/arkcompiler/runtime_core/compiler/tests/
Dcode_info_test.cpp62 …void EnumerateVRegs(const CodeInfo &code_info, const StackMap &stack_map, int inline_depth, Callba… in EnumerateVRegs()
/arkcompiler/runtime_core/runtime/
Dstack_walker.cpp518 auto inline_depth = inline_depth_; in ConvertToIFrame() local