Searched defs:allocateSize (Results 1 - 2 of 2) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| H A D | heap.cpp | 1857 size_t allocateSize = oldSpaceAllocSpeed * oldSpaceMarkDuration; in TryTriggerIncrementalMarking() local
|
| /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 157 JSTaggedValue allocateSize = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS() local 173 JSTaggedValue allocateSize = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS() local 209 JSTaggedValue allocateSize = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS() local 241 JSTaggedValue allocateSize = GetArg(argv, argc, 0); // 0: means the zeroth parameter DEF_RUNTIME_STUBS() local [all...] |
Completed in 9 milliseconds