Searched defs:link (Results 1 – 9 of 9) sorted by relevance
| /art/runtime/ |
| D | handle_scope.h | 92 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
|
| D | handle_scope_test.cc | 28 explicit NoThreadStackHandleScope(HandleScope* link) : HandleScope(link, kNumReferences) { in NoThreadStackHandleScope()
|
| D | stack.h | 77 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
|
| D | thread.cc | 154 DeoptimizationReturnValueRecord* link) in DeoptimizationReturnValueRecord() 177 StackedShadowFrameRecord* link) in StackedShadowFrameRecord()
|
| /art/compiler/ |
| D | elf_builder.h | 59 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/ |
| D | assembler_arm32.cc | 603 void Arm32Assembler::EmitType5(Condition cond, int offset, bool link) { in EmitType5() 719 void Arm32Assembler::EmitBranch(Condition cond, Label* label, bool link) { in EmitBranch()
|
| D | assembler_thumb2.cc | 1284 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/ |
| D | assembler_mips.cc | 109 void MipsAssembler::EmitJump(Label* label, bool link) { in EmitJump()
|
| /art/test/083-compiler-regressions/src/ |
| D | Main.java | 9686 private LVNTests link = null; field in LVNTests
|