Home
last modified time | relevance | path

Searched defs:depth (Results 1 – 25 of 38) 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_frontend/ets2panda/util/
DrecursiveGuard.h24 unsigned depth = 0; member
/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/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/runtime_core/static_core/plugins/ets/runtime/
Dets_vtable_builder.cpp135 …endsOrImplements(const ClassLinkerContext *ctx, RefTypeLink sub, RefTypeLink super, uint32_t depth) in RefExtendsOrImplements()
166 …AssignableToImpl(const ClassLinkerContext *ctx, RefTypeLink sub, RefTypeLink super, uint32_t depth) in RefIsAssignableToImpl()
Dets_stubs-inl.h76 inline EtsClass *GetMethodOwnerClassInFrames(EtsCoroutine *coro, uint32_t depth) in GetMethodOwnerClassInFrames()
/arkcompiler/ets_runtime/ecmascript/deoptimizer/
Ddeoptimizer.cpp115 Deoptimizier::Deoptimizier(JSThread *thread, size_t depth, kungfu::DeoptType type) in Deoptimizier()
467 void Deoptimizier::Dump(JSTaggedValue callTarget, kungfu::DeoptType type, size_t depth) in Dump()
675 int32_t Deoptimizier::EncodeDeoptVregIndex(int32_t index, size_t depth, size_t shift) in EncodeDeoptVregIndex()
683 size_t Deoptimizier::ComputeShift(size_t depth) in ComputeShift()
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/common/
DVisibleValue.ts197 public depth: number; property in Scope
/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.h203 void SetDepth(uint32_t depth) in SetDepth()
Dloop_analyzer.cpp333 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.cpp259 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.cpp1297 size_t Push(size_t bbId, size_t depth) in Push()
1308 BytecodeRegion* PushLoopExist(const BytecodeRegion& bb, size_t depth) in PushLoopExist()
/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/ets_runtime/common_components/objects/string_table/
Dhashtriemap.h243 uint64_t depth = totalDepth_.load(std::memory_order_relaxed); in DumpInfo() local
/arkcompiler/jsvm/src/
Djsvm_dfx.h100 constexpr size_t depth = 2; variable
/arkcompiler/ets_runtime/ecmascript/stackmap/
Dark_stackmap_parser.cpp232 size_t depth = GetInlineDepth(deopts); in CollectStackTraceInfos() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Descape.cpp1382 bool EscapeAnalysis::ProcessBlock(BasicBlock *block, size_t depth) in ProcessBlock()
1402 bool EscapeAnalysis::ProcessLoop(BasicBlock *header, size_t depth) in ProcessLoop()
1618 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

12