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

  /art/runtime/
intern_table.cc 256 mirror::String* InternTable::Insert(mirror::String* s, bool is_strong, bool holding_locks) {
299 if (is_strong) {
310 return is_strong ? InsertStrong(image_string) : InsertWeak(image_string);
314 return is_strong ? InsertStrong(s) : InsertWeak(s);
intern_table.h 224 mirror::String* Insert(mirror::String* s, bool is_strong, bool holding_locks)
  /external/v8/tools/gyp/pylib/gyp/
xcodeproj_file.py 208 [ is_list, property_type, is_strong, is_required, default ]
216 is_strong: If property_type is an XCObject subclass, is_strong
219 True, values). is_strong must be False if
318 is_strong = self._schema[key][2]
321 if is_strong:
331 if is_strong:
332 # If is_strong is True, each element is an XCObject, so it's safe to
343 if is_strong:
479 (is_list, property_type, is_strong) = attributes[0:3
    [all...]
  /external/v8/src/profiler/
heap-snapshot-generator.cc 1713 bool is_strong = strong_index < strong_references_.length() local
    [all...]

Completed in 571 milliseconds