Searched defs:LookupOrInsert (Results 1 – 5 of 5) sorted by relevance
| /third_party/node/deps/v8/src/compiler/ |
| D | refs-map.cc | 25 RefsMap::Entry* RefsMap::LookupOrInsert(const Address& key) { in LookupOrInsert() function in v8::internal::compiler::RefsMap
|
| /third_party/node/deps/v8/src/base/ |
| D | hashmap.h | 223 TemplateHashMapImpl<Key, Value, MatchFun, AllocationPolicy>::LookupOrInsert( in LookupOrInsert() function 232 TemplateHashMapImpl<Key, Value, MatchFun, AllocationPolicy>::LookupOrInsert( in LookupOrInsert() function 242 TemplateHashMapImpl<Key, Value, MatchFun, AllocationPolicy>::LookupOrInsert( in LookupOrInsert() function
|
| /third_party/node/deps/v8/src/snapshot/ |
| D | serializer.h | 144 bool LookupOrInsert(HeapObject obj, int* index_out) { in LookupOrInsert() function 152 bool LookupOrInsert(Handle<HeapObject> obj, int* index_out) { in LookupOrInsert() function
|
| /third_party/node/deps/v8/src/utils/ |
| D | identity-map.cc | 144 std::pair<int, bool> IdentityMapBase::LookupOrInsert(Address key) { in LookupOrInsert() function in v8::internal::IdentityMapBase
|
| /third_party/node/deps/v8/src/interpreter/ |
| D | bytecode-generator.cc | 1099 Accessors<PropertyT>* LookupOrInsert(Literal* key) { in LookupOrInsert() function in v8::internal::interpreter::__anonaceb06210111::AccessorTable
|