HomeSort by relevance Sort by last modified time
    Searched full:global_context_map (Results 1 - 13 of 13) 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...]
objects-inl.h 583 map == heap->global_context_map() ||
593 HeapObject::cast(this)->GetHeap()->global_context_map();
    [all...]
heap.h 67 V(Map, global_context_map, GlobalContextMap) \
    [all...]
  /external/chromium_org/v8/src/
contexts.h 422 return map == map->GetHeap()->global_context_map();
heap.h 163 V(Map, global_context_map, GlobalContextMap) \
    [all...]
objects-inl.h 647 map == heap->global_context_map());
    [all...]
heap.cc     [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...]
  /external/v8/src/arm/
macro-assembler-arm.cc     [all...]
  /external/v8/src/mips/
macro-assembler-mips.cc 373 // Read the first word and compare to the global_context_map.
    [all...]

Completed in 346 milliseconds