HomeSort by relevance Sort by last modified time
    Searched defs:type_cache_ (Results 1 - 8 of 8) sorted by null

  /external/v8/src/compiler/
js-intrinsic-lowering.h 92 TypeCache const& type_cache() const { return type_cache_; }
96 TypeCache const& type_cache_; member in class:v8::internal::compiler::final
js-global-object-specialization.h 72 TypeCache const& type_cache_; member in class:v8::internal::compiler::final
js-native-context-specialization.h 105 TypeCache const& type_cache_; member in class:v8::internal::compiler::final
simplified-lowering.h 49 TypeCache const& type_cache_; member in class:v8::internal::compiler::final
js-typed-lowering.h 129 TypeCache const& type_cache_; member in class:v8::internal::compiler::final
access-info.h 154 TypeCache const& type_cache_; member in class:v8::internal::compiler::final
simplified-lowering.cc 350 type_cache_(TypeCache::Get()) {
1487 TypeCache const& type_cache_; member in class:v8::internal::compiler::RepresentationSelector
    [all...]
  /art/compiler/debug/
elf_debug_info_writer.h 153 type_cache_.emplace(std::string(dex_class_desc), reference_tag_offset);
514 const auto& it = type_cache_.find(desc);
515 if (it != type_cache_.end()) {
603 type_cache_.emplace(desc, offset);
659 std::map<std::string, size_t> type_cache_; // type_desc -> definition_offset. member in class:art::debug::ElfCompilationUnitWriter

Completed in 1024 milliseconds