| /arkcompiler/ets_runtime/tools/ap_file_viewer/src/ap/component/sheet/ |
| H A D | TabPaneApSummary.js | |
| /arkcompiler/ets_runtime/ecmascript/base/ |
| H A D | array_helper.h | 29 double depth = 0; member
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/ |
| H A D | ets_stubs-inl.h | 52 inline EtsClass *GetMethodOwnerClassInFrames(EtsCoroutine *coro, uint32_t depth) in GetMethodOwnerClassInFrames() argument
|
| H A D | ets_vtable_builder.cpp | 130 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 D | catchTable.h | 71 CatchTable(PandaGen *pg, uint32_t depth) : labelSet_(pg), depth_(depth) {} in CatchTable() argument
|
| /arkcompiler/ets_frontend/ets2panda/compiler/base/ |
| H A D | catchTable.h | 71 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 D | disassembly.cpp | 36 std::string_view Disassembly::GetIndent(uint32_t depth) in GetIndent() argument
|
| H A D | disassembly.h | 35 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 D | codeGen.cpp | 258 std::uint32_t depth = 0; in TryDepth() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/ |
| H A D | loop_analyzer.cpp | 328 void LoopAnalyzer::SetLoopProperties(Loop *loop, uint32_t depth) in SetLoopProperties() argument
|
| H A D | loop_analyzer.h | 175 void SetDepth(uint32_t depth) in SetDepth() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
| H A D | loop.h | 123 void SetNestDepth(uint32 depth) in SetNestDepth() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | lexical_env_specialization_pass.cpp | 167 int32_t depth = 0; in CheckStLexVar() local
|
| H A D | graph_linearizer.cpp | 549 size_t Push(GateRegion *region, size_t depth) in Push() argument
|
| H A D | frame_states.cpp | 1253 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 D | gc_intrusion.cpp | 568 auto depth = savedBpc.size(); in GetDeoptsFromInlineInfo() local
|
| /arkcompiler/ets_runtime/ecmascript/deoptimizer/ |
| H A D | deoptimizer.cpp | 434 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 D | code_info.h | 351 int depth = index; in GetInlineDepth() local 520 auto depth = inlineInfo.GetRow() - stackMap.GetInlineInfoIndex(); in GetVRegList() local
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/ |
| H A D | llvm_aot_compiler.cpp | 746 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 D | optimized_call.cpp | 1363 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 D | graph.h | 1321 void SetMaxInliningDepth(uint32_t depth) in SetMaxInliningDepth() argument
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/ |
| H A D | pandagen.cpp | 2044 uint32_t depth = 0; in TryDepth() local
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| H A D | runtime_stubs.cpp | 3584 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 D | llvm_ir_builder.cpp | 2778 LLVMValueRef depth = LLVMGetParam(function, 2); in GenDeoptEntry() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/ |
| H A D | litecg_ir_builder.cpp | 2800 Expr depth = lmirBuilder_->Dread(lmirBuilder_->GetParam(func, 2)); in GenDeoptEntry() local
|