Home
last modified time | relevance | path

Searched defs:depth (Results 1 – 25 of 32) sorted by relevance

12

/arkcompiler/ets_frontend/ets2panda/compiler/base/
DcatchTable.h71 CatchTable(CodeGen *cg, uint32_t depth, util::StringView exceptionType) in CatchTable()
75 CatchTable(CodeGen *cg, uint32_t depth, LabelPair tryLabelPair, util::StringView exceptionType) in CatchTable()
/arkcompiler/ets_runtime/ecmascript/base/
Darray_helper.h29 double depth = 0; member
/arkcompiler/ets_frontend/es2panda/compiler/base/
DcatchTable.h71 CatchTable(PandaGen *pg, uint32_t depth) : labelSet_(pg), depth_(depth) {} in CatchTable()
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Ddisassembly.h35 CodeItem(size_t position, size_t cursorOffset, size_t depth) in CodeItem()
118 void AddCode(size_t position, size_t cursorOffset, size_t depth) in AddCode()
Ddisassembly.cpp36 std::string_view Disassembly::GetIndent(uint32_t depth) in GetIndent()
/arkcompiler/ets_frontend/ets2panda/lexer/
DETSLexer.cpp99 uint32_t depth = 1U; in SkipMultiLineComment() local
/arkcompiler/ets_runtime/ecmascript/deoptimizer/
Ddeoptimizer.cpp414 void Deoptimizier::Dump(Method* method, kungfu::DeoptType type, size_t depth) in Dump()
553 int32_t Deoptimizier::EncodeDeoptVregIndex(int32_t index, size_t depth, size_t shift) in EncodeDeoptVregIndex()
561 size_t Deoptimizier::ComputeShift(size_t depth) in ComputeShift()
Ddeoptimizer.h115 explicit Deoptimizier(JSThread *thread, size_t depth) : thread_(thread), inlineDepth_(depth) in Deoptimizier()
/arkcompiler/runtime_core/static_core/irtoc/lang/
Dfunction.rb23 attr_reader :kind, :depth accessor in CfBlock
31 def initialize(kind, depth) argument
/arkcompiler/ets_frontend/ts2panda/src/statement/
DtryStatement.ts74 private depth: number; property in CatchTable
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Dloop_analyzer.h178 void SetDepth(uint32_t depth) in SetDepth()
Dloop_analyzer.cpp305 void LoopAnalyzer::SetLoopProperties(Loop *loop, uint32_t depth) in SetLoopProperties()
/arkcompiler/runtime_core/static_core/compiler/code_info/
Dcode_info.h349 int depth = index; in GetInlineDepth() local
507 auto depth = inlineInfo.GetRow() - stackMap.GetInlineInfoIndex(); variable
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DcodeGen.cpp258 std::uint32_t depth = 0; in TryDepth() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dlexical_env_specialization_pass.cpp167 int32_t depth = 0; in CheckStLexVar() local
Dframe_states.cpp1002 size_t Push(size_t bbId, size_t depth) in Push()
1013 BytecodeRegion* PushLoopExist(const BytecodeRegion& bb, size_t depth) in PushLoopExist()
Dgraph_linearizer.cpp540 size_t Push(GateRegion *region, size_t depth) in Push()
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Descape.cpp1152 bool EscapeAnalysis::ProcessBlock(BasicBlock *block, size_t depth) in ProcessBlock()
1172 bool EscapeAnalysis::ProcessLoop(BasicBlock *header, size_t depth) in ProcessLoop()
1375 size_t depth = 0; in FindCallerInst() local
Dinlining.cpp76 Inlining::Inlining(Graph *graph, uint32_t instructionsCount, uint32_t depth, uint32_t methodsInline… in Inlining()
/arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/optimizations/interop_js/
Dinterop_intrinsic_optimization.cpp944 auto depth = block->GetLoop()->GetDepth(); in CanHoistTo() local
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
Doptimized_call.cpp1066 Register depth = r11; in DeoptEnterAsmInterp() local
1131 Register depth = rdx; in DeoptHandlerAsm() local
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
Doptimized_call.cpp1052 Register depth(X20); in DeoptEnterAsmInterp() local
1126 Register depth(X2); in DeoptHandlerAsm() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dgraph.h1214 void SetMaxInliningDepth(uint32_t depth) in SetMaxInliningDepth()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_nodes.cpp1284 size_t depth = MaxDepth(expr->Opnd(i)); in MaxDepth() local
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.cpp2037 uint32_t depth = 0; in TryDepth() local

12