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

  /external/v8/src/
api-natives.cc 271 Handle<UnseededNumberDictionary> slow_cache =
274 if (entry == UnseededNumberDictionary::kNotFound) {
294 Handle<UnseededNumberDictionary> cache =
297 UnseededNumberDictionary::AtNumberPut(cache, serial_number, object);
313 Handle<UnseededNumberDictionary> cache =
316 DCHECK(entry != UnseededNumberDictionary::kNotFound);
318 UnseededNumberDictionary::DeleteProperty(cache, entry);
321 auto new_cache = UnseededNumberDictionary::Shrink(cache, entry);
type-info.cc 39 if (entry != UnseededNumberDictionary::kNotFound) {
523 dictionary_ = UnseededNumberDictionary::New(isolate(), infos->length());
567 UnseededNumberDictionary::kNotFound);
571 USE(UnseededNumberDictionary::AtNumberPut(
type-info.h 125 Handle<UnseededNumberDictionary> dictionary_;
code-stubs.cc 77 UnseededNumberDictionary* stubs = isolate()->heap()->code_stubs();
79 if (index != UnseededNumberDictionary::kNotFound) {
120 Handle<UnseededNumberDictionary> dict(heap->code_stubs());
121 dict = UnseededNumberDictionary::DeleteKey(dict, GetKey());
186 Handle<UnseededNumberDictionary> dict =
187 UnseededNumberDictionary::AtNumberPut(
188 Handle<UnseededNumberDictionary>(heap->code_stubs()),
    [all...]
objects.h     [all...]
contexts.h 327 V(SLOW_TEMPLATE_INSTANTIATIONS_CACHE_INDEX, UnseededNumberDictionary, \
    [all...]
globals.h 448 class UnseededNumberDictionary;
    [all...]
objects.cc     [all...]
bootstrapper.cc     [all...]
code-stub-assembler.cc     [all...]
objects-inl.h 698 CAST_ACCESSOR(UnseededNumberDictionary)
    [all...]
  /external/v8/src/heap/
heap.h 192 V(UnseededNumberDictionary, code_stubs, CodeStubs) \
    [all...]
incremental-marking.cc 421 UnseededNumberDictionary* stubs = heap->code_stubs();
    [all...]
heap.cc     [all...]

Completed in 207 milliseconds