Searched refs:NumberDictionaryLookup (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/ |
D | code-stub-assembler.cc | 7730 void CodeStubAssembler::NumberDictionaryLookup( in NumberDictionaryLookup() function in v8::internal::CodeStubAssembler 7805 NumberDictionaryLookup(dictionary, intptr_index, &if_found, &var_entry, in BasicLoadNumberDictionaryElement() 7825 NumberDictionaryLookup(dictionary, intptr_index, &if_found, &var_entry, in BasicStoreNumberDictionaryElement() 8718 NumberDictionaryLookup(elements, intptr_index, if_found, &var_entry, in TryLookupElement()
|
D | code-stub-assembler.h | 2294 void NumberDictionaryLookup(TNode<NumberDictionary> dictionary,
|