#include <stub-cache.h>
Public メソッド | |
Address | address () const |
Static Public メソッド | |
static SCTableReference | keyReference (StubCache::Table table) |
static SCTableReference | valueReference (StubCache::Table table) |
Private メソッド | |
SCTableReference (Address address) | |
Static Private メソッド | |
static StubCache::Entry * | first_entry (StubCache::Table table) |
Private 変数 | |
Address | address_ |
stub-cache.h の 224 行で定義されています。
v8::internal::SCTableReference::SCTableReference | ( | Address | address | ) | [inline, explicit, private] |
stub-cache.h の 240 行で定義されています。
参照元 keyReference(), と valueReference().
Address v8::internal::SCTableReference::address | ( | ) | const [inline] |
stub-cache.h の 237 行で定義されています。
参照先 address_.
static StubCache::Entry* v8::internal::SCTableReference::first_entry | ( | StubCache::Table | table | ) | [inline, static, private] |
static SCTableReference v8::internal::SCTableReference::keyReference | ( | StubCache::Table | table | ) | [inline, static] |
stub-cache.h の 226 行で定義されています。
参照先 first_entry(), と SCTableReference().
参照元 v8::internal::ExternalReferenceTable::ExternalReferenceTable(), と v8::internal::ProbeTable().
static SCTableReference v8::internal::SCTableReference::valueReference | ( | StubCache::Table | table | ) | [inline, static] |
stub-cache.h の 232 行で定義されています。
参照先 first_entry(), と SCTableReference().
参照元 v8::internal::ExternalReferenceTable::ExternalReferenceTable(), と v8::internal::ProbeTable().
stub-cache.h の 251 行で定義されています。
参照元 address().