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-builtin-reducer.h 131 TypeCache const& type_cache_; member in class:v8::internal::compiler::final
js-typed-lowering.h 105 TypeCache const& type_cache_; member in class:v8::internal::compiler::final
simplified-lowering.h 55 TypeCache const& type_cache_; member in class:v8::internal::compiler::final
typed-optimization.h 69 TypeCache const& type_cache_; member in class:v8::internal::compiler::final
js-native-context-specialization.h 195 TypeCache const& type_cache_; member in class:v8::internal::compiler::final
access-info.h 170 TypeCache const& type_cache_; member in class:v8::internal::compiler::final
simplified-lowering.cc 303 type_cache_(TypeCache::Get()),
527 Type* const integer = type_cache_.kInteger;
2812 TypeCache const& type_cache_; member in class:v8::internal::compiler::RepresentationSelector
    [all...]
  /art/compiler/debug/
elf_debug_info_writer.h 154 type_cache_.emplace(std::string(dex_class_desc), reference_tag_offset);
515 const auto it = type_cache_.find(desc);
516 if (it != type_cache_.end()) {
604 type_cache_.emplace(desc, offset);
660 std::map<std::string, size_t> type_cache_; // type_desc -> definition_offset. member in class:art::debug::ElfCompilationUnitWriter

Completed in 239 milliseconds