Searched refs:change_in_bytes (Results 1 – 12 of 12) sorted by relevance
80 int AdjustExternallyAllocatedMemory(int change_in_bytes) override;
820 int CefV8ValueCToCpp::AdjustExternallyAllocatedMemory(int change_in_bytes) { in AdjustExternallyAllocatedMemory() argument829 _struct->adjust_externally_allocated_memory(_struct, change_in_bytes); in AdjustExternallyAllocatedMemory()
244 int AdjustExternallyAllocatedMemory(int change_in_bytes) { in AdjustExternallyAllocatedMemory() argument245 int new_value = external_memory_ + change_in_bytes; in AdjustExternallyAllocatedMemory()248 change_in_bytes = -(external_memory_); in AdjustExternallyAllocatedMemory()252 if (change_in_bytes != 0) in AdjustExternallyAllocatedMemory()253 isolate_->AdjustAmountOfExternalAllocatedMemory(change_in_bytes); in AdjustExternallyAllocatedMemory()2200 int CefV8ValueImpl::AdjustExternallyAllocatedMemory(int change_in_bytes) { in AdjustExternallyAllocatedMemory() argument2217 return tracker->AdjustExternallyAllocatedMemory(change_in_bytes); in AdjustExternallyAllocatedMemory()
270 int AdjustExternallyAllocatedMemory(int change_in_bytes) override;
819 int change_in_bytes) { in v8value_adjust_externally_allocated_memory() argument828 change_in_bytes); in v8value_adjust_externally_allocated_memory()
823 virtual int AdjustExternallyAllocatedMemory(int change_in_bytes) = 0;
657 int change_in_bytes);
176 int64_t change_in_bytes = -static_cast<int64_t>(sizeof(*this)); in CallAndResetCallback() local177 env_->isolate()->AdjustAmountOfExternalAllocatedMemory(change_in_bytes); in CallAndResetCallback()
457 int64_t change_in_bytes,
3155 int64_t change_in_bytes, in napi_adjust_external_memory() argument3161 change_in_bytes); in napi_adjust_external_memory()
5413 int64_t change_in_bytes,5418 * `[in] change_in_bytes`: The change in externally allocated memory that is kept