Home
last modified time | relevance | path

Searched defs:change_in_bytes (Results 1 – 6 of 6) sorted by relevance

/third_party/cef/libcef_dll/cpptoc/
Dv8value_cpptoc.cc819 int change_in_bytes) { in v8value_adjust_externally_allocated_memory()
/third_party/cef/libcef_dll/ctocpp/
Dv8value_ctocpp.cc820 int CefV8ValueCToCpp::AdjustExternallyAllocatedMemory(int change_in_bytes) { in AdjustExternallyAllocatedMemory()
/third_party/cef/libcef/renderer/
Dv8_impl.cc244 int AdjustExternallyAllocatedMemory(int change_in_bytes) { in AdjustExternallyAllocatedMemory()
2200 int CefV8ValueImpl::AdjustExternallyAllocatedMemory(int change_in_bytes) { in AdjustExternallyAllocatedMemory()
/third_party/node/src/
Dnode_buffer.cc180 int64_t change_in_bytes = -static_cast<int64_t>(sizeof(*this)); in CallAndResetCallback() local
Djs_native_api_v8.cc3314 int64_t change_in_bytes, in napi_adjust_external_memory()
/third_party/node/deps/v8/src/api/
Dapi.cc9048 int64_t change_in_bytes) { in AdjustAmountOfExternalAllocatedMemory()