HomeSort by relevance Sort by last modified time
    Searched refs:IRT_FIRST_SEGMENT (Results 1 - 4 of 4) sorted by null

  /art/runtime/
indirect_reference_table.cc 81 segment_state_.all = IRT_FIRST_SEGMENT;
indirect_reference_table.h 134 static const uint32_t IRT_FIRST_SEGMENT = 0;
indirect_reference_table_test.cc 62 const uint32_t cookie = IRT_FIRST_SEGMENT;
jni_internal.cc 805 IndirectRef ref = globals.Add(IRT_FIRST_SEGMENT, decoded_obj);
818 if (!globals.Remove(IRT_FIRST_SEGMENT, obj)) {
    [all...]

Completed in 62 milliseconds