Home
last modified time | relevance | path

Searched refs:other (Results 276 – 287 of 287) sorted by relevance

1...<<1112

/art/oatdump/
Doatdump.cc822 Stats other; in DumpStats() local
823 other.AddBytes(stats.Value() - stats.SumChildrenValues(), stats.Count()); in DumpStats()
824 if (std::fabs(other.Value()) > 0 && !stats.Children().empty()) { in DumpStats()
825 sorted_children.emplace(std::make_pair(-other.Value(), "(other)"), other); in DumpStats()
/art/runtime/
Dart_method.h451 bool HasSameNameAndSignature(ArtMethod* other) REQUIRES_SHARED(Locks::mutator_lock_);
DAndroid.bp40 // For all other architectures, leave the symbols in the shared library
Dclass_linker.cc6408 bool HasSameNameAndSignature(ArtMethod* other) in HasSameNameAndSignature() argument
6410 DCHECK(!other->IsProxyMethod()) << other->PrettyMethod(); in HasSameNameAndSignature()
6411 const DexFile* other_dex_file = other->GetDexFile(); in HasSameNameAndSignature()
6412 const dex::MethodId& other_mid = other_dex_file->GetMethodId(other->GetDexMethodIndex()); in HasSameNameAndSignature()
7587 bool operator==(const Entry& other) const { in CheckVTableHasNoDuplicates()
7588 if (name_len != other.name_len || strcmp(name, other.name) != 0) { in CheckVTableHasNoDuplicates()
7591 return signature == other.signature; in CheckVTableHasNoDuplicates()
/art/cmdline/
DREADME.md113 It will parse either `-hello:world` or `-hello:galaxy` only (and error out on other variations of
/art/test/955-methodhandles-smali/smali/
DMain.smali69 # Returns a method handle to boolean java.lang.Long.compareTo(java.lang.Long other).
/art/compiler/optimizing/
Dcode_generator_arm_vixl.h601 PcRelativePatchInfo(PcRelativePatchInfo&& other) = default;
/art/dex2oat/linker/
Doat_writer.cc1073 bool operator<(const OrderedMethodData& other) const { in operator <()
1078 std::string other_name = other.method_reference.PrettyMethod(); in operator <()
1083 if (GetMethodHotnessOrder() < other.GetMethodHotnessOrder()) { in operator <()
/art/openjdkjvmti/include/
Djvmti.h584 jvmtiHeapReferenceInfoReserved other; member
/art/test/956-methodhandles/src/
DMain.java36 import other.Chatty;
/art/test/1922-owned-monitors-info/
Dexpected.txt453 owner-monitors-stack-depth, no suspend, other thread
566 owner-monitors-stack-depth, suspend, other thread
/art/test/
DAndroid.bp609 "305-other-fault-handler/fault_handler.cc",

1...<<1112