Home
last modified time | relevance | path

Searched defs:allocateSize (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
H A Dheap.cpp1857 size_t allocateSize = oldSpaceAllocSpeed * oldSpaceMarkDuration; in TryTriggerIncrementalMarking() local
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs.cpp123 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