Home
last modified time | relevance | path

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

/external/v8/src/
Dcode-stubs-hydrogen.cc397 IfBuilder is_undetectable(this); in BuildCodeStub()
398 is_undetectable.If<HCompareNumericAndBranch>( in BuildCodeStub()
400 is_undetectable.Then(); in BuildCodeStub()
405 is_undetectable.Else(); in BuildCodeStub()
Dtypes.cc249 if (map->is_undetectable()) return kUndetectable; in Lub()
252 if (map->is_undetectable()) return kUndetectable; in Lub()
Dobjects-printer.cc461 if (is_undetectable()) os << " - undetectable\n"; in MapPrint()
Dobjects-inl.h1014 && HeapObject::cast(this)->map()->is_undetectable(); in TYPE_CHECKER()
4508 bool Map::is_undetectable() { in is_undetectable() function
Dobjects.h5577 inline bool is_undetectable();
/external/v8/src/crankshaft/
Dhydrogen-instructions.cc2720 IsUndetectableField::update(bit_field_, map->is_undetectable()); in HConstant()
2746 bool is_undetectable, InstanceType instance_type) in HConstant() argument
2757 IsUndetectableField::encode(is_undetectable) | in HConstant()
Dhydrogen-instructions.h3710 bool is_undetectable,