Home
last modified time | relevance | path

Searched refs:a (Results 1051 – 1075 of 1121) sorted by relevance

1...<<4142434445

/art/test/100-reflect2/src/
DMain.java170 public int compare(Object a, Object b) { in testMethodReflection()
171 return a.toString().compareTo(b.toString()); in testMethodReflection()
/art/runtime/
Dsubtype_check_test.cc936 void EnsureSubtypeOfCorrect(MockClass* a, MockClass* b) { in EnsureSubtypeOfCorrect() argument
951 SCTree src_tree = SCTree::Lookup(a); in EnsureSubtypeOfCorrect()
955 SCOPED_TRACE(*a); in EnsureSubtypeOfCorrect()
960 a->SlowIsSubtypeOf(b) ? SubtypeCheckInfo::kSubtypeOf : SubtypeCheckInfo::kNotSubtypeOf; in EnsureSubtypeOfCorrect()
DAndroid.bp6 // You may obtain a copy of the License at
17 // Keep the __jit_debug_register_code symbol as a unique symbol during ICF for architectures where
19 // new jit code is generated. We don't want it to be called when a different function with the same
341 // Note that the fault_handler_x86.cc is not a mistake. This file is
/art/compiler/optimizing/
Dregister_allocator_graph_color.cc119 CoalesceOpportunity(InterferenceNode* a, in CoalesceOpportunity()
124 : node_a(a), in CoalesceOpportunity()
482 void CreateCoalesceOpportunity(InterferenceNode* a,
1280 void ColoringIteration::CreateCoalesceOpportunity(InterferenceNode* a, in CreateCoalesceOpportunity() argument
1284 DCHECK_EQ(a->IsPair(), b->IsPair()) in CreateCoalesceOpportunity()
1287 new (allocator_) CoalesceOpportunity(a, b, kind, position, register_allocator_->liveness_); in CreateCoalesceOpportunity()
1288 a->AddCoalesceOpportunity(opportunity, &coalesce_opportunities_links_); in CreateCoalesceOpportunity()
/art/build/sdk/
DAndroid.bp5 // You may obtain a copy of the License at
/art/dexlayout/
DAndroid.bp5 // You may obtain a copy of the License at
Dcompact_dex_writer.cc260 [&](const std::unique_ptr<dex_ir::DebugInfoItem>& a, in SortDebugInfosByMethodIndex()
262 auto it_a = method_idx_map.find(a.get()); in SortDebugInfosByMethodIndex()
Ddexlayout.cc1694 [&is_shorty, &from_hot_method](const dex_ir::StringId* a, in LayoutStringData()
1696 const bool a_is_hot = from_hot_method[a->GetIndex()]; in LayoutStringData()
1702 const bool a_is_shorty = is_shorty[a->GetIndex()]; in LayoutStringData()
1708 return a->GetIndex() < b->GetIndex(); in LayoutStringData()
1805 [&](const std::unique_ptr<dex_ir::CodeItem>& a, in LayoutCodeItems()
1807 auto it_a = code_item_layout.find(a.get()); in LayoutCodeItems()
/art/runtime/interpreter/mterp/arm/
Dmain.S110 #define OFF_FP(a) (a - SHADOWFRAME_VREGS_OFFSET) argument
/art/test/003-omnibus-opcodes/src/
DIntMath.java54 long a = 0x11; in shiftTest2() local
63 long result = ((a << 56) | (b << 48) | (c << 40) | (d << 32) | in shiftTest2()
/art/dex2oat/
DAndroid.bp6 // You may obtain a copy of the License at
356 // defined in libgcc_eh.a(unwind-dw2.o)
/art/libelffile/elf/
Delf_builder.h380 auto less_then = [is_local](const Elf_Sym& a, const Elf_Sym b) { in WriteCachedSection()
381 auto tuple_a = std::make_tuple(!is_local(a), a.st_value, a.st_name); in WriteCachedSection()
/art/test/531-regression-debugphi/smali/
DTestCase.smali5 # You may obtain a copy of the License at
/art/test/463-checker-boolean-simplifier/smali/
DMain2.smali5 # You may obtain a copy of the License at
31 # Elementary test negating a boolean. Verifies that blocks are merged and
/art/runtime/interpreter/mterp/x86/
Dmain.S132 #define OFF_FP(a) (a - SHADOWFRAME_VREGS_OFFSET) argument
/art/test/2000-virtual-list-structural/
Dexpected.txt1 List is: [a, b, c, d]
5 List is: [a, b, c, d]
/art/test/1970-force-early-return-long/
Dexpected.txt147 Test stopped during a native method fails
163 Test stopped in a method called by native succeeds
169 Test stopped in a static method
/art/test/1968-force-early-return/
Dexpected.txt136 Test stopped during a native method fails
152 Test stopped in a method called by native succeeds
158 Test stopped in a static method
/art/runtime/arch/arm/
Dasm_support_arm.S38 .arch armv7-a
/art/test/1932-monitor-events-misc/
Dexpected.txt89 Testing the lock state if MonitorEnter throws in a native method
97 Testing the lock state if MonitorEntered throws in a native method
/art/compiler/
DAndroid.bp6 // You may obtain a copy of the License at
444 // Is this test a bit-rotten copy of the x86 test? b/77951326
/art/runtime/interpreter/mterp/arm64/
Dmain.S116 #define OFF_FP(a) (a - SHADOWFRAME_VREGS_OFFSET) argument
/art/libartbase/base/
Dbit_table.h222 typename BitTable<Accessor>::const_iterator a) {
223 return a + n;
/art/runtime/gc/space/
Dlarge_object_space.h227 bool operator()(const AllocationInfo* a, const AllocationInfo* b) const;
/art/test/1966-get-set-local-objects-no-table/jasmin/
DTestCases1966.j5 ; You may obtain a copy of the License at

1...<<4142434445