Searched refs:NewMap (Results 1 – 13 of 13) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/ |
D | HashTable.h | 317 HashTable NewMap(NewCapacity); in grow() 320 NewMap.set_as_internal(LookupKey, Buckets[I].second, Traits, in grow() 324 Buckets.swap(NewMap.Buckets); in grow() 325 std::swap(Present, NewMap.Present); in grow() 326 std::swap(Deleted, NewMap.Deleted); in grow()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | FunctionLoweringInfo.cpp | 326 DenseMap<BBOrMBB, BBOrMBB> NewMap; in set() local 330 NewMap[MBBMap[Src]] = MBBMap[Dst]; in set() 332 EHInfo.EHPadUnwindMap = std::move(NewMap); in set()
|
/third_party/node/deps/v8/src/builtins/ |
D | builtins-struct.cc | 84 Handle<Map> instance_map = factory->NewMap( in BUILTIN()
|
/third_party/node/deps/v8/src/init/ |
D | bootstrapper.cc | 434 factory->NewMap(type, instance_size, elements_kind, inobject_properties); in CreateFunctionForBuiltinWithPrototype() 1040 Handle<Map> async_from_sync_iterator_map = factory()->NewMap( in CreateAsyncIteratorMaps() 1136 Handle<Map> proxy_map = factory()->NewMap(JS_PROXY_TYPE, JSProxy::kSize, in CreateJSProxyMaps() 1155 factory()->NewMap(JS_OBJECT_TYPE, JSProxyRevocableResult::kSize, in CreateJSProxyMaps() 1517 factory->NewMap(FUNCTION_CONTEXT_TYPE, kVariableSizeSentinel); in InitializeGlobal() 1521 map = factory->NewMap(CATCH_CONTEXT_TYPE, kVariableSizeSentinel); in InitializeGlobal() 1525 map = factory->NewMap(WITH_CONTEXT_TYPE, kVariableSizeSentinel); in InitializeGlobal() 1529 map = factory->NewMap(DEBUG_EVALUATE_CONTEXT_TYPE, kVariableSizeSentinel); in InitializeGlobal() 1533 map = factory->NewMap(BLOCK_CONTEXT_TYPE, kVariableSizeSentinel); in InitializeGlobal() 1537 map = factory->NewMap(MODULE_CONTEXT_TYPE, kVariableSizeSentinel); in InitializeGlobal() [all …]
|
/third_party/node/deps/v8/src/api/ |
D | api-natives.cc | 609 Handle<Map> object_map = isolate->factory()->NewMap( in InstantiateRemoteObject() 728 Handle<Map> map = isolate->factory()->NewMap(type, instance_size, in CreateApiFunction()
|
/third_party/node/deps/v8/src/wasm/ |
D | module-instantiate.cc | 159 Handle<Map> map = isolate->factory()->NewMap( in CreateStructMap() 185 Handle<Map> map = isolate->factory()->NewMap( in CreateArrayMap() 207 Handle<Map> map = isolate->factory()->NewMap( in CreateFuncRefMap()
|
D | wasm-js.cc | 2754 Handle<Map> map = isolate->factory()->NewMap(instance_type, instance_size); in SetupConstructor()
|
/third_party/node/deps/v8/src/heap/ |
D | factory.cc | 1171 Handle<Map> map = NewMap(NATIVE_CONTEXT_TYPE, kVariableSizeSentinel); in NewNativeContext() 1838 Handle<Map> Factory::NewMap(InstanceType type, int instance_size, in NewMap() function in v8::internal::Factory 3102 Handle<Map> map = NewMap(JS_GLOBAL_PROXY_TYPE, size); in NewUninitializedJSGlobalProxy() 3687 Handle<Map> map = NewMap( in CreateSloppyFunctionMap() 3779 Handle<Map> map = NewMap( in CreateStrictFunctionMap() 3844 NewMap(JS_CLASS_CONSTRUCTOR_TYPE, JSFunction::kSizeWithPrototype); in CreateClassFunctionMap()
|
D | factory.h | 443 Handle<Map> NewMap(InstanceType type, int instance_size,
|
/third_party/node/deps/v8/src/objects/ |
D | js-function.cc | 757 Handle<Map> map = isolate->factory()->NewMap(instance_type, instance_size, in EnsureHasInitialMap()
|
D | map.cc | 1146 Handle<Map> result = isolate->factory()->NewMap( in RawCopy()
|
/third_party/node/deps/v8/src/debug/ |
D | debug-wasm-objects.cc | 801 Handle<Map> map = isolate->factory()->NewMap( in New()
|
/third_party/node/deps/v8/src/web-snapshot/ |
D | web-snapshot.cc | 1572 Handle<Map> map = factory()->NewMap(JS_OBJECT_TYPE, JSObject::kHeaderSize, in DeserializeMaps()
|