Searched refs:proto_offset (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/
H A Dmark-compact.cc2509 const int proto_offset = header + Map::kProtoTransitionPrototypeOffset; local
2513 Object* prototype = prototype_transitions->get(proto_offset + i * step);
2516 int proto_index = proto_offset + new_number_of_transitions * step;
H A Dobjects.cc8592 const int proto_offset = local
8597 if (cache->get(proto_offset + i * step) == prototype) {

Completed in 74 milliseconds