Home
last modified time | relevance | path

Searched defs:link (Results 1 – 11 of 11) sorted by relevance

/art/runtime/
Dhandle_scope.h70 BaseHandleScope(BaseHandleScope* link, uint32_t num_references) in BaseHandleScope() function
75 explicit BaseHandleScope(BaseHandleScope* link) in BaseHandleScope() function
137 static HandleScope* Create(void* storage, BaseHandleScope* link, uint32_t num_references) in Create()
161 HandleScope(BaseHandleScope* link, uint32_t num_references) in HandleScope()
Dhandle_scope-inl.h33 inline FixedSizeHandleScope<kNumReferences>::FixedSizeHandleScope(BaseHandleScope* link, in FixedSizeHandleScope()
Doat_file_assistant_test.cc339 std::string link = scratch_dir + "/link"; in TEST_F() local
Dthread.cc190 DeoptimizationContextRecord* link) in DeoptimizationContextRecord()
241 StackedShadowFrameRecord* link) in StackedShadowFrameRecord()
/art/runtime/interpreter/
Dshadow_frame.h75 static ShadowFrame* CreateDeoptimizedFrame(uint32_t num_vregs, ShadowFrame* link, in CreateDeoptimizedFrame()
90 #define CREATE_SHADOW_FRAME(num_vregs, link, method, dex_pc) ({ \ argument
317 ShadowFrame* link, in CreateShadowFrameImpl()
388 ShadowFrame(uint32_t num_vregs, ShadowFrame* link, ArtMethod* method, uint32_t dex_pc) in ShadowFrame() function
/art/tools/ahat/src/main/com/android/ahat/
DDocString.java52 public static DocString link(URI uri, DocString content) { in link() method in DocString
/art/libelffile/elf/
Delf_builder.h94 const Section* link, in Section()
232 const Section* link, in CachedSection()
408 const Section* link, in BuildIdSection()
/art/tools/ahat/src/main/com/android/ahat/dominators/
DDominators.java312 Link<Node> link = dfs.pop(); in computeDominators() local
/art/libnativeloader/
Dlibrary_namespaces.cpp373 auto link = app_ns->Link(*apex_ns, jni_libs); in Create() local
/art/libartbase/base/
Dcommon_art_test.cc581 android::base::unique_fd link[2]; in ForkAndExec() local
/art/test/083-compiler-regressions/src/
DMain.java9686 private LVNTests link = null; field in LVNTests