Home
last modified time | relevance | path

Searched refs:a (Results 1026 – 1050 of 1121) sorted by relevance

1...<<4142434445

/art/test/575-checker-string-init-alias/smali/
DTestCase.smali5 # You may obtain a copy of the License at
/art/tools/cpp-define-generator/
Dthread.def6 * You may obtain a copy of the License at
Dglobals.def6 * You may obtain a copy of the License at
/art/test/457-regs/smali/
DPhiLiveness.smali5 # You may obtain a copy of the License at
/art/test/975-iface-private/smali/
DMain.smali6 # * You may obtain a copy of the License at
/art/test/1922-owned-monitors-info/src/art/
DTest1922.java123 Arrays.sort(arr, (a, b) -> a.toString().compareTo(b.toString())); in sortByString()
/art/test/1953-pop-frame/
Dexpected.txt67 Test stopped during a native method fails
76 Test stopped in a method called by native fails
/art/test/1974-resize-array/src/art/
DTest1974.java328 Object a = getArr.get(); in runWithLocks()
330 synchronized (a) { in runWithLocks()
336 a.wait(); in runWithLocks()
/art/tools/luci/config/
Dcr-buildbucket.cfg36 # We have a limited set of runners, so put the expiration time close to
/art/runtime/interpreter/mterp/arm/
Dfloating_point.S457 /* EABI doesn't define a double remainder function, but libm does */
/art/runtime/
Dintern_table.h78 bool operator()(const GcRoot<mirror::String>& a, const GcRoot<mirror::String>& b) const
87 bool operator()(const GcRoot<mirror::String>& a, const Utf8String& b) const
/art/test/1969-force-early-return-void/
Dexpected.txt146 Test stopped during a native method fails
161 Test stopped in a method called by native succeeds
167 Test stopped in a static method
173 Test stopped in a Object <init> method
/art/cmdline/
Dcmdline_parser.h338 auto&& a = CreateTypedBuilder<TArg>(); in WithValues()
339 a.WithValues(values); in WithValues()
340 return std::move(a); in WithValues()
/art/compiler/utils/x86_64/
Dassembler_x86_64.cc2478 void X86_64Assembler::comiss(XmmRegister a, XmmRegister b) { in comiss() argument
2480 EmitOptionalRex32(a, b); in comiss()
2483 EmitXmmRegisterOperand(a.LowBits(), b); in comiss()
2487 void X86_64Assembler::comiss(XmmRegister a, const Address& b) { in comiss() argument
2489 EmitOptionalRex32(a, b); in comiss()
2492 EmitOperand(a.LowBits(), b); in comiss()
2496 void X86_64Assembler::comisd(XmmRegister a, XmmRegister b) { in comisd() argument
2499 EmitOptionalRex32(a, b); in comisd()
2502 EmitXmmRegisterOperand(a.LowBits(), b); in comisd()
2506 void X86_64Assembler::comisd(XmmRegister a, const Address& b) { in comisd() argument
[all …]
/art/libprofile/
DAndroid.bp6 // You may obtain a copy of the License at
/art/test/121-modifiers/smali/
DNonInf.smali6 # You may obtain a copy of the License at
/art/test/660-store-8-16/smali/
DTestCase.smali5 # You may obtain a copy of the License at
/art/test/588-checker-irreducib-lifetime-hole/smali/
DIrreducibleLoop.smali5 # You may obtain a copy of the License at
/art/test/954-invoke-polymorphic-verifier/smali/
DVarHandleUnhappyAccessors.smali6 # You may obtain a copy of the License at
/art/compiler/utils/x86/
Dassembler_x86.cc1725 void X86Assembler::comiss(XmmRegister a, XmmRegister b) { in comiss() argument
1729 EmitXmmRegisterOperand(a, b); in comiss()
1733 void X86Assembler::comiss(XmmRegister a, const Address& b) { in comiss() argument
1737 EmitOperand(a, b); in comiss()
1741 void X86Assembler::comisd(XmmRegister a, XmmRegister b) { in comisd() argument
1746 EmitXmmRegisterOperand(a, b); in comisd()
1750 void X86Assembler::comisd(XmmRegister a, const Address& b) { in comisd() argument
1755 EmitOperand(a, b); in comisd()
1759 void X86Assembler::ucomiss(XmmRegister a, XmmRegister b) { in ucomiss() argument
1763 EmitXmmRegisterOperand(a, b); in ucomiss()
[all …]
/art/tools/dexanalyze/
Ddexanalyze_experiments.cc74 size_t PrefixLen(const std::string& a, const std::string& b) { in PrefixLen() argument
76 for (; len < a.length() && len < b.length() && a[len] == b[len]; ++len) {} in PrefixLen()
/art/test/530-checker-peel-unroll/smali/
DPeelUnroll.smali5 # You may obtain a copy of the License at
74 .param p0, "a" # [I
183 .param p0, "a" # [I
/art/libnativebridge/tests/
DAndroid.bp6 // You may obtain a copy of the License at
/art/runtime/interpreter/mterp/x86_64/
Dmain.S128 #define OFF_FP(a) (a - SHADOWFRAME_VREGS_OFFSET) argument
/art/test/699-checker-string-append2/smali/
DB146014745.smali5 # You may obtain a copy of the License at
91 # The following is a jasmin version.

1...<<4142434445