Searched refs:is_hidden_prototype (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/v8/src/
H A Dlookup-inl.h20 next->map()->is_hidden_prototype());
23 !(check_hidden() && next->map()->is_hidden_prototype()) &&
H A Dprototype.h104 !HeapObject::cast(object_)->map()->is_hidden_prototype());
109 !Handle<HeapObject>::cast(handle_)->map()->is_hidden_prototype());
H A Dobjects-printer.cc441 if (is_hidden_prototype()) os << " - hidden_prototype\n";
H A Dobjects.h5670 inline bool is_hidden_prototype() { function in class:v8::internal::Map
H A Druntime.cc5658 ->is_hidden_prototype()) {
5694 !HeapObject::cast(map->prototype())->map()->is_hidden_prototype()) {
/external/chromium_org/v8/src/ic/
H A Dcall-optimization.cc33 if (!prototype->map()->is_hidden_prototype()) break;

Completed in 715 milliseconds