Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/
Dtypes.cc213 if (map->is_undetectable()) return kUndetectable; in Lub()
Dobjects-printer.cc489 if (is_undetectable()) { in MapPrint()
Dhydrogen-instructions.cc2711 is_undetectable_ = map->is_undetectable(); in HConstant()
2737 bool is_undetectable, in HConstant() argument
2749 is_undetectable_(is_undetectable), in HConstant()
Dobjects-inl.h940 && HeapObject::cast(this)->map()->is_undetectable(); in TYPE_CHECKER()
Dhydrogen-instructions.h3691 bool is_undetectable,
Dobjects.h6214 inline bool is_undetectable() { in is_undetectable() function
Druntime.cc6174 if (heap_obj->map()->is_undetectable()) { in RUNTIME_FUNCTION()