Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dheap-inl.h445 Map* candidate_map = candidate->map(); in FindAllocationMemento() local
449 MSAN_MEMORY_IS_INITIALIZED(&candidate_map, sizeof(candidate_map)); in FindAllocationMemento()
450 if (candidate_map != ReadOnlyRoots(this).allocation_memento_map()) { in FindAllocationMemento()
/external/v8/src/compiler/
Djs-call-reducer.cc575 Handle<Map> candidate_map = object_maps[0]; in ReduceObjectGetPrototype() local
576 Handle<Object> candidate_prototype(candidate_map->prototype(), isolate()); in ReduceObjectGetPrototype()