Searched refs:GetExternallyAllocatedMemory (Results 1 – 6 of 6) sorted by relevance
79 int GetExternallyAllocatedMemory() override;
805 NO_SANITIZE("cfi-icall") int CefV8ValueCToCpp::GetExternallyAllocatedMemory() { in GetExternallyAllocatedMemory() function in CefV8ValueCToCpp
809 virtual int GetExternallyAllocatedMemory() = 0;
269 int GetExternallyAllocatedMemory() override;
242 inline int GetExternallyAllocatedMemory() { return external_memory_; } in GetExternallyAllocatedMemory() function in __anonf3b0d18e0111::V8TrackObject2178 int CefV8ValueImpl::GetExternallyAllocatedMemory() { in GetExternallyAllocatedMemory() function in CefV8ValueImpl2195 return tracker->GetExternallyAllocatedMemory(); in GetExternallyAllocatedMemory()
811 int _retval = CefV8ValueCppToC::Get(self)->GetExternallyAllocatedMemory(); in v8value_get_externally_allocated_memory()