Home
last modified time | relevance | path

Searched defs:remainingSize (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/runtime_core/static_core/libpandabase/utils/
H A Dbit_memory_stream.h61 size_t remainingSize = payloadLength % BITS_PER_WORD; in Write() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H A Dpgo_profiler_encoder.cpp291 uint32_t remainingSize = size - PGOProfilerHeader::CHECKSUM_END_OFFSET; in AddChecksum() local
/arkcompiler/ets_runtime/ecmascript/
H A Dproperty_accessor.cpp286 uint32_t remainingSize = remaining->GetLength(); in MergeRemainings() local
/arkcompiler/runtime_core/static_core/runtime/mem/
H A Dregion_space.cpp105 size_t remainingSize = GetRemainingSizeForTLABs(); in CreateTLAB() local
H A Dregion_allocator-inl.h312 auto remainingSize = region->GetRemainingSizeForTLABs(); in CreateTLAB() local
314 LOG(DEBUG, ALLOC) << "Add a region " << region << " with remained size " << remainingSize in CreateTLAB() local

Completed in 5 milliseconds