| /arkcompiler/ets_frontend/ets2panda/compiler/base/ |
| D | catchTable.h | 71 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/ |
| D | array_helper.h | 29 double depth = 0; member
|
| /arkcompiler/ets_frontend/es2panda/compiler/base/ |
| D | catchTable.h | 71 CatchTable(PandaGen *pg, uint32_t depth) : labelSet_(pg), depth_(depth) {} in CatchTable()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/ |
| D | disassembly.h | 35 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()
|
| D | disassembly.cpp | 36 std::string_view Disassembly::GetIndent(uint32_t depth) in GetIndent()
|
| /arkcompiler/ets_frontend/ets2panda/lexer/ |
| D | ETSLexer.cpp | 99 uint32_t depth = 1U; in SkipMultiLineComment() local
|
| /arkcompiler/ets_runtime/ecmascript/deoptimizer/ |
| D | deoptimizer.cpp | 414 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()
|
| D | deoptimizer.h | 115 explicit Deoptimizier(JSThread *thread, size_t depth) : thread_(thread), inlineDepth_(depth) in Deoptimizier()
|
| /arkcompiler/runtime_core/static_core/irtoc/lang/ |
| D | function.rb | 23 attr_reader :kind, :depth accessor in CfBlock 31 def initialize(kind, depth) argument
|
| /arkcompiler/ets_frontend/ts2panda/src/statement/ |
| D | tryStatement.ts | 74 private depth: number; property in CatchTable
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/ |
| D | loop_analyzer.h | 178 void SetDepth(uint32_t depth) in SetDepth()
|
| D | loop_analyzer.cpp | 305 void LoopAnalyzer::SetLoopProperties(Loop *loop, uint32_t depth) in SetLoopProperties()
|
| /arkcompiler/runtime_core/static_core/compiler/code_info/ |
| D | code_info.h | 349 int depth = index; in GetInlineDepth() local 507 auto depth = inlineInfo.GetRow() - stackMap.GetInlineInfoIndex(); variable
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| D | codeGen.cpp | 258 std::uint32_t depth = 0; in TryDepth() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | lexical_env_specialization_pass.cpp | 167 int32_t depth = 0; in CheckStLexVar() local
|
| D | frame_states.cpp | 1002 size_t Push(size_t bbId, size_t depth) in Push() 1013 BytecodeRegion* PushLoopExist(const BytecodeRegion& bb, size_t depth) in PushLoopExist()
|
| D | graph_linearizer.cpp | 540 size_t Push(GateRegion *region, size_t depth) in Push()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| D | escape.cpp | 1152 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
|
| D | inlining.cpp | 76 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/ |
| D | interop_intrinsic_optimization.cpp | 944 auto depth = block->GetLoop()->GetDepth(); in CanHoistTo() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/ |
| D | optimized_call.cpp | 1066 Register depth = r11; in DeoptEnterAsmInterp() local 1131 Register depth = rdx; in DeoptHandlerAsm() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/ |
| D | optimized_call.cpp | 1052 Register depth(X20); in DeoptEnterAsmInterp() local 1126 Register depth(X2); in DeoptHandlerAsm() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| D | graph.h | 1214 void SetMaxInliningDepth(uint32_t depth) in SetMaxInliningDepth()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/ |
| D | mir_nodes.cpp | 1284 size_t depth = MaxDepth(expr->Opnd(i)); in MaxDepth() local
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/ |
| D | pandagen.cpp | 2037 uint32_t depth = 0; in TryDepth() local
|