Searched defs:link (Results 1 – 11 of 11) sorted by relevance
/art/runtime/ |
D | handle_scope.h | 67 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()
|
D | stack.h | 125 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
|
D | handle_scope-inl.h | 31 inline FixedSizeHandleScope<kNumReferences>::FixedSizeHandleScope(BaseHandleScope* link, in FixedSizeHandleScope()
|
D | oat_file_assistant_test.cc | 160 std::string link = scratch_dir + "/link"; in TEST_F() local 227 std::string link = GetScratchDir() + "/link"; in TEST_F() local
|
D | thread.cc | 165 DeoptimizationContextRecord* link) in DeoptimizationContextRecord() 209 StackedShadowFrameRecord* link) in StackedShadowFrameRecord()
|
/art/compiler/ |
D | elf_builder.h | 100 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/ |
D | DocString.java | 53 public static DocString link(URI uri, DocString content) { in link() method in DocString
|
/art/oatdump/ |
D | oatdump_test.cc | 125 int link[2]; in Exec() local
|
/art/dex2oat/ |
D | dex2oat_test.cc | 191 int link[2]; in Dex2Oat() local
|
/art/compiler/utils/arm/ |
D | assembler_thumb2.cc | 2568 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
|