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

/external/mdnsresponder/mDNSShared/
H A DDebugServices.h568 /*! @defined check_string
577 Code inside check_string() statements is not compiled into production builds.
581 #undef check_string macro
583 #if( !defined( check_string ) )
585 #define check_string( X, STR ) \ macro
595 #define check_string( X, STR ) macro
1090 #define ensure_string( X, STR ) check_string( X, STR )
/external/v8/src/arm/
H A Dic-arm.cc581 Label check_number_dictionary, check_string, lookup_monomorphic_cache; local
585 __ JumpIfNotSmi(r2, &check_string);
632 __ bind(&check_string);
968 Label slow, check_string, index_smi, index_string, property_array_property; local
977 __ JumpIfNotSmi(key, &check_string);
1014 __ bind(&check_string);
/external/v8/src/ia32/
H A Dic-ia32.cc450 Label slow, check_string, index_smi, index_string, property_array_property; local
454 __ JumpIfNotSmi(eax, &check_string);
516 __ bind(&check_string);
1154 Label check_number_dictionary, check_string, lookup_monomorphic_cache; local
1158 __ JumpIfNotSmi(ecx, &check_string);
1217 __ bind(&check_string);
/external/v8/src/mips/
H A Dic-mips.cc579 Label check_number_dictionary, check_string, lookup_monomorphic_cache; local
583 __ JumpIfNotSmi(a2, &check_string);
630 __ bind(&check_string);
969 Label slow, check_string, index_smi, index_string, property_array_property; local
978 __ JumpIfNotSmi(key, &check_string);
1017 __ bind(&check_string);
/external/v8/src/x64/
H A Dic-x64.cc395 Label slow, check_string, index_smi, index_string, property_array_property; local
399 __ JumpIfNotSmi(rax, &check_string);
444 __ bind(&check_string);
1033 Label check_number_dictionary, check_string, lookup_monomorphic_cache; local
1037 __ JumpIfNotSmi(rcx, &check_string);
1085 __ bind(&check_string);

Completed in 841 milliseconds