HomeSort by relevance Sort by last modified time
    Searched refs:global_context_map (Results 1 - 7 of 7) 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/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 67 milliseconds