Home
last modified time | relevance | path

Searched refs:TypeFromSmi (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/objects/
Dintl-objects-inl.h22 inline Intl::Type Intl::TypeFromSmi(Smi* type) { in TypeFromSmi() function
Dintl-objects.h236 inline static Intl::Type TypeFromSmi(Smi* type);
Dintl-objects.cc1195 Intl::Type type = Intl::TypeFromSmi(Smi::cast(*tag)); in IsObjectOfType()
/external/v8/src/runtime/
Druntime-intl.cc189 Intl::Type type_intl = Intl::TypeFromSmi(*type); in RUNTIME_FUNCTION()