Searched refs:allocateSize (Results 1 - 2 of 2) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/stubs/ |
H A D | runtime_stubs.cpp | 123 JSTaggedValue allocateSize = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS() local 124 auto size = static_cast<size_t>(allocateSize.GetLargeUInt()); in DEF_RUNTIME_STUBS() 157 JSTaggedValue allocateSize = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS() local 158 auto size = static_cast<size_t>(allocateSize.GetLargeUInt()); in DEF_RUNTIME_STUBS() 173 JSTaggedValue allocateSize = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS() local 174 auto size = static_cast<size_t>(allocateSize.GetLargeUInt()); in DEF_RUNTIME_STUBS() 190 JSTaggedValue allocateSize = GetArg(argv, argc, 0); \ 191 auto size = static_cast<size_t>(allocateSize.GetInt()); \ 209 JSTaggedValue allocateSize = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS() local 210 auto size = static_cast<size_t>(allocateSize in DEF_RUNTIME_STUBS() 241 JSTaggedValue allocateSize = GetArg(argv, argc, 0); // 0: means the zeroth parameter DEF_RUNTIME_STUBS() local [all...] |
/arkcompiler/ets_runtime/ecmascript/mem/ |
H A D | heap.cpp | 1857 size_t allocateSize = oldSpaceAllocSpeed * oldSpaceMarkDuration; in TryTriggerIncrementalMarking() local 1858 if (allocateSize < ALLOCATE_SIZE_LIMIT) { in TryTriggerIncrementalMarking()
|
Completed in 9 milliseconds