Searched refs:GetLink (Results 1 – 9 of 9) sorted by relevance
410 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()
79 Elf32_Word GetLink() { in GetLink() function
66 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()
179 ShadowFrame* GetLink() const { in GetLink() function438 ManagedStack* GetLink() const { in GetLink() function480 top_shadow_frame_ = frame->GetLink(); in PopShadowFrame()
65 HandleScope* GetLink() const { in GetLink() function
132 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()
696 tlsPtr_.top_handle_scope = tlsPtr_.top_handle_scope->GetLink(); in PopHandleScope()
521 shadow_frame = shadow_frame->GetLink(); in EnterInterpreterFromDeoptimize()
907 std::string caller(PrettyMethod(shadow_frame->GetLink()->GetMethod())); in UnstartedRuntimeInvoke()