Home
last modified time | relevance | path

Searched defs:compare (Results 1 – 8 of 8) sorted by relevance

/art/runtime/base/
Dstringpiece.cc44 int StringPiece::compare(const StringPiece& x) const { in compare() function in art::StringPiece
/art/runtime/
Ddex_file.cc559 int compare = CompareModifiedUtf8ToModifiedUtf8AsUtf16CodePointValues(string, str); in FindStringId() local
578 int compare = CompareModifiedUtf8ToUtf16AsCodePointValues(str, string); in FindStringId() local
615 int compare = return_type_idx - proto.return_type_idx_; in FindProtoId() local
/art/compiler/dex/quick/x86/
Dutility_x86.cc891 int offset, int check_value, LIR* target, LIR** compare) { in OpCmpMemImmBranch()
/art/compiler/optimizing/
Dcode_generator_x86_64.cc546 void LocationsBuilderX86_64::VisitCompare(HCompare* compare) { in VisitCompare()
554 void InstructionCodeGeneratorX86_64::VisitCompare(HCompare* compare) { in VisitCompare()
Dcode_generator_arm.cc1039 void LocationsBuilderARM::VisitCompare(HCompare* compare) { in VisitCompare()
1047 void InstructionCodeGeneratorARM::VisitCompare(HCompare* compare) { in VisitCompare()
Dcode_generator_x86.cc1003 void LocationsBuilderX86::VisitCompare(HCompare* compare) { in VisitCompare()
1011 void InstructionCodeGeneratorX86::VisitCompare(HCompare* compare) { in VisitCompare()
/art/compiler/dex/quick/
Dcodegen_util.cc1211 int offset, int check_value, LIR* target, LIR** compare) { in OpCmpMemImmBranch()
/art/compiler/dex/quick/arm64/
Dint_arm64.cc289 LIR* target, LIR** compare) { in OpCmpMemImmBranch()