OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:global_context_map
(Results
1 - 11
of
11
) sorted by null
/external/v8/src/
incremental-marking.cc
653
Map*
global_context_map
= heap_->
global_context_map
();
local
663
} else if (map ==
global_context_map
) {
800
Map*
global_context_map
= heap_->
global_context_map
();
local
824
if (map ==
global_context_map
) {
heap.cc
2272
Map*
global_context_map
= Map::cast(obj);
local
[
all
...]
heap.h
67
V(Map,
global_context_map
, GlobalContextMap) \
[
all
...]
objects-inl.h
583
map == heap->
global_context_map
() ||
593
HeapObject::cast(this)->GetHeap()->
global_context_map
();
[
all
...]
/external/chromium_org/v8/src/
contexts.h
422
return map == map->GetHeap()->
global_context_map
();
heap.h
164
V(Map,
global_context_map
, GlobalContextMap) \
[
all
...]
heap.cc
[
all
...]
objects-inl.h
628
map == heap->
global_context_map
());
[
all
...]
/external/v8/src/ia32/
macro-assembler-ia32.cc
932
// Read the first word and compare to
global_context_map
.
934
cmp(scratch, isolate()->factory()->
global_context_map
());
959
// Read the first word and compare to
global_context_map
(),
961
cmp(holder_reg, isolate()->factory()->
global_context_map
());
[
all
...]
full-codegen-ia32.cc
[
all
...]
/external/v8/src/x64/
macro-assembler-x64.cc
[
all
...]
Completed in 172 milliseconds