HomeSort by relevance Sort by last modified time
    Searched refs:CopyDropTransitions (Results 1 - 5 of 5) sorted by null

  /external/v8/src/
accessors.cc 464 Object* new_map = function->initial_map()->CopyDropTransitions();
factory.cc 276 CALL_HEAP_FUNCTION(src->CopyDropTransitions(), Map);
    [all...]
runtime.cc 530 Object* map_or_failure = proto->map()->CopyDropTransitions();
534 map_or_failure = jsobject->map()->CopyDropTransitions();
689 Object* new_map = old_map->CopyDropTransitions();
705 Object* new_map = old_map->CopyDropTransitions();
    [all...]
objects.cc     [all...]
objects.h     [all...]

Completed in 63 milliseconds