Lines Matching refs:Impl
34 template <typename Impl>
36 Handle<HeapNumber> FactoryBase<Impl>::NewHeapNumber() {
56 template <typename Impl>
57 Handle<Struct> FactoryBase<Impl>::NewStruct(InstanceType type,
65 template <typename Impl>
66 Handle<AccessorPair> FactoryBase<Impl>::NewAccessorPair() {
75 template <typename Impl>
76 Handle<CodeDataContainer> FactoryBase<Impl>::NewCodeDataContainer(
98 template <typename Impl>
99 Handle<FixedArray> FactoryBase<Impl>::NewFixedArray(int length,
111 template <typename Impl>
112 Handle<FixedArray> FactoryBase<Impl>::NewFixedArrayWithMap(
121 template <typename Impl>
122 Handle<FixedArray> FactoryBase<Impl>::NewFixedArrayWithHoles(
131 template <typename Impl>
132 Handle<FixedArray> FactoryBase<Impl>::NewFixedArrayWithFiller(
146 template <typename Impl>
147 Handle<FixedArray> FactoryBase<Impl>::NewFixedArrayWithZeroes(
164 template <typename Impl>
165 Handle<FixedArrayBase> FactoryBase<Impl>::NewFixedDoubleArray(
182 template <typename Impl>
183 Handle<WeakFixedArray> FactoryBase<Impl>::NewWeakFixedArrayWithMap(
201 template <typename Impl>
202 Handle<WeakFixedArray> FactoryBase<Impl>::NewWeakFixedArray(
210 template <typename Impl>
211 Handle<ByteArray> FactoryBase<Impl>::NewByteArray(int length,
228 template <typename Impl>
229 Handle<BytecodeArray> FactoryBase<Impl>::NewBytecodeArray(
263 template <typename Impl>
264 Handle<Script> FactoryBase<Impl>::NewScript(
269 template <typename Impl>
270 Handle<Script> FactoryBase<Impl>::NewScriptWithId(
308 template <typename Impl>
309 Handle<ArrayList> FactoryBase<Impl>::NewArrayList(int size,
323 template <typename Impl>
324 Handle<SharedFunctionInfo> FactoryBase<Impl>::NewSharedFunctionInfoForLiteral(
337 template <typename Impl>
338 Handle<SharedFunctionInfo> FactoryBase<Impl>::CloneSharedFunctionInfo(
352 template <typename Impl>
353 Handle<PreparseData> FactoryBase<Impl>::NewPreparseData(int data_length,
367 template <typename Impl>
369 FactoryBase<Impl>::NewUncompiledDataWithoutPreparseData(
372 return TorqueGeneratedFactory<Impl>::NewUncompiledDataWithoutPreparseData(
376 template <typename Impl>
378 FactoryBase<Impl>::NewUncompiledDataWithPreparseData(
381 return TorqueGeneratedFactory<Impl>::NewUncompiledDataWithPreparseData(
386 template <typename Impl>
388 FactoryBase<Impl>::NewUncompiledDataWithoutPreparseDataWithJob(
392 Impl>::NewUncompiledDataWithoutPreparseDataWithJob(inferred_name,
399 template <typename Impl>
401 FactoryBase<Impl>::NewUncompiledDataWithPreparseDataAndJob(
404 return TorqueGeneratedFactory<Impl>::NewUncompiledDataWithPreparseDataAndJob(
409 template <typename Impl>
410 Handle<SharedFunctionInfo> FactoryBase<Impl>::NewSharedFunctionInfo(
451 template <typename Impl>
453 FactoryBase<Impl>::NewObjectBoilerplateDescription(int boilerplate,
491 template <typename Impl>
493 FactoryBase<Impl>::NewArrayBoilerplateDescription(
503 template <typename Impl>
505 FactoryBase<Impl>::NewRegExpBoilerplateDescription(Handle<FixedArray> data,
517 template <typename Impl>
519 FactoryBase<Impl>::NewTemplateObjectDescription(
531 template <typename Impl>
532 Handle<FeedbackMetadata> FactoryBase<Impl>::NewFeedbackMetadata(
550 template <typename Impl>
551 Handle<CoverageInfo> FactoryBase<Impl>::NewCoverageInfo(
567 template <typename Impl>
568 Handle<String> FactoryBase<Impl>::MakeOrFindTwoCharacterString(uint16_t c1,
578 template <typename Impl>
580 Handle<String> FactoryBase<Impl>::InternalizeStringWithKey(
605 template <typename Impl>
606 Handle<String> FactoryBase<Impl>::InternalizeString(
613 template <typename Impl>
614 Handle<String> FactoryBase<Impl>::InternalizeString(
621 template <typename Impl>
622 Handle<SeqOneByteString> FactoryBase<Impl>::NewOneByteInternalizedString(
634 template <typename Impl>
635 Handle<SeqTwoByteString> FactoryBase<Impl>::NewTwoByteInternalizedString(
647 template <typename Impl>
649 MaybeHandle<SeqStringT> FactoryBase<Impl>::NewRawStringWithMap(
671 template <typename Impl>
672 MaybeHandle<SeqOneByteString> FactoryBase<Impl>::NewRawOneByteString(
680 template <typename Impl>
681 MaybeHandle<SeqTwoByteString> FactoryBase<Impl>::NewRawTwoByteString(
689 template <typename Impl>
690 MaybeHandle<SeqOneByteString> FactoryBase<Impl>::NewRawSharedOneByteString(
697 template <typename Impl>
698 MaybeHandle<SeqTwoByteString> FactoryBase<Impl>::NewRawSharedTwoByteString(
705 template <typename Impl>
706 MaybeHandle<String> FactoryBase<Impl>::NewConsString(
782 template <typename Impl>
783 Handle<String> FactoryBase<Impl>::NewConsString(Handle<String> left,
807 template <typename Impl>
808 Handle<FreshlyAllocatedBigInt> FactoryBase<Impl>::NewBigInt(
822 template <typename Impl>
823 Handle<ScopeInfo> FactoryBase<Impl>::NewScopeInfo(int length,
835 template <typename Impl>
836 Handle<SourceTextModuleInfo> FactoryBase<Impl>::NewSourceTextModuleInfo() {
842 template <typename Impl>
843 Handle<SharedFunctionInfo> FactoryBase<Impl>::NewSharedFunctionInfo() {
862 template <typename Impl>
863 Handle<DescriptorArray> FactoryBase<Impl>::NewDescriptorArray(
878 template <typename Impl>
879 Handle<ClassPositions> FactoryBase<Impl>::NewClassPositions(int start,
888 template <typename Impl>
890 FactoryBase<Impl>::AllocateRawOneByteInternalizedString(
913 template <typename Impl>
915 FactoryBase<Impl>::AllocateRawTwoByteInternalizedString(
934 template <typename Impl>
935 HeapObject FactoryBase<Impl>::AllocateRawArray(int size,
947 template <typename Impl>
948 HeapObject FactoryBase<Impl>::AllocateRawFixedArray(int length,
957 template <typename Impl>
958 HeapObject FactoryBase<Impl>::AllocateRawWeakArrayList(
967 template <typename Impl>
968 HeapObject FactoryBase<Impl>::NewWithImmortalMap(Map map,
973 template <typename Impl>
974 HeapObject FactoryBase<Impl>::AllocateRawWithImmortalMap(
987 template <typename Impl>
988 HeapObject FactoryBase<Impl>::AllocateRaw(int size, AllocationType allocation,
993 template <typename Impl>
995 FactoryBase<Impl>::NewSwissNameDictionaryWithCapacity(
1024 template <typename Impl>
1025 Handle<SwissNameDictionary> FactoryBase<Impl>::NewSwissNameDictionary(
1031 template <typename Impl>
1033 FactoryBase<Impl>::NewFunctionTemplateRareData() {
1043 template <typename Impl>
1044 MaybeHandle<Map> FactoryBase<Impl>::GetInPlaceInternalizedStringMap(
1071 template <typename Impl>
1072 Handle<Map> FactoryBase<Impl>::GetStringMigrationSentinelMap(
1090 template <typename Impl>
1092 FactoryBase<Impl>::RefineAllocationTypeForInPlaceInternalizableString(