Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/tools/ap_file_viewer/src/ap/component/sheet/
H A DTabPaneApSummary.js
/arkcompiler/ets_runtime/ecmascript/base/
H A Darray_helper.h29 double depth = 0; member
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
H A Dets_stubs-inl.h52 inline EtsClass *GetMethodOwnerClassInFrames(EtsCoroutine *coro, uint32_t depth) in GetMethodOwnerClassInFrames() argument
H A Dets_vtable_builder.cpp130 static bool RefExtendsOrImplements(RefTypeLink sub, RefTypeLink super, uint32_t depth) in RefExtendsOrImplements() argument
161 static bool RefIsAssignableToImpl(RefTypeLink sub, RefTypeLink super, uint32_t depth) in RefIsAssignableToImpl() argument
/arkcompiler/ets_frontend/es2panda/compiler/base/
H A DcatchTable.h71 CatchTable(PandaGen *pg, uint32_t depth) : labelSet_(pg), depth_(depth) {} in CatchTable() argument
/arkcompiler/ets_frontend/ets2panda/compiler/base/
H A DcatchTable.h71 CatchTable(CodeGen *cg, uint32_t depth, util::StringView exceptionType) in CatchTable() argument
75 CatchTable(CodeGen *cg, uint32_t depth, LabelPair tryLabelPair, util::StringView exceptionType) in CatchTable() argument
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
H A Ddisassembly.cpp36 std::string_view Disassembly::GetIndent(uint32_t depth) in GetIndent() argument
H A Ddisassembly.h35 CodeItem(size_t position, size_t cursorOffset, size_t depth) in CodeItem() argument
118 void AddCode(size_t position, size_t cursorOffset, size_t depth) in AddCode() argument
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DcodeGen.cpp258 std::uint32_t depth = 0; in TryDepth() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
H A Dloop_analyzer.cpp328 void LoopAnalyzer::SetLoopProperties(Loop *loop, uint32_t depth) in SetLoopProperties() argument
H A Dloop_analyzer.h175 void SetDepth(uint32_t depth) in SetDepth() argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H A Dloop.h123 void SetNestDepth(uint32 depth) in SetNestDepth() argument
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dlexical_env_specialization_pass.cpp167 int32_t depth = 0; in CheckStLexVar() local
H A Dgraph_linearizer.cpp549 size_t Push(GateRegion *region, size_t depth) in Push() argument
H A Dframe_states.cpp1253 size_t Push(size_t bbId, size_t depth) in Push() argument
1264 BytecodeRegion* PushLoopExist(const BytecodeRegion& bb, size_t depth) in PushLoopExist() argument
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/
H A Dgc_intrusion.cpp568 auto depth = savedBpc.size(); in GetDeoptsFromInlineInfo() local
/arkcompiler/ets_runtime/ecmascript/deoptimizer/
H A Ddeoptimizer.cpp434 void Deoptimizier::Dump(JSTaggedValue callTarget, kungfu::DeoptType type, size_t depth) in Dump() argument
619 int32_t Deoptimizier::EncodeDeoptVregIndex(int32_t index, size_t depth, size_t shift) in EncodeDeoptVregIndex() argument
627 size_t Deoptimizier::ComputeShift(size_t depth) in ComputeShift() argument
[all...]
/arkcompiler/runtime_core/static_core/compiler/code_info/
H A Dcode_info.h351 int depth = index; in GetInlineDepth() local
520 auto depth = inlineInfo.GetRow() - stackMap.GetInlineInfoIndex(); in GetVRegList() local
/arkcompiler/runtime_core/static_core/libllvmbackend/
H A Dllvm_aot_compiler.cpp746 void LLVMAotCompiler::AddInlineFunctionsByDepth(WrappedModule &module, compiler::Graph *caller, int32_t depth) in AddInlineFunctionsByDepth() argument
707 AddInlineMethodByDepth(WrappedModule &module, compiler::Graph *caller, compiler::RuntimeInterface::MethodPtr method, int32_t depth) AddInlineMethodByDepth() argument
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
H A Doptimized_call.cpp1363 Register depth = r11; in DeoptEnterAsmInterp() local
1367 __ Movq(Operand(context, AsmStackContext::GetInlineDepthOffset(false)), depth); in DeoptEnterAsmInterp() local
1426 Register depth = rdx; in DeoptHandlerAsm() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H A Dgraph.h1321 void SetMaxInliningDepth(uint32_t depth) in SetMaxInliningDepth() argument
/arkcompiler/ets_frontend/es2panda/compiler/core/
H A Dpandagen.cpp2044 uint32_t depth = 0; in TryDepth() local
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs.cpp3584 size_t depth = static_cast<size_t>(GetArg(argv, argc, 1).GetInt()); in DEF_RUNTIME_STUBS() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
H A Dllvm_ir_builder.cpp2778 LLVMValueRef depth = LLVMGetParam(function, 2); in GenDeoptEntry() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
H A Dlitecg_ir_builder.cpp2800 Expr depth = lmirBuilder_->Dread(lmirBuilder_->GetParam(func, 2)); in GenDeoptEntry() local

Completed in 44 milliseconds