| /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_runtime/tools/ap_file_viewer/src/ap/component/sheet/ |
| D | TabPaneApSummary.js | 247 depth: 0, property 266 id: id, depth: 3, children: [], apName: item.type, type: '', property 285 id: id, depth: 0, property 300 id: id, depth: 1, property 318 id: id, depth: 2, property
|
| /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/plugins/ets/runtime/ |
| D | ets_stubs-inl.h | 52 inline EtsClass *GetMethodOwnerClassInFrames(EtsCoroutine *coro, uint32_t depth) in GetMethodOwnerClassInFrames()
|
| D | ets_vtable_builder.cpp | 130 static bool RefExtendsOrImplements(RefTypeLink sub, RefTypeLink super, uint32_t depth) in RefExtendsOrImplements() 161 static bool RefIsAssignableToImpl(RefTypeLink sub, RefTypeLink super, uint32_t depth) in RefIsAssignableToImpl()
|
| /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_runtime/ecmascript/deoptimizer/ |
| D | deoptimizer.cpp | 87 Deoptimizier::Deoptimizier(JSThread *thread, size_t depth) : thread_(thread), inlineDepth_(depth) in Deoptimizier() 433 void Deoptimizier::Dump(JSTaggedValue callTarget, kungfu::DeoptType type, size_t depth) in Dump() 618 int32_t Deoptimizier::EncodeDeoptVregIndex(int32_t index, size_t depth, size_t shift) in EncodeDeoptVregIndex() 626 size_t Deoptimizier::ComputeShift(size_t depth) in ComputeShift()
|
| /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/runtime_core/static_core/compiler/optimizer/analysis/ |
| D | loop_analyzer.h | 175 void SetDepth(uint32_t depth) in SetDepth()
|
| D | loop_analyzer.cpp | 328 void LoopAnalyzer::SetLoopProperties(Loop *loop, uint32_t depth) in SetLoopProperties()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
| D | loop.h | 123 void SetNestDepth(uint32 depth) in SetNestDepth()
|
| /arkcompiler/runtime_core/static_core/compiler/code_info/ |
| D | code_info.h | 351 int depth = index; in GetInlineDepth() local 520 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 | 165 int32_t depth = 0; in CheckStLexVar() local
|
| D | frame_states.cpp | 1263 size_t Push(size_t bbId, size_t depth) in Push() 1274 BytecodeRegion* PushLoopExist(const BytecodeRegion& bb, size_t depth) in PushLoopExist()
|
| D | graph_linearizer.cpp | 547 size_t Push(GateRegion *region, size_t depth) in Push()
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/ |
| D | llvm_aot_compiler.cpp | 708 … compiler::RuntimeInterface::MethodPtr method, int32_t depth) in AddInlineMethodByDepth() 746 …tCompiler::AddInlineFunctionsByDepth(WrappedModule &module, compiler::Graph *caller, int32_t depth) in AddInlineFunctionsByDepth()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| D | escape.cpp | 1452 bool EscapeAnalysis::ProcessBlock(BasicBlock *block, size_t depth) in ProcessBlock() 1472 bool EscapeAnalysis::ProcessLoop(BasicBlock *header, size_t depth) in ProcessLoop() 1684 size_t depth = 0; in FindCallerInst() local
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/ |
| D | gc_intrusion.cpp | 568 auto depth = savedBpc.size(); in GetDeoptsFromInlineInfo() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/optimizations/interop_js/ |
| D | interop_intrinsic_optimization.cpp | 949 auto depth = block->GetLoop()->GetDepth(); in CanHoistTo() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| D | graph.h | 1321 void SetMaxInliningDepth(uint32_t depth) in SetMaxInliningDepth()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/ |
| D | optimized_call.cpp | 1356 Register depth = r11; in DeoptEnterAsmInterpOrBaseline() local 1484 Register depth = rdx; in DeoptHandlerAsm() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/ |
| D | optimized_call.cpp | 1340 Register depth(X20); in DeoptEnterAsmInterpOrBaseline() local 1473 Register depth(X2); in DeoptHandlerAsm() local
|