Home
last modified time | relevance | path

Searched refs:candidate_map (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/heap/
Dheap-inl.h579 Map* candidate_map = candidate->map(); in FindAllocationMemento() local
583 MSAN_MEMORY_IS_INITIALIZED(&candidate_map, sizeof(candidate_map)); in FindAllocationMemento()
584 if (candidate_map != allocation_memento_map()) { in FindAllocationMemento()
/external/v8/src/compiler/
Djs-call-reducer.cc331 Handle<Map> candidate_map( in ReduceObjectPrototypeGetProto() local
333 Handle<Object> candidate_prototype(candidate_map->prototype(), isolate()); in ReduceObjectPrototypeGetProto()
/external/v8/src/crankshaft/
Dhydrogen.cc6364 Handle<Map> candidate_map = receiver->GetMonomorphicJSObjectMap(); in ComputeReceiverTypes() local
6377 if (!map.is_identical_to(candidate_map)) break; in ComputeReceiverTypes()
6383 maps->Add(candidate_map, zone); in ComputeReceiverTypes()