Home
last modified time | relevance | path

Searched refs:GetExternallyAllocatedMemory (Results 1 – 6 of 6) sorted by relevance

/third_party/cef/libcef_dll/ctocpp/
Dv8value_ctocpp.h79 int GetExternallyAllocatedMemory() override;
Dv8value_ctocpp.cc805 NO_SANITIZE("cfi-icall") int CefV8ValueCToCpp::GetExternallyAllocatedMemory() { in GetExternallyAllocatedMemory() function in CefV8ValueCToCpp
/third_party/cef/include/
Dcef_v8.h809 virtual int GetExternallyAllocatedMemory() = 0;
/third_party/cef/libcef/renderer/
Dv8_impl.h269 int GetExternallyAllocatedMemory() override;
Dv8_impl.cc242 inline int GetExternallyAllocatedMemory() { return external_memory_; } in GetExternallyAllocatedMemory() function in __anonf3b0d18e0111::V8TrackObject
2178 int CefV8ValueImpl::GetExternallyAllocatedMemory() { in GetExternallyAllocatedMemory() function in CefV8ValueImpl
2195 return tracker->GetExternallyAllocatedMemory(); in GetExternallyAllocatedMemory()
/third_party/cef/libcef_dll/cpptoc/
Dv8value_cpptoc.cc811 int _retval = CefV8ValueCppToC::Get(self)->GetExternallyAllocatedMemory(); in v8value_get_externally_allocated_memory()