Home
last modified time | relevance | path

Searched full:computing (Results 1 – 19 of 19) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/mem/
Dheap_space.cpp97 // Get current free bytes count after computing new size in ComputeNewSize()
167 // Save pool size for computing new space size in TryAllocPoolBase()
188 // Save arena size for computing new space size in TryAllocArenaBase()
282 // Get free bytes count after computing new young size in ComputeNewYoung()
319 // Get free bytes count after computing new tenured size in ComputeNewTenured()
Dframe_allocator.h123 // The biggest arena size during FrameAllocator workflow. Needed for computing a new arena size.
/arkcompiler/runtime_core/compiler/docs/
Dir_builder.md152 [Efficiently Computing Static Single Assignment Form and the Control Dependence Graph, Ron Cytron](…
/arkcompiler/runtime_core/static_core/compiler/docs/
Dir_builder.md152 [Efficiently Computing Static Single Assignment Form and the Control Dependence Graph, Ron Cytron](…
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dlist_scheduler.h204 // which uses delay as algorithm of computing priority
Dcg_cdg.h563 // For computing topological order of cdgNodes in a region,
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/include/
Dscc.h304 // clear old scc before computing
/arkcompiler/ets_runtime/ecmascript/
Decma_string.cpp750 // hashSeed only be used when computing two separate strings merged hashcode.
766 // String can not convert to integer number, using normal hashcode computing algorithm. in ComputeRawHashcode()
779 // hashSeed only be used when computing two separate strings merged hashcode.
796 // String can not convert to integer number, using normal hashcode computing algorithm. in ComputeHashcode()
/arkcompiler/runtime_core/static_core/verification/
Dmessages.yaml94 Computing common context for try block
/arkcompiler/runtime_core/static_core/runtime/coretypes/
Dstring.cpp384 // Phase 1: search in the beginning of string while computing maximal tailed-substring length in IndexOf()
439 // Phase 1: search in the end of string while computing maximal tailed-substring length in LastIndexOf()
/arkcompiler/ets_runtime/ecmascript/intl/
Dlocale_helper.cpp449 // Third party libs computing can be in Native state in GetAvailableLocales()
/arkcompiler/runtime_core/static_core/libpandafile/
Dfile_reader.cpp667 // Double check if we done this method while computing params in CreateMethodItem()
842 // Double check if we done this method while computing params in CreateForeignMethodItem()
/arkcompiler/runtime_core/libpandafile/
Dfile_reader.cpp679 // Double check if we have done this method while computing params in CreateMethodItem()
844 // Double check if we done this method while computing params in CreateForeignMethodItem()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_proepilog.cpp595 * Make sure this is reflected when computing callee_saved_regs.size() in GeneratePushRegs()
1121 * Make sure this is reflected when computing calleeSavedRegs.size() in GeneratePopRegs()
Daarch64_cgfunc.cpp9779 * their locations, rather than computing their values. Applications in SelectIntrinsicCall()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dlist_scheduler.cpp163 // Sort by priority in descending order, which use LStart as algorithm of computing priority,
Dcontrol_dep_analysis.cpp386 /** This region computing algorithm is based on this paper:
Dreg_alloc_lsra.cpp1469 * for computing the stack location. in SpillOperand()
/arkcompiler/ets_frontend/ets2panda/checker/ets/
DtypeCheckingHelpers.cpp372 …// Before computing the given variables type, we have to make a new checker context frame so that … in IterateInVariableContext()