Home
last modified time | relevance | path

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

/art/runtime/
Djava_vm_ext.cc527 IndirectRef ref = globals_.Add(IRT_FIRST_SEGMENT, obj); in AddGlobalRef()
539 IndirectRef ref = weak_globals_.Add(IRT_FIRST_SEGMENT, obj); in AddWeakGlobalRef()
548 if (!globals_.Remove(IRT_FIRST_SEGMENT, obj)) { in DeleteGlobalRef()
559 if (!weak_globals_.Remove(IRT_FIRST_SEGMENT, obj)) { in DeleteWeakGlobalRef()
Dindirect_reference_table.h131 static const uint32_t IRT_FIRST_SEGMENT = 0; variable
Djni_env_ext.cc59 local_ref_cookie(IRT_FIRST_SEGMENT), in JNIEnvExt()
Dindirect_reference_table.cc95 segment_state_.all = IRT_FIRST_SEGMENT; in IndirectReferenceTable()
Dindirect_reference_table_test.cc66 const uint32_t cookie = IRT_FIRST_SEGMENT; in TEST_F()