Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dpressure.h202 int32 maxDepth = 0; variable
/arkcompiler/runtime_core/static_core/runtime/tooling/
Ddebugger.h353 std::optional<Error> SetAsyncCallStackDepth([[maybe_unused]] uint32_t maxDepth) const override in SetAsyncCallStackDepth()
/arkcompiler/toolchain/tooling/base/
Dpt_params.cpp291 int32_t maxDepth; in Create() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
Dlitecg_ir_builder.cpp1587 uint32_t maxDepth = acc_.GetFrameDepth(frameArgs, OpCode::FRAME_ARGS); in CollectExraCallSiteInfo() local
3018 size_t maxDepth = 0; in VisitDeoptCheck() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
Dllvm_ir_builder.cpp930 uint32_t maxDepth = acc_.GetFrameDepth(frameArgs, OpCode::FRAME_ARGS); in CollectExraCallSiteInfo() local
2889 size_t maxDepth = acc_.GetFrameDepth(deoptFrameState, OpCode::FRAME_STATE); in VisitDeoptCheck() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
Dlower.cpp253 constexpr size_t maxDepth = 3; in IsComplexSelect() local