Home
last modified time | relevance | path

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

/art/runtime/jni/
Djni_env_ext.h93 locals_.SetSegmentState(new_state); in SetLocalSegmentState()
230 env_->locals_.SetSegmentState(env_->local_ref_cookie_); in ~ScopedJniEnvLocalRefState()
Djni_env_ext.cc140 locals_.SetSegmentState(local_ref_cookie_); in PopFrame()
/art/runtime/
Dindirect_reference_table_test.cc355 irt.SetSegmentState(cookie1); in TEST_F()
395 irt.SetSegmentState(cookie2); in TEST_F()
437 irt.SetSegmentState(cookie1); in TEST_F()
473 irt.SetSegmentState(cookie1); in TEST_F()
Dindirect_reference_table.h317 void SetSegmentState(IRTSegmentState new_state);
Dindirect_reference_table.cc476 void IndirectReferenceTable::SetSegmentState(IRTSegmentState new_state) { in SetSegmentState() function in art::IndirectReferenceTable