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

  /external/v8/src/compiler/
typed-optimization.h 69 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
access-info.cc 198 type_cache_(TypeCache::Get()),
318 field_type = type_cache_.kFloat64;
489 field_type = type_cache_.kStringLengthType;
499 field_type = type_cache_.kFixedDoubleArrayLengthType;
502 field_type = type_cache_.kFixedArrayLengthType;
505 field_type = type_cache_.kJSArrayLengthType;
546 field_type = type_cache_.kFloat64;
typed-optimization.cc 28 type_cache_(TypeCache::Get()) {}
194 if (input_type->Is(type_cache_.kIntegerOrMinusZeroOrNaN)) {
228 if (input_type->Is(type_cache_.kIntegerOrMinusZeroOrNaN)) {
237 if (input_type->Is(type_cache_.kUint8)) {
js-typed-lowering.h 105 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
js-builtin-reducer.h 131 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
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...]
js-builtin-reducer.cc 108 type_cache_(TypeCache::Get()) {}
    [all...]
js-typed-lowering.cc 532 type_cache_(TypeCache::Get()) {
    [all...]
js-native-context-specialization.cc 76 type_cache_(TypeCache::Get()) {}
    [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 110 milliseconds