Home
last modified time | relevance | path

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

/art/runtime/
Dhandle_scope.h92 static HandleScope* Create(void* storage, HandleScope* link, uint32_t num_references) in Create()
109 explicit HandleScope(HandleScope* link, uint32_t num_references) : in HandleScope() function
Dhandle_scope_test.cc28 explicit NoThreadStackHandleScope(HandleScope* link) : HandleScope(link, kNumReferences) { in NoThreadStackHandleScope()
Dstack.h77 static ShadowFrame* CreateDeoptimizedFrame(uint32_t num_vregs, ShadowFrame* link, in CreateDeoptimizedFrame()
90 static ShadowFrame* Create(uint32_t num_vregs, ShadowFrame* link, in Create()
282 ShadowFrame(uint32_t num_vregs, ShadowFrame* link, ArtMethod* method, in ShadowFrame() function
Dthread.cc154 DeoptimizationReturnValueRecord* link) in DeoptimizationReturnValueRecord()
177 StackedShadowFrameRecord* link) in StackedShadowFrameRecord()
/art/compiler/
Delf_builder.h59 const Section* link, Elf_Word info, Elf_Word align, Elf_Word entsize) in Section()
120 DynamicSection(const std::string& name, Section* link) in DynamicSection()
165 : Section(name, type, flags, link, info, align, entsize), in Section() argument
222 const Section* link, Elf_Word info, Elf_Word align, in OatSection()
/art/compiler/utils/arm/
Dassembler_arm32.cc603 void Arm32Assembler::EmitType5(Condition cond, int offset, bool link) { in EmitType5()
719 void Arm32Assembler::EmitBranch(Condition cond, Label* label, bool link) { in EmitBranch()
Dassembler_thumb2.cc1284 bool link = type_ == kUnconditionalLinkX || type_ == kUnconditionalLink; in Emit() local
1592 void Thumb2Assembler::EmitBranch(Condition cond, Label* label, bool link, bool x) { in EmitBranch()
/art/compiler/utils/mips/
Dassembler_mips.cc109 void MipsAssembler::EmitJump(Label* label, bool link) { in EmitJump()
/art/test/083-compiler-regressions/src/
DMain.java9686 private LVNTests link = null; field in LVNTests