Home
last modified time | relevance | path

Searched defs:link (Results 1 – 10 of 10) 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.h32 inline FixedSizeHandleScope<kNumReferences>::FixedSizeHandleScope(BaseHandleScope* link, in FixedSizeHandleScope()
Doat_file_assistant_test.cc312 std::string link = scratch_dir + "/link"; in TEST_F() local
Dthread.cc189 DeoptimizationContextRecord* link) in DeoptimizationContextRecord()
240 StackedShadowFrameRecord* link) in StackedShadowFrameRecord()
/art/runtime/interpreter/
Dshadow_frame.h70 static ShadowFrame* CreateDeoptimizedFrame(uint32_t num_vregs, ShadowFrame* link, in CreateDeoptimizedFrame()
85 #define CREATE_SHADOW_FRAME(num_vregs, link, method, dex_pc) ({ \ argument
334 ShadowFrame* link, in CreateShadowFrameImpl()
389 ShadowFrame(uint32_t num_vregs, ShadowFrame* link, ArtMethod* method, in ShadowFrame() function
/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/
DDocString.java52 public static DocString link(URI uri, DocString content) { in link() method in DocString
/art/tools/ahat/src/main/com/android/ahat/dominators/
DDominators.java312 Link<Node> link = dfs.pop(); in computeDominators() local
/art/libartbase/base/
Dcommon_art_test.cc524 android::base::unique_fd link[2]; in ForkAndExec() local
/art/test/083-compiler-regressions/src/
DMain.java9686 private LVNTests link = null; field in LVNTests