Home
last modified time | relevance | path

Searched defs:depth (Results 1 – 25 of 33) 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_runtime/tools/ap_file_viewer/src/ap/component/sheet/
DTabPaneApSummary.js247 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/
DcatchTable.h71 CatchTable(PandaGen *pg, uint32_t depth) : labelSet_(pg), depth_(depth) {} in CatchTable()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_stubs-inl.h52 inline EtsClass *GetMethodOwnerClassInFrames(EtsCoroutine *coro, uint32_t depth) in GetMethodOwnerClassInFrames()
Dets_vtable_builder.cpp130 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/
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_runtime/ecmascript/deoptimizer/
Ddeoptimizer.cpp87 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/
Dfunction.rb23 attr_reader :kind, :depth accessor in CfBlock
31 def initialize(kind, depth) argument
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Dloop_analyzer.h175 void SetDepth(uint32_t depth) in SetDepth()
Dloop_analyzer.cpp328 void LoopAnalyzer::SetLoopProperties(Loop *loop, uint32_t depth) in SetLoopProperties()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dloop.h123 void SetNestDepth(uint32 depth) in SetNestDepth()
/arkcompiler/runtime_core/static_core/compiler/code_info/
Dcode_info.h351 int depth = index; in GetInlineDepth() local
520 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.cpp165 int32_t depth = 0; in CheckStLexVar() local
Dframe_states.cpp1263 size_t Push(size_t bbId, size_t depth) in Push()
1274 BytecodeRegion* PushLoopExist(const BytecodeRegion& bb, size_t depth) in PushLoopExist()
Dgraph_linearizer.cpp547 size_t Push(GateRegion *region, size_t depth) in Push()
/arkcompiler/runtime_core/static_core/libllvmbackend/
Dllvm_aot_compiler.cpp708 … 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/
Descape.cpp1452 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/
Dgc_intrusion.cpp568 auto depth = savedBpc.size(); in GetDeoptsFromInlineInfo() local
/arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/optimizations/interop_js/
Dinterop_intrinsic_optimization.cpp949 auto depth = block->GetLoop()->GetDepth(); in CanHoistTo() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dgraph.h1321 void SetMaxInliningDepth(uint32_t depth) in SetMaxInliningDepth()
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
Doptimized_call.cpp1356 Register depth = r11; in DeoptEnterAsmInterpOrBaseline() local
1484 Register depth = rdx; in DeoptHandlerAsm() local
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
Doptimized_call.cpp1340 Register depth(X20); in DeoptEnterAsmInterpOrBaseline() local
1473 Register depth(X2); in DeoptHandlerAsm() local

12