Searched defs:is_instance (Results 1 - 5 of 5) sorted by relevance

/external/v8/src/arm/
H A Dcode-stubs-arm.cc3594 Label slow, loop, is_instance, is_not_instance, not_js_object; local
3658 __ b(eq, &is_instance);
3665 __ bind(&is_instance);
/external/v8/src/ia32/
H A Dcode-stubs-ia32.cc4239 NearLabel loop, is_instance, is_not_instance; local
4242 __ j(equal, &is_instance);
4250 __ bind(&is_instance);
/external/v8/src/x64/
H A Dcode-stubs-x64.cc3223 NearLabel loop, is_instance, is_not_instance; local
3227 __ j(equal, &is_instance);
3236 __ bind(&is_instance);
/external/opencv/cxcore/src/
H A Dcxpersistence.cpp4820 CvIsInstanceFunc is_instance, CvReleaseFunc release,
4828 _info.is_instance = is_instance;
4885 if( !_info->is_instance || !_info->release ||
4889 "(is_instance, release, read or write) are NULL");
4982 if( info->is_instance( struct_ptr ))
4819 CvType( const char* type_name, CvIsInstanceFunc is_instance, CvReleaseFunc release, CvReadFunc read, CvWriteFunc write, CvCloneFunc clone ) argument
/external/opencv/cxcore/include/
H A Dcxtypes.h1748 CvIsInstanceFunc is_instance; member in struct:CvTypeInfo

Completed in 204 milliseconds