Home
last modified time | relevance | path

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

/art/runtime/
Dindirect_reference_table.h134 static const uint32_t IRT_FIRST_SEGMENT = 0; variable
Dindirect_reference_table.cc81 segment_state_.all = IRT_FIRST_SEGMENT; in IndirectReferenceTable()
Dindirect_reference_table_test.cc62 const uint32_t cookie = IRT_FIRST_SEGMENT; in TEST_F()
Djni_internal.cc805 IndirectRef ref = globals.Add(IRT_FIRST_SEGMENT, decoded_obj); in NewGlobalRef()
818 if (!globals.Remove(IRT_FIRST_SEGMENT, obj)) { in DeleteGlobalRef()
2958 local_ref_cookie(IRT_FIRST_SEGMENT), in JNIEnvExt()
3152 IndirectRef ref = weak_globals_.Add(IRT_FIRST_SEGMENT, obj); in AddWeakGlobalReference()
3158 if (!weak_globals_.Remove(IRT_FIRST_SEGMENT, obj)) { in DeleteWeakGlobalRef()