OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ContextSlotCache
(Results
1 - 8
of
8
) sorted by null
/external/v8/src/
scopeinfo.h
42
class
ContextSlotCache
{
64
ContextSlotCache
() {
129
DISALLOW_COPY_AND_ASSIGN(
ContextSlotCache
);
scopeinfo.cc
305
ContextSlotCache
* context_slot_cache = GetIsolate()->context_slot_cache();
307
if (result !=
ContextSlotCache
::kNotFound) {
391
int
ContextSlotCache
::Hash(Object* data, String* name) {
399
int
ContextSlotCache
::Lookup(Object* data,
415
void
ContextSlotCache
::Update(Object* data,
436
void
ContextSlotCache
::Clear() {
443
void
ContextSlotCache
::ValidateEntry(Object* data,
isolate.h
56
class
ContextSlotCache
;
824
ContextSlotCache
* context_slot_cache() {
[
all
...]
isolate.cc
[
all
...]
/external/chromium_org/v8/src/
scopeinfo.h
42
class
ContextSlotCache
{
64
ContextSlotCache
() {
129
DISALLOW_COPY_AND_ASSIGN(
ContextSlotCache
);
scopeinfo.cc
303
ContextSlotCache
* context_slot_cache = GetIsolate()->context_slot_cache();
305
if (result !=
ContextSlotCache
::kNotFound) {
414
int
ContextSlotCache
::Hash(Object* data, String* name) {
422
int
ContextSlotCache
::Lookup(Object* data,
438
void
ContextSlotCache
::Update(Object* data,
460
void
ContextSlotCache
::Clear() {
467
void
ContextSlotCache
::ValidateEntry(Object* data,
isolate.h
60
class
ContextSlotCache
;
885
ContextSlotCache
* context_slot_cache() {
[
all
...]
isolate.cc
[
all
...]
Completed in 3126 milliseconds