Searched refs:InsertEntry (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/heap/ |
D | store-buffer.h | 124 void InsertEntry(Address slot) { in InsertEntry() function
|
D | heap-inl.h | 509 store_buffer()->InsertEntry(HeapObject::cast(object)->address() + offset); in RecordWrite() 522 store_buffer()->InsertEntry( in RecordFixedArrayElements()
|
/external/v8/src/ |
D | code-stub-assembler.h | 988 void InsertEntry(Node* dictionary, Node* key, Node* value, Node* index,
|
D | code-stub-assembler.cc | 4611 void CodeStubAssembler::InsertEntry(Node* dictionary, Node* key, Node* value, in InsertEntry() function in v8::internal::CodeStubAssembler 4617 void CodeStubAssembler::InsertEntry<NameDictionary>(Node* dictionary, in InsertEntry() function in v8::internal::CodeStubAssembler 4652 void CodeStubAssembler::InsertEntry<GlobalDictionary>(Node* dictionary, in InsertEntry() function in v8::internal::CodeStubAssembler 4694 InsertEntry<Dictionary>(dictionary, key, value, var_key_index.value(), in Add()
|