/art/libartbase/base/ |
D | memory_region.cc | 24 void MemoryRegion::CopyFrom(size_t offset, const MemoryRegion& from) const { in CopyFrom() 25 CHECK(from.pointer() != nullptr); in CopyFrom() 26 CHECK_GT(from.size(), 0U); in CopyFrom() 27 CHECK_GE(this->size(), from.size()); in CopyFrom() 28 CHECK_LE(offset, this->size() - from.size()); in CopyFrom() 29 memmove(reinterpret_cast<void*>(begin() + offset), from.pointer(), from.size()); in CopyFrom()
|
/art/test/1963-add-to-dex-classloader-in-memory/ |
D | expected.txt | 3 Hello from TestClass sayHi function 4 Goodbye from TestClass! 8 Hello again from TestClass sayHi function 9 Hello from NewClass sayHi function 10 Goodbye again from TestClass! 13 Hello from TestClass sayHi function 14 Goodbye from TestClass! 17 Hello again from TestClass sayHi function
|
/art/test/551-implicit-null-checks/ |
D | expected.txt | 1 NPE from GetLong 2 NPE from PutLong 3 NPE from GetDouble 4 NPE from PutDouble
|
/art/runtime/ |
D | method_handles_test.cc | 63 Handle<mirror::Class> from, in TryConversion() argument 68 Handle<mirror::MethodType> from_mt = hs.NewHandle(CreateVoidMethodType(self, from)); in TryConversion() 70 return ConvertJValueCommon(from_mt, to_mt, from.Get(), to.Get(), value); in TryConversion() 84 Handle<mirror::Class> from = hs.NewHandle(cl->FindPrimitiveClass('B')); in TEST_F() local 87 ASSERT_TRUE(TryConversion(soa.Self(), from, to, &value)); in TEST_F() 96 Handle<mirror::Class> from = hs.NewHandle(cl->FindPrimitiveClass('C')); in TEST_F() local 100 ASSERT_TRUE(TryConversion(soa.Self(), from, to, &value)); in TEST_F() 109 Handle<mirror::Class> from = hs.NewHandle(cl->FindPrimitiveClass('I')); in TEST_F() local 112 ASSERT_TRUE(TryConversion(soa.Self(), from, to, &value)); in TEST_F() 121 Handle<mirror::Class> from = hs.NewHandle(cl->FindPrimitiveClass('B')); in TEST_F() local [all …]
|
D | method_handles.h | 38 bool IsParameterTypeConvertible(ObjPtr<mirror::Class> from, 43 bool IsReturnTypeConvertible(ObjPtr<mirror::Class> from, 52 ObjPtr<mirror::Class> from,
|
/art/test/1964-add-to-dex-classloader-file/ |
D | expected.txt | 3 Hello from TestClass sayHi function 4 Goodbye from TestClass! 8 Hello again from TestClass sayHi function 9 Hello from NewClass sayHi function 17 Hello from TestClass sayHi function 18 Goodbye from TestClass! 21 Hello again from TestClass sayHi function
|
/art/test/975-iface-private/ |
D | expected.txt | 1 Saying hi from class 3 Saying hi from interface
|
/art/runtime/interpreter/mterp/arm/ |
D | other.S | 17 GET_INST_OPCODE ip @ extract opcode from rINST 33 GET_INST_OPCODE ip @ extract opcode from rINST 43 GET_INST_OPCODE ip @ extract opcode from rINST 51 GET_INST_OPCODE ip @ ip<- opcode from rINST 65 GET_INST_OPCODE ip @ extract opcode from rINST 91 GET_INST_OPCODE ip @ extract opcode from rINST 106 GET_INST_OPCODE ip @ extract opcode from rINST 118 GET_INST_OPCODE ip @ extract opcode from rINST 132 GET_INST_OPCODE ip @ extract opcode from rINST 145 GET_INST_OPCODE ip @ extract opcode from rINST [all …]
|
D | object.S | 15 GET_INST_OPCODE ip @ extract opcode from rINST 34 GET_INST_OPCODE ip @ extract opcode from rINST 38 @ Fast-path which gets the field offset from thread-local cache. 123 GET_INST_OPCODE ip @ extract opcode from rINST 162 GET_INST_OPCODE ip @ extract opcode from rINST 188 GET_INST_OPCODE ip @ extract opcode from rINST 224 GET_INST_OPCODE ip @ extract opcode from rINST 239 GET_INST_OPCODE ip @ extract opcode from rINST 263 GET_INST_OPCODE ip @ extract opcode from rINST 279 GET_INST_OPCODE ip @ extract opcode from rINST
|
D | array.S | 27 GET_INST_OPCODE ip @ extract opcode from rINST 89 GET_INST_OPCODE ip @ extract opcode from rINST 119 GET_INST_OPCODE ip @ extract opcode from rINST 145 GET_INST_OPCODE ip @ extract opcode from rINST 173 GET_INST_OPCODE ip @ extract opcode from rINST 188 GET_INST_OPCODE ip @ extract opcode from rINST 205 GET_INST_OPCODE ip @ extract opcode from rINST 225 GET_INST_OPCODE ip @ extract opcode from rINST 249 GET_INST_OPCODE ip @ extract opcode from rINST
|
/art/test/949-in-memory-transform/ |
D | info.txt | 3 Tests that transformation works even when the class being transformed comes from 4 an in-memory dex file (i.e. loaded from an InMemoryDexClassLoader).
|
/art/test/420-const-class/ |
D | expected.txt | 7 Hello from OtherWithClinit 13 Hello from OtherWithClinit2
|
/art/test/984-obsolete-invoke/ |
D | expected.txt | 3 Retrieving obsolete method from current stack 10 Caught expected error from attempting to invoke an obsolete method.
|
/art/test/1927-exception-event/ |
D | expected.txt | 3 …c static void art.Test1927.test_J() @ line = 110 throws class art.Test1927$TestException: from java 12 …c static void art.Test1927.test_J() @ line = 111 caught class art.Test1927$TestException: from java 20 Caught exception: art.Test1927$TestException: from java 22 Caught exception: art.Test1927$TestException: from native 24 …atic void art.Test1927.terminal_J() @ line = 103 throws class art.Test1927$TestException: from java 34 …static void art.Test1927.test_J_J() @ line = 122 caught class art.Test1927$TestException: from java 42 Caught exception: art.Test1927$TestException: from java 44 …ive void art.Test1927.terminal_N() @ line = -1 throws class art.Test1927$TestException: from native 54 …atic void art.Test1927.test_J_N() @ line = 130 caught class art.Test1927$TestException: from native 62 Caught exception: art.Test1927$TestException: from native [all …]
|
/art/libnativeloader/ |
D | README.md | 16 from the namespace. The actual searching, loading, and linking of the library 22 from the namespace, thus preventing an APK from loading JNI libraries of other 29 are available from the platform, whereas in case of the bundled, all libraries 31 app is from `/vendor` or `/product` partition, the app is additionally provided 35 some libraries are no longer provided from platform, but from the APEXes which 37 `libicui18n.so` are from the runtime APEX. 82 native libraries from the various partitions. It can be considered as a part of 83 `LibraryNamespaces` but is separated from it to hide the details of the parsing
|
/art/test/021-string2/src/ |
D | Main.java | 522 for (int from = 0; from != full.length(); ++from) { in testIndexOf() 526 if (from <= p.length()) { in testIndexOf() 530 } else if (from >= p.length() + c.length()) { in testIndexOf() 534 } else if (full.charAt(from) == 'z') { in testIndexOf() 535 eX = (full.charAt(from + 1) != 'x') ? -1 : from + 1; in testIndexOf() 536 e0440 = (full.charAt(from + 1) != '\u0440') ? -1 : from + 1; in testIndexOf() 537 e0000 = (full.charAt(from + 1) != '\u0000') ? -1 : from + 1; in testIndexOf() 539 eX = (full.charAt(from) != 'x') ? -1 : from; in testIndexOf() 540 e0440 = (full.charAt(from) != '\u0440') ? -1 : from; in testIndexOf() 541 e0000 = (full.charAt(from) != '\u0000') ? -1 : from; in testIndexOf() [all …]
|
/art/compiler/optimizing/ |
D | superblock_cloner.h | 36 HEdge(HBasicBlock* from, HBasicBlock* to) : from_(from->GetBlockId()), to_(to->GetBlockId()) { in HEdge() argument 40 HEdge(uint32_t from, uint32_t to) : from_(from), to_(to) { in HEdge() argument 72 uint32_t from = edge.GetFrom(); in IsEdgeValid() local 74 if (from >= graph->GetBlocks().size() || to >= graph->GetBlocks().size()) { in IsEdgeValid() 78 HBasicBlock* block_from = graph->GetBlocks()[from]; in IsEdgeValid()
|
D | register_allocator_graph_color.cc | 490 void AddPotentialInterference(InterferenceNode* from, 509 bool PrecoloredHeuristic(InterferenceNode* from, InterferenceNode* into); 512 bool UncoloredHeuristic(InterferenceNode* from, InterferenceNode* into); 517 void Combine(InterferenceNode* from, InterferenceNode* into); 1092 void ColoringIteration::AddPotentialInterference(InterferenceNode* from, in AddPotentialInterference() argument 1096 if (from->IsPrecolored()) { in AddPotentialInterference() 1105 from->AddInterference( in AddPotentialInterference() 1124 from->AddInterference( in AddPotentialInterference() 1129 from->AddInterference(to, guaranteed_not_interfering_yet, &adjacent_nodes_links_); in AddPotentialInterference() 1133 AddPotentialInterference(to, from, guaranteed_not_interfering_yet, /*both_directions*/ false); in AddPotentialInterference() [all …]
|
/art/libdexfile/dex/ |
D | primitive.h | 198 static bool IsWidenable(Type from, Type to) { in IsWidenable() argument 199 if (!IsNumericType(from) || !IsNumericType(to)) { in IsWidenable() 203 if (IsSignedNumericType(from) && !IsSignedNumericType(to)) { in IsWidenable() 207 if (BitsRequiredForLargestValue(from) > BitsRequiredForLargestValue(to)) { in IsWidenable()
|
/art/dt_fd_forward/ |
D | README.md | 16 When this transport has successfully received fds from the proxy it sends the 22 When this transport accepts or attaches to a connection it will read from the 24 order, an fd that will be read from to get incoming JDWP packets (read\_fd\_), 27 to writing any data to write\_fd\_ the transport will _read_ from the
|
/art/test/098-ddmc/ |
D | expected.txt | 2 …der len: 9 stack frame len: 8 number of entries: 0 offset to string table from start of message: 1… 14 …der len: 9 stack frame len: 8 number of entries: 0 offset to string table from start of message: 1… 23 …der len: 9 stack frame len: 8 number of entries: 0 offset to string table from start of message: 1…
|
/art/test/975-iface-private/smali/ |
D | Main.smali | 24 # System.out.println("Saying hi from class"); 28 # System.out.println("Saying hi from interface"); 56 const-string v1, "Saying hi from class" 66 const-string v1, "Saying hi from interface"
|
/art/test/004-JniTest/ |
D | info.txt | 1 Imported from oat tests.
|
/art/test/004-ReferenceMap/ |
D | info.txt | 1 Imported from oat tests.
|
/art/test/004-NativeAllocations/ |
D | info.txt | 1 Imported from oat tests.
|