Searched refs:is_undetectable (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/v8/src/
H A Dobjects-printer.cc444 if (is_undetectable()) os << " - undetectable\n";
H A Dtypes.cc223 if (map->is_undetectable()) return kUndetectable;
H A Dhydrogen-instructions.cc2680 is_undetectable_ = map->is_undetectable();
2706 bool is_undetectable,
2718 is_undetectable_(is_undetectable),
2699 HConstant(Unique<Object> object, Unique<Map> object_map, bool has_stable_map_value, Representation r, HType type, bool is_not_in_new_space, bool boolean_value, bool is_undetectable, InstanceType instance_type) argument
H A Dhydrogen-instructions.h3728 bool is_undetectable,
H A Dobjects-inl.h987 && HeapObject::cast(this)->map()->is_undetectable();
H A Dobjects.h5702 inline bool is_undetectable() { function in class:v8::internal::Map
H A Druntime.cc6154 if (heap_obj->map()->is_undetectable()) {

Completed in 1341 milliseconds