Home
last modified time | relevance | path

Searched refs:IsInstanceOf (Results 1 – 11 of 11) sorted by relevance

/external/hamcrest/src/org/hamcrest/core/
DIsInstanceOf.java14 public class IsInstanceOf extends BaseMatcher<Object> { class
23 public IsInstanceOf(Class<?> theClass) { in IsInstanceOf() method in IsInstanceOf
41 return new IsInstanceOf(type); in instanceOf()
DIs.java3 import static org.hamcrest.core.IsInstanceOf.instanceOf;
/external/hamcrest/src/org/hamcrest/
DCoreMatchers.java66 return org.hamcrest.core.IsInstanceOf.instanceOf(type); in instanceOf()
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
DApplicationTest.java34 import static org.hamcrest.core.IsInstanceOf.instanceOf;
/external/v8/src/
Dbuiltins.cc1032 if (holder->IsInstanceOf(FunctionTemplateInfo::cast(recv_type))) { in TypeCheck()
1050 if (current->IsInstanceOf(FunctionTemplateInfo::cast(argtype))) { in TypeCheck()
1157 ASSERT(object->IsInstanceOf(type)); in VerifyTypeCheck()
Dstub-cache.cc1484 if (object->IsInstanceOf(*expected_receiver_type_)) return depth; in GetPrototypeDepthOfExpectedType()
1488 if (holder->IsInstanceOf(*expected_receiver_type_)) return depth; in GetPrototypeDepthOfExpectedType()
Dbootstrapper.cc2140 ASSERT(object->IsInstanceOf( in ConfigureApiObject()
Dapi.cc1014 if (obj->IsInstanceOf(i::FunctionTemplateInfo::cast(types->get(i)))) in match()
2898 while (!object->IsInstanceOf(tmpl_info)) { in FindInstanceInPrototypeChain()
4538 return obj->IsInstanceOf(*Utils::OpenHandle(this)); in HasInstance()
Dobjects-inl.h148 bool Object::IsInstanceOf(FunctionTemplateInfo* expected) { in IsInstanceOf() function
Dobjects.h874 inline bool IsInstanceOf(FunctionTemplateInfo* type);
/external/v8/
DChangeLog2806 chain. Inlined Object::IsInstanceOf.