Searched defs:link (Results 1 – 10 of 10) sorted by relevance
| /art/runtime/ |
| D | handle_scope.h | 91 static HandleScope* Create(void* storage, HandleScope* link, uint32_t num_references) in Create() 108 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 | 124 static ShadowFrame* CreateDeoptimizedFrame(uint32_t num_vregs, ShadowFrame* link, in CreateDeoptimizedFrame() 139 #define CREATE_SHADOW_FRAME(num_vregs, link, method, dex_pc) ({ \ argument 399 ShadowFrame* link, in CreateShadowFrameImpl() 415 ShadowFrame(uint32_t num_vregs, ShadowFrame* link, ArtMethod* method, in ShadowFrame() function
|
| D | thread.cc | 172 DeoptimizationContextRecord* link) in DeoptimizationContextRecord() 216 StackedShadowFrameRecord* link) in StackedShadowFrameRecord()
|
| /art/tools/ahat/src/ |
| D | Value.java | 49 DocString link = new DocString(); in renderInstance() local
|
| D | DocString.java | 53 public static DocString link(URI uri, DocString content) { in link() method in DocString
|
| /art/compiler/ |
| D | elf_builder.h | 95 const Section* link, in Section() 245 const Section* link, in CachedSection() 407 const Section* link, in AbiflagsSection()
|
| /art/compiler/utils/arm/ |
| D | assembler_arm32.cc | 593 void Arm32Assembler::EmitType5(Condition cond, int offset, bool link) { in EmitType5() 709 void Arm32Assembler::EmitBranch(Condition cond, Label* label, bool link) { in EmitBranch()
|
| D | assembler_thumb2.cc | 2546 void Thumb2Assembler::EmitBranch(Condition cond, Label* label, bool link, bool x) { in EmitBranch()
|
| /art/test/083-compiler-regressions/src/ |
| D | Main.java | 9686 private LVNTests link = null; field in LVNTests
|