Home
last modified time | relevance | path

Searched full:computing (Results 1 – 14 of 14) 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()
328 // 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/static_core/compiler/docs/
Dir_builder.md152 [Efficiently Computing Static Single Assignment Form and the Control Dependence Graph, Ron Cytron](…
/arkcompiler/runtime_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/mpl2mpl/include/
Dscc.h301 // clear old scc before computing
/arkcompiler/runtime_core/common_interfaces/objects/string/
Dbase_string_impl.h56 // String can not convert to integer number, using normal hashcode computing algorithm. in ComputeRawHashcode()
/arkcompiler/runtime_core/static_core/verification/
Dmessages.yaml94 Computing common context for try block
/arkcompiler/runtime_core/static_core/runtime/coretypes/
Dstring.cpp395 // Phase 1: search in the beginning of string while computing maximal tailed-substring length in IndexOf()
450 // Phase 1: search in the end of string while computing maximal tailed-substring length in LastIndexOf()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_proepilog.cpp445 * Make sure this is reflected when computing callee_saved_regs.size() in GeneratePushRegs()
814 * Make sure this is reflected when computing calleeSavedRegs.size() in GeneratePopRegs()
/arkcompiler/ets_runtime/ecmascript/intl/
Dlocale_helper.cpp440 // Third party libs computing can be in Native state in GetAvailableLocales()
/arkcompiler/runtime_core/static_core/libpandafile/
Dfile_reader.cpp673 // Double check if we done this method while computing params in CreateMethodItem()
848 // 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_frontend/ets2panda/checker/ets/
DtypeCheckingHelpers.cpp463 …// Before computing the given variables type, we have to make a new checker context frame so that … in IterateInVariableContext()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dreg_alloc_lsra.cpp1257 * for computing the stack location. in SpillOperand()