Home
last modified time | relevance | path

Searched defs:inlineDepth (Results 1 - 5 of 5) sorted by relevance

/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
/arkcompiler/runtime_core/static_core/runtime/
H A Dstack_walker.cpp584 auto inlineDepth = inlineDepth_; in ConvertToIFrame() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
H A Doption.cpp46 uint32 Options::inlineDepth = 8; member in maple::Options
/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
341 CHECK_GE(GetInlineDepth(stackMap), inlineDepth); in GetInlineInfo() local
510 VRegList<Allocator> GetVRegList(StackMap stackMap, int inlineDepth, Allocator *allocator = nullptr) const in GetVRegList() argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
H A Doption.h104 static uint32 inlineDepth; member in maple::Options

Completed in 5 milliseconds