Home
last modified time | relevance | path

Searched refs:GetLink (Results 1 – 9 of 9) sorted by relevance

/art/compiler/
Delf_writer_quick.cc410 dynsym_builder_.section_.sh_link = dynsym_builder_.GetLink(); in Write()
417 dynsym_builder_.strtab_.section_.sh_link = dynsym_builder_.strtab_.GetLink(); in Write()
424 hash_builder_.section_.sh_link = hash_builder_.GetLink(); in Write()
431 rodata_builder_.section_.sh_link = rodata_builder_.GetLink(); in Write()
437 text_builder_.section_.sh_link = text_builder_.GetLink(); in Write()
445 dynamic_builder_.section_.sh_link = dynamic_builder_.GetLink(); in Write()
455 symtab_builder_.section_.sh_link = symtab_builder_.GetLink(); in Write()
462 symtab_builder_.strtab_.section_.sh_link = symtab_builder_.strtab_.GetLink(); in Write()
492 it->section_.sh_link = it->GetLink(); in Write()
506 shstrtab_builder_.section_.sh_link = shstrtab_builder_.GetLink(); in Write()
Delf_writer_quick.h79 Elf32_Word GetLink() { in GetLink() function
/art/runtime/
Dstack.cc66 current_fragment = current_fragment->GetLink()) { in NumJniShadowFrameReferences()
68 current_frame = current_frame->GetLink()) { in NumJniShadowFrameReferences()
80 current_fragment = current_fragment->GetLink()) { in ShadowFramesContain()
82 current_frame = current_frame->GetLink()) { in ShadowFramesContain()
530 current_fragment = current_fragment->GetLink()) { in WalkStack()
595 cur_shadow_frame_ = cur_shadow_frame_->GetLink(); in WalkStack()
Dstack.h179 ShadowFrame* GetLink() const { in GetLink() function
438 ManagedStack* GetLink() const { in GetLink() function
480 top_shadow_frame_ = frame->GetLink(); in PopShadowFrame()
Dhandle_scope.h65 HandleScope* GetLink() const { in GetLink() function
Dthread.cc132 tlsPtr_.shadow_frame_under_construction = tlsPtr_.shadow_frame_under_construction->GetLink(); in ClearShadowFrameUnderConstruction()
1300 for (HandleScope* cur = tlsPtr_.top_handle_scope; cur; cur = cur->GetLink()) { in NumHandleReferences()
1309 for (HandleScope* cur = tlsPtr_.top_handle_scope; cur; cur = cur->GetLink()) { in HandleScopeContains()
1319 for (HandleScope* cur = tlsPtr_.top_handle_scope; cur; cur = cur->GetLink()) { in HandleScopeVisitRoots()
2219 shadow_frame = shadow_frame->GetLink()) { in VisitRoots()
2228 shadow_frame = shadow_frame->GetLink()) { in VisitRoots()
Dthread.h696 tlsPtr_.top_handle_scope = tlsPtr_.top_handle_scope->GetLink(); in PopHandleScope()
/art/runtime/interpreter/
Dinterpreter.cc521 shadow_frame = shadow_frame->GetLink(); in EnterInterpreterFromDeoptimize()
Dinterpreter_common.cc907 std::string caller(PrettyMethod(shadow_frame->GetLink()->GetMethod())); in UnstartedRuntimeInvoke()