Searched refs:Equal (Results 1 - 20 of 20) sorted by relevance

/external/webkit/JavaScriptGlue/
H A DJSBase.h45 virtual UInt8 Equal(JSBase* other);
H A DJSBase.cpp75 UInt8 JSBase::Equal(JSBase* other) function in class:JSBase
H A DJSObject.h49 virtual UInt8 Equal(JSBase* other);
H A DJSObject.cpp112 UInt8 JSUserObject::Equal(JSBase* other) function in class:JSUserObject
H A DJavaScriptGlue.cpp110 result = ptr->Equal((JSBase*)ref2);
/external/webkit/JavaScriptCore/wtf/unicode/
H A DCollator.h44 enum Result { Equal = 0, Greater = 1, Less = -1 }; enumerator in enum:WTF::Collator::Result
H A DCollatorDefault.cpp68 return Equal;
/external/skia/include/core/
H A DSkTypeface.h73 static bool Equal(const SkTypeface* facea, const SkTypeface* faceb);
/external/webkit/JavaScriptCore/wrec/
H A DWRECGenerator.cpp90 *failure = branch32(Equal, length, index);
97 failures.append(branch32(Equal, length, index));
136 Jump skipIfEmpty = branch32(Equal, Address(output, ((2 * subpatternId) + 1) * sizeof(int)), character);
166 branch32(Equal, repeatCount, Imm32(max), quantifierFailed);
319 isUpper = branch32(Equal, character, Imm32(upper));
355 matchDest.append(branch32(Equal, character, Imm32((unsigned short)matches[*matchIndex])));
393 matchDest.append(branch32(Equal, character, Imm32(ch)));
417 matchDest.append(branch32(Equal, character, Imm32((unsigned short)charClass.matches[matchIndex++])));
434 matchDest.append(branch32(Equal, character, Imm32((unsigned short)ch)));
440 matchDest.append(branch32(Equal, characte
[all...]
/external/skia/src/core/
H A DSkTypeface.cpp24 bool SkTypeface::Equal(const SkTypeface* facea, const SkTypeface* faceb) { function in class:SkTypeface
/external/webkit/JavaScriptCore/jit/
H A DJITOpcodes.cpp76 Jump isNativeFunc2 = branch32(Equal, Address(regT2, OBJECT_OFFSETOF(FunctionExecutable, m_numParameters)), Imm32(0));
88 Jump arityCheckOkay2 = branch32(Equal, Address(regT2, OBJECT_OFFSETOF(FunctionExecutable, m_numParameters)), regT1);
115 Jump isNativeFunc3 = branch32(Equal, Address(regT2, OBJECT_OFFSETOF(FunctionExecutable, m_numParameters)), Imm32(0));
127 Jump arityCheckOkay3 = branch32(Equal, Address(regT2, OBJECT_OFFSETOF(FunctionExecutable, m_numParameters)), regT1);
501 Jump isInstance = branchPtr(Equal, regT2, regT1);
756 Jump isTrue = branch32(Equal, regT1, Imm32(JSValue::TrueTag));
757 addJump(branch32(Equal, regT1, Imm32(JSValue::FalseTag)), target);
797 Jump isFalse = branch32(Equal, regT1, Imm32(JSValue::FalseTag));
798 addJump(branch32(Equal, regT1, Imm32(JSValue::TrueTag)), target);
801 Jump isFalse2 = branch32(Equal, regT
[all...]
H A DJITArithmetic.cpp59 addSlowCase(branch32(Equal, regT0, Imm32(0)));
1133 addSlowCase(branch32(Equal, X86Registers::eax, Imm32(0x80000000))); // -2147483648 / -1 => EXC_ARITHMETIC
1139 addSlowCase(branch32(Equal, X86Registers::eax, Imm32(0x80000000))); // -2147483648 / -1 => EXC_ARITHMETIC
1140 addSlowCase(branch32(Equal, X86Registers::ecx, Imm32(0))); // divide by 0
1195 addSlowCase(branch32(Equal, regT2, Imm32(0)));
2123 addSlowCase(branchPtr(Equal, X86Registers::ecx, ImmPtr(JSValue::encode(jsNumber(m_globalData, 0)))));
2173 addSlowCase(branch32(Equal, regT2, Imm32(1)));
H A DJITPropertyAccess.cpp288 addSlowCase(branch32(Equal, regT1, Imm32(JSValue::EmptyValueTag)));
327 Jump empty = branch32(Equal, BaseIndex(regT3, regT2, TimesEight, OBJECT_OFFSETOF(ArrayStorage, m_vector[0]) + 4), Imm32(JSValue::EmptyValueTag));
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dequal.h28 bool Equal(const Fst<Arc> &fst1, const Fst<Arc> &fst2) { function in namespace:fst
33 VLOG(1) << "Equal: mismatched start states";
42 VLOG(1) << "Equal: mismatched # of states";
48 VLOG(1) << "Equal: mismatched states:"
56 VLOG(1) << "Equal: mismatched final weights:"
66 VLOG(1) << "Equal: mismatched # of arcs"
73 VLOG(1) << "Equal: mismatched arc input labels:"
80 VLOG(1) << "Equal: mismatched arc output labels:"
87 VLOG(1) << "Equal: mismatched arc weights:"
94 VLOG(1) << "Equal
[all...]
/external/webkit/WebCore/platform/graphics/chromium/
H A DFontPlatformDataLinux.cpp142 // call SkTypeface::Equal on the valid pointers.
150 typefacesEqual = SkTypeface::Equal(m_typeface, a.m_typeface);
/external/webkit/JavaScriptCore/yarr/
H A DRegexJIT.cpp117 matchDest.append(branch32(Equal, character, Imm32((unsigned short)matches[*matchIndex])));
155 matchDest.append(branch32(Equal, character, Imm32(ch)));
179 matchDest.append(branch32(Equal, character, Imm32((unsigned short)charClass->m_matches[matchIndex++])));
196 matchDest.append(branch32(Equal, character, Imm32((unsigned short)ch)));
202 matchDest.append(branch32(Equal, character, Imm32(matchesAZaz[i])));
230 return branch32(Equal, index, length);
240 return branch16(Equal, BaseIndex(input, index, TimesTwo, inputPosition * sizeof(UChar)), Imm32(ch));
422 matchDest.append(branch32(Equal, index, Imm32(state.checkedTotal)));
484 atBegin = branch32(Equal, index, Imm32(state.checkedTotal));
639 branch32(Equal, countRegiste
[all...]
/external/webkit/JavaScriptCore/assembler/
H A DMacroAssemblerX86Common.h46 Equal = X86Assembler::ConditionE, enumerator in enum:JSC::MacroAssemblerX86Common::Condition
473 return branch32(Equal, dest, Imm32(0x80000000));
631 if (((cond == Equal) || (cond == NotEqual)) && !right.m_value)
888 if (((cond == Equal) || (cond == NotEqual)) && !right.m_value)
904 if (((cond == Equal) || (cond == NotEqual)) && !right.m_value)
H A DMacroAssemblerX86_64.h294 if (((cond == Equal) || (cond == NotEqual)) && !right.m_value)
H A DMacroAssemblerARM.h46 Equal = ARMAssembler::EQ, enumerator in enum:JSC::MacroAssemblerARM::Condition
H A DMacroAssemblerARMv7.h81 Equal = ARMv7Assembler::ConditionEQ, enumerator in enum:JSC::MacroAssemblerARMv7::Condition

Completed in 238 milliseconds