OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:root_index_map_
(Results
1 - 10
of
10
) sorted by null
/external/v8/src/
context-measure.h
33
RootIndexMap
root_index_map_
;
member in class:v8::internal::ContextMeasure
context-measure.cc
16
root_index_map_
(context->GetIsolate()),
41
if (
root_index_map_
.Lookup(object) != RootIndexMap::kInvalidRootIndex) return;
handles.cc
126
root_index_map_
= new RootIndexMap(isolate);
133
delete
root_index_map_
;
147
int index =
root_index_map_
->Lookup(HeapObject::cast(object));
handles.h
353
RootIndexMap*
root_index_map_
;
member in class:v8::internal::final
isolate.cc
[
all
...]
/external/v8/src/snapshot/
partial-serializer.cc
63
int root_index =
root_index_map_
.Lookup(obj);
startup-serializer.cc
55
int root_index =
root_index_map_
.Lookup(obj);
serializer.h
133
RootIndexMap* root_index_map() { return &
root_index_map_
; }
231
RootIndexMap
root_index_map_
;
member in class:v8::internal::Serializer
code-serializer.cc
64
int root_index =
root_index_map_
.Lookup(obj);
serializer.cc
16
root_index_map_
(isolate),
Completed in 683 milliseconds