Searched refs:candidate_map (Results 1 – 2 of 2) sorted by relevance
445 Map* candidate_map = candidate->map(); in FindAllocationMemento() local449 MSAN_MEMORY_IS_INITIALIZED(&candidate_map, sizeof(candidate_map)); in FindAllocationMemento()450 if (candidate_map != ReadOnlyRoots(this).allocation_memento_map()) { in FindAllocationMemento()
575 Handle<Map> candidate_map = object_maps[0]; in ReduceObjectGetPrototype() local576 Handle<Object> candidate_prototype(candidate_map->prototype(), isolate()); in ReduceObjectGetPrototype()