v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::compiler::AddressMatcher Class Reference

#include <refs-map.h>

Inheritance diagram for v8::internal::compiler::AddressMatcher:
Collaboration diagram for v8::internal::compiler::AddressMatcher:

Public Member Functions

bool operator() (uint32_t hash1, uint32_t hash2, const Address &key1, const Address &key2) const
 
- Public Member Functions inherited from v8::base::KeyEqualityMatcher< Address >
bool operator() (uint32_t hash1, uint32_t hash2, const Address &key1, const Address &key2) const
 

Detailed Description

Definition at line 17 of file refs-map.h.

Member Function Documentation

◆ operator()()

bool v8::internal::compiler::AddressMatcher::operator() ( uint32_t hash1,
uint32_t hash2,
const Address & key1,
const Address & key2 ) const
inline

Definition at line 19 of file refs-map.h.


The documentation for this class was generated from the following file: