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

  /art/runtime/mirror/
dex_cache-inl.h 101 return GetStrings()[StringSlotIndex(string_idx)].load(
107 GetStrings()[StringSlotIndex(string_idx)].store(
143 StringDexCacheType* slot = &GetStrings()[slot_idx];
370 GetStrings<kVerifyFlags>(), NumStrings<kVerifyFlags>(), visitor);
394 StringDexCacheType* src = GetStrings();
dex_cache.h 335 StringDexCacheType* GetStrings() ALWAYS_INLINE REQUIRES_SHARED(Locks::mutator_lock_) {
  /external/libchrome/build/android/gyp/util/
md5_check.py 200 ndiff = difflib.ndiff(self.old_metadata.GetStrings(),
201 self.new_metadata.GetStrings())
311 def GetStrings(self):
  /development/vndk/tools/header-checker/src/repr/json/
ir_reader.h 58 JsonArrayRef<std::string> GetStrings(const std::string &key) const;
ir_reader.cpp 102 JsonObjectRef::GetStrings(const std::string &key) const {
200 for (auto &&referenced_type : type_decl.GetStrings("template_args")) {
  /art/runtime/native/
dalvik_system_VMRuntime.cc 379 auto pair = dex_cache->GetStrings()[slot_idx].load(std::memory_order_relaxed);
529 auto pair = dex_cache->GetStrings()[j].load(std::memory_order_relaxed);
  /art/dex2oat/linker/
image_writer.cc 495 dex_cache->GetStrings()[index].load().object.Read();
    [all...]
  /art/runtime/
class_linker.cc     [all...]
  /external/golang-protobuf/proto/test_proto/
test.pb.go     [all...]

Completed in 459 milliseconds