Home
last modified time | relevance | path

Searched refs:link (Results 1 – 25 of 28) sorted by relevance

12

/art/test/087-gc-after-link/
DAndroid.bp3 // Build rules for ART run-test `087-gc-after-link`.
16 name: "art-run-test-087-gc-after-link",
21 ":art-run-test-087-gc-after-link-expected-stdout",
22 ":art-run-test-087-gc-after-link-expected-stderr",
28 name: "art-run-test-087-gc-after-link-expected-stdout",
29 out: ["art-run-test-087-gc-after-link-expected-stdout.txt"],
36 name: "art-run-test-087-gc-after-link-expected-stderr",
37 out: ["art-run-test-087-gc-after-link-expected-stderr.txt"],
/art/tools/ahat/src/main/com/android/ahat/dominators/
DDominators.java312 Link<Node> link = dfs.pop(); in computeDominators() local
314 if (link.dst == null) { in computeDominators()
317 link.srcS.maxReachableId = id - 1; in computeDominators()
320 NodeS dstS = (NodeS)graph.getDominatorsComputationState(link.dst); in computeDominators()
325 graph.setDominatorsComputationState(link.dst, dstS); in computeDominators()
327 dstS.node = link.dst; in computeDominators()
329 dstS.inRefIds.add(link.srcS.id); in computeDominators()
330 dstS.domS = link.srcS; in computeDominators()
332 dstS.oldDomS = link.srcS; in computeDominators()
333 dstS.depth = link.srcS.depth + 1; in computeDominators()
[all …]
/art/runtime/
Dhandle_scope.h73 BaseHandleScope(BaseHandleScope* link, uint32_t num_references) in BaseHandleScope() argument
74 : link_(link), in BaseHandleScope()
78 explicit BaseHandleScope(BaseHandleScope* link) in BaseHandleScope() argument
79 : link_(link), in BaseHandleScope()
140 static HandleScope* Create(void* storage, BaseHandleScope* link, uint32_t num_references) in Create() argument
142 return new (storage) HandleScope(link, num_references); in Create()
167 HandleScope(BaseHandleScope* link, uint32_t num_references) in HandleScope() argument
168 : BaseHandleScope(link, num_references) {} in HandleScope()
204 explicit ALWAYS_INLINE FixedSizeHandleScope(BaseHandleScope* link,
Dhandle_scope-inl.h33 inline FixedSizeHandleScope<kNumReferences>::FixedSizeHandleScope(BaseHandleScope* link, in FixedSizeHandleScope() argument
35 : HandleScope(link, kNumReferences) { in FixedSizeHandleScope()
Doat_file_assistant_test.cc534 std::string link = scratch_dir + "/link"; in TEST_P() local
535 ASSERT_EQ(0, symlink(scratch_dir.c_str(), link.c_str())); in TEST_P()
536 dex_location = link + "/OdexUpToDate.jar"; in TEST_P()
/art/libartbase/base/
Dcommon_art_test.cc609 android::base::unique_fd link[2]; in ForkAndExec() local
616 link[0].reset(link_fd[0]); in ForkAndExec()
617 link[1].reset(link_fd[1]); in ForkAndExec()
635 dup2(link[1].get(), STDOUT_FILENO); in ForkAndExec()
636 dup2(link[1].get(), STDERR_FILENO); in ForkAndExec()
638 link[0].reset(); in ForkAndExec()
639 link[1].reset(); in ForkAndExec()
647 link[1].reset(); in ForkAndExec()
651 while (TEMP_FAILURE_RETRY(bytes_read = read(link[0].get(), buffer, 128)) > 0) { in ForkAndExec()
656 link[0].reset(); in ForkAndExec()
/art/tools/
Dbuildbot-teardown-device.sh48 | while read link; do
49 local dir=$(dirname "$link")
/art/tools/ahat/src/main/com/android/ahat/
DMenu.java24 DocString.link(DocString.uri("/"), DocString.text("overview"))
DSummarizer.java161 return DocString.link(uri, text); in summarize()
DSiteHandler.java102 DocString.link( in handle()
DDocString.java52 public static DocString link(URI uri, DocString content) { in link() method in DocString
DObjectHandler.java286 return DocString.link(DocString.uri("rooted"), DocString.text("ROOT")); in printGcRootPath()
/art/test/674-hiddenapi/
Dinfo.txt3 tries to access them with reflection/JNI/MethodHandles or link against them.
/art/libelffile/elf/
Delf_builder.h94 const Section* link, in Section() argument
103 link_(link), in Section()
232 const Section* link, in CachedSection() argument
236 : Section(owner, name, type, flags, link, info, align, entsize), cache_() { } in CachedSection()
418 const Section* link, in BuildIdSection() argument
422 : Section(owner, name, type, flags, link, info, align, entsize), in BuildIdSection()
/art/benchmark/
DAndroid.bp51 // TODO(ngeoffray): find a way to link against the libraries in the apex.
/art/libdexfile/
DAndroid.bp553 // For use by external packages allowed to link in static libdexfile_support.
572 // Using libdexfile_support_static_defaults will link in external libs like
607 // ubsan_minimal. It's needed to be able to link with the prebuilt
/art/test/
DREADME.atest.md61 ART gtests on device, because of build- and link-related limitations (the ART
82 dynamically link them against local ART APEX libraries (in the source tree), and
DAndroid.bp267 // (e.g. `JNI_GetDefaultJavaVMInitArgs`) and the link order does matter
282 // gtests link with the "non-d" versions of the libraries contained in
321 // (e.g. `JNI_GetDefaultJavaVMInitArgs`) and the link order does matter
331 // For now, link `libart-gtest` and `libartbase-testing` statically for
/art/libartservice/service/
DAndroid.bp218 // Statically link against system server to allow us to mock system
/art/tools/ahat/
DREADME.txt34 * Include a link to /objects in the overview and menu?
/art/build/apex/
DAndroid.bp149 // oatdump cannot link with host linux_bionic due to not using clang lld;
155 // oatdumpd cannot link with host linux_bionic due to not using clang lld;
/art/compiler/
DAndroid.bp525 // For now, link `libart-simulator-container` statically for simplicity,
/art/
DNOTICE58 separable from, or merely link (or bind by name) to the interfaces of,
/art/test/083-compiler-regressions/src/
DMain.java9686 private LVNTests link = null; field in LVNTests
9690 link = l; in setLink()
9694 LVNTests link1 = lhs.link; in causeNPE1()
9695 rhs.link = null; in causeNPE1()
9696 LVNTests link2 = lhs.link; in causeNPE1()
9704 t.link = new LVNTests(); in testNPE1()
9713 LVNTests link1 = lhs.link; in causeNPE2()
9715 LVNTests link2 = lhs.link; in causeNPE2()
9723 t.link = new LVNTests(); in testNPE2()
/art/runtime/arch/arm/
Dquick_entrypoints_arm.S501 str lr, [sp, r10] @ Store link register per the compiler ABI
601 push {r0-r2, lr} @ save arguments, padding (r2) and link register

12