Home
last modified time | relevance | path

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

/art/runtime/
Dhandle_scope.h67 BaseHandleScope(BaseHandleScope* link, uint32_t num_references) in BaseHandleScope() function
72 explicit BaseHandleScope(BaseHandleScope* link) in BaseHandleScope() function
134 static HandleScope* Create(void* storage, BaseHandleScope* link, uint32_t num_references) in Create()
164 HandleScope(BaseHandleScope* link, uint32_t num_references) in HandleScope()
Dstack.h125 static ShadowFrame* CreateDeoptimizedFrame(uint32_t num_vregs, ShadowFrame* link, in CreateDeoptimizedFrame()
140 #define CREATE_SHADOW_FRAME(num_vregs, link, method, dex_pc) ({ \ argument
411 ShadowFrame* link, in CreateShadowFrameImpl()
431 ShadowFrame(uint32_t num_vregs, ShadowFrame* link, ArtMethod* method, in ShadowFrame() function
Dhandle_scope-inl.h31 inline FixedSizeHandleScope<kNumReferences>::FixedSizeHandleScope(BaseHandleScope* link, in FixedSizeHandleScope()
Doat_file_assistant_test.cc160 std::string link = scratch_dir + "/link"; in TEST_F() local
227 std::string link = GetScratchDir() + "/link"; in TEST_F() local
Dthread.cc165 DeoptimizationContextRecord* link) in DeoptimizationContextRecord()
209 StackedShadowFrameRecord* link) in StackedShadowFrameRecord()
/art/compiler/
Delf_builder.h100 const Section* link, in Section()
250 const Section* link, in CachedSection()
412 const Section* link, in AbiflagsSection()
472 const Section* link, in BuildIdSection()
/art/tools/ahat/src/
DDocString.java53 public static DocString link(URI uri, DocString content) { in link() method in DocString
/art/oatdump/
Doatdump_test.cc125 int link[2]; in Exec() local
/art/dex2oat/
Ddex2oat_test.cc191 int link[2]; in Dex2Oat() local
/art/compiler/utils/arm/
Dassembler_thumb2.cc2568 void Thumb2Assembler::EmitBranch(Condition cond, Label* label, bool link, bool x) { in EmitBranch()
/art/test/083-compiler-regressions/src/
DMain.java9686 private LVNTests link = null; field in LVNTests