HomeSort by relevance Sort by last modified time
    Searched defs:Equal (Results 1 - 20 of 20) sorted by null

  /art/runtime/base/
bit_vector-inl.h 72 inline bool BitVector::Equal(const BitVector* src) const {
  /external/llvm/lib/Transforms/Scalar/
LowerAtomic.cpp 31 Value *Equal = Builder.CreateICmpEQ(Orig, Cmp);
32 Value *Res = Builder.CreateSelect(Equal, Val, Orig);
36 Res = Builder.CreateInsertValue(Res, Equal, 1);
  /external/v8/src/
bignum.h 51 static bool Equal(const Bignum& a, const Bignum& b) {
code-factory.cc 323 Callable CodeFactory::Equal(Isolate* isolate) {
  /art/runtime/
lock_word.h 206 static bool Equal(LockWord lw1, LockWord lw2) {
225 // Disallow this in favor of explicit Equal() with the
245 // not work. Prefer Equal() or GetValueWithoutReadBarrierState().
  /external/v8/src/crankshaft/
hydrogen-load-elimination.cc 174 if (other == NULL || !Equal(approx->last_value_, other->last_value_)) {
253 if (Equal(approx->last_value_, value)) {
356 if (!Equal(approx->last_value_, value)) {
372 bool Equal(HValue* a, HValue* b) {
  /external/llvm/include/llvm/MC/MCParser/
MCAsmLexer.h 47 Star, Dot, Comma, Dollar, Equal, EqualEqual,
  /external/v8/src/compiler/
js-operator.cc 560 const Operator* JSOperatorBuilder::Equal(CompareOperationHints hints) {
    [all...]
  /external/pdfium/core/src/fxcrt/
fx_basic_bstring.cpp 220 bool CFX_ByteString::Equal(const char* ptr) const {
230 bool CFX_ByteString::Equal(const CFX_ByteStringC& str) const {
237 bool CFX_ByteString::Equal(const CFX_ByteString& other) const {
fx_basic_wstring.cpp 182 bool CFX_WideString::Equal(const wchar_t* ptr) const {
192 bool CFX_WideString::Equal(const CFX_WideStringC& str) const {
199 bool CFX_WideString::Equal(const CFX_WideString& other) const {
  /external/pdfium/xfa/src/fwl/src/theme/
widgettp.cpp 721 FX_BOOL CFWL_FontData::Equal(const CFX_WideStringC& wsFontFamily,
757 if (data->Equal(wsFontFamily, dwFontStyles, wCodePage)) {
  /external/regex-re2/re2/
regexp.cc 377 LOG(DFATAL) << "Unexpected op in Regexp::Equal: " << a->op();
381 bool Regexp::Equal(Regexp* a, Regexp* b) {
406 // be compared. The regexps are only equal if
407 // all the pairs end up being equal.
690 // ranges as equal if they overlap at all, so that
  /art/compiler/optimizing/
load_store_elimination.cc 762 bool Equal(HInstruction* heap_value, HInstruction* value) {
788 if (Equal(heap_value, value)) {
    [all...]
bounds_check_elimination.cc 171 static bool Equal(HInstruction* instruction1, HInstruction* instruction2) {
185 if (Equal(instruction_, bound.instruction_)) {
194 if (Equal(instruction_, bound.instruction_)) {
203 if (Equal(instruction_, bound.instruction_)) {
212 if (Equal(instruction_, bound.instruction_)) {
    [all...]
  /external/v8/test/cctest/
test-types.cc 51 bool Equal(Type* type1, Type* type2) {
64 void CheckEqual(Type* type1, Type* type2) { CHECK(Equal(type1, type2)); }
270 CHECK(Equal(type1, type2) == (*map1 == *map2));
297 CHECK(Equal(type1, type2) == (*value1 == *value2));
394 CHECK(Equal(type1, type2) == (min1 == min2 && max1 == max2));
423 CHECK(Equal(context1, context2) == Equal(type1, type2));
450 CHECK(Equal(array1, array2) == Equal(type1, type2));
514 CHECK(Equal(function01, function02) == Equal(type2, type3))
    [all...]
  /external/v8/tools/gcmole/
gcmole.cc 348 bool Equal(const Environment& env) {
929 changed_ = !old_in.Equal(in_);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ole.h 118 OLESTATUS (CALLBACK *Equal)(LPOLEOBJECT,LPOLEOBJECT);
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp 186 "KnownZero, KnownOne and Min, Max must have equal bitwidth.");
210 "Ty, KnownZero, KnownOne and Min, Max must have equal bitwidth.");
739 // though such pointers cannot alias, they can still compare equal.
    [all...]
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]

Completed in 883 milliseconds