Searched refs:candidate_map (Results 1 – 2 of 2) sorted by relevance
575 Map* candidate_map = candidate->map(); in FindAllocationMemento() local579 MSAN_MEMORY_IS_INITIALIZED(&candidate_map, sizeof(candidate_map)); in FindAllocationMemento()580 if (candidate_map != allocation_memento_map()) { in FindAllocationMemento()
6350 Handle<Map> candidate_map = receiver->GetMonomorphicJSObjectMap(); in ComputeReceiverTypes() local6363 if (!map.is_identical_to(candidate_map)) break; in ComputeReceiverTypes()6369 maps->Add(candidate_map, zone); in ComputeReceiverTypes()