Home
last modified time | relevance | path

Searched refs:SetSegmentState (Results 1 – 5 of 5) sorted by relevance

/art/runtime/
Djni_env_ext.h90 locals_.SetSegmentState(new_state); in SetLocalSegmentState()
219 env_->locals_.SetSegmentState(env_->local_ref_cookie_); in ~ScopedJniEnvLocalRefState()
Dindirect_reference_table_test.cc352 irt.SetSegmentState(cookie1); in TEST_F()
392 irt.SetSegmentState(cookie2); in TEST_F()
434 irt.SetSegmentState(cookie1); in TEST_F()
470 irt.SetSegmentState(cookie1); in TEST_F()
Dindirect_reference_table.h318 void SetSegmentState(IRTSegmentState new_state);
Djni_env_ext.cc139 locals_.SetSegmentState(local_ref_cookie_); in PopFrame()
Dindirect_reference_table.cc474 void IndirectReferenceTable::SetSegmentState(IRTSegmentState new_state) { in SetSegmentState() function in art::IndirectReferenceTable