• Home
  • Raw
  • Download

Lines Matching refs:TENURED

209       Handle<PrototypeInfo>::cast(NewStruct(PROTOTYPE_INFO_TYPE, TENURED));  in NewPrototypeInfo()
219 return Handle<EnumCache>::cast(NewTuple2(keys, indices, TENURED)); in NewEnumCache()
246 NewStruct(ARRAY_BOILERPLATE_DESCRIPTION_TYPE, TENURED)); in NewArrayBoilerplateDescription()
257 Handle<TemplateObjectDescription>::cast(NewStruct(TUPLE2_TYPE, TENURED)); in NewTemplateObjectDescription()
455 Heap::kObjectBoilerplateDescriptionMapRootIndex, size, TENURED)); in NewObjectBoilerplateDescription()
561 Handle<AccessorPair>::cast(NewStruct(ACCESSOR_PAIR_TYPE, TENURED)); in NewAccessorPair()
783 : TENURED, in AllocateRawOneByteInternalizedString()
799 HeapObject* result = AllocateRawWithImmortalMap(size, TENURED, map); in AllocateTwoByteInternalizedString()
831 : TENURED, in AllocateInternalizedStringImpl()
928 Handle<StringClass> external_string(StringClass::cast(New(map, TENURED)), in InternalizeExternalString()
1253 ExternalOneByteString::cast(New(map, TENURED)), isolate()); in NewExternalStringFromOneByte()
1286 ExternalTwoByteString::cast(New(map, TENURED)), isolate()); in NewExternalStringFromTwoByte()
1302 ExternalOneByteString::cast(New(map, TENURED)), isolate()); in NewNativeSourceString()
1358 Heap::kNativeContextMapRootIndex, Context::NATIVE_CONTEXT_SLOTS, TENURED); in NewNativeContext()
1370 Heap::kScriptContextMapRootIndex, scope_info->ContextLength(), TENURED); in NewScriptContext()
1393 Heap::kModuleContextMapRootIndex, scope_info->ContextLength(), TENURED); in NewModuleContext()
1524 Handle<AccessorInfo>::cast(NewStruct(ACCESSOR_INFO_TYPE, TENURED)); in NewAccessorInfo()
1538 DCHECK(tenure == TENURED || tenure == TENURED_READ_ONLY); in NewScriptWithId()
1569 Handle<Script>::cast(NewStruct(SCRIPT_TYPE, TENURED)); in CloneScript()
1663 AllocateRawWithImmortalMap(size, TENURED, *bytecode_array_map()); in NewBytecodeArray()
1729 AllocateRawWithImmortalMap(Cell::kSize, TENURED, *cell_map()); in NewCell()
1737 HeapObject* result = AllocateRawWithImmortalMap(FeedbackCell::kSize, TENURED, in NewNoClosuresCell()
1746 HeapObject* result = AllocateRawWithImmortalMap(FeedbackCell::kSize, TENURED, in NewOneClosureCell()
1755 HeapObject* result = AllocateRawWithImmortalMap(FeedbackCell::kSize, TENURED, in NewManyClosuresCell()
1781 Heap::kTransitionArrayMapRootIndex, capacity, TENURED); in NewTransitionArray()
1799 Handle<AllocationSite> site(AllocationSite::cast(New(map, TENURED)), in NewAllocationSite()
2093 CopyFixedArrayUpTo(array, array->length(), TENURED); in CopyAndTenureFixedCOWArray()
2484 TENURED); in NewScopeInfo()
2489 ModuleInfo::kLength, TENURED); in NewModuleInfo()
2496 size, TENURED, *pre_parsed_scope_data_map())), in NewPreParsedScopeData()
2513 New(uncompiled_data_without_pre_parsed_scope_map(), TENURED)), in NewUncompiledDataWithoutPreParsedScope()
2531 New(uncompiled_data_with_pre_parsed_scope_map(), TENURED)), in NewUncompiledDataWithPreParsedScope()
2552 CodeDataContainer::cast(New(code_data_container_map(), TENURED)), in NewCodeDataContainer()
2567 Handle<ByteArray> reloc_info = NewByteArray(desc.reloc_size, TENURED); in TryNewCode()
2617 Handle<ByteArray> reloc_info = NewByteArray(desc.reloc_size, TENURED); in NewCode()
2743 AllocateRawWithImmortalMap(size, TENURED, *bytecode_array_map()); in CopyBytecodeArray()
2821 Handle<JSGlobalObject> global(JSGlobalObject::cast(New(map, TENURED)), in NewJSGlobalObject()
3033 Handle<Module> module = Handle<Module>::cast(NewStruct(MODULE_TYPE, TENURED)); in NewModule()
3472 shared_name = String::Flatten(isolate(), shared_name, TENURED); in NewSharedFunctionInfo()
3476 Handle<SharedFunctionInfo> share(SharedFunctionInfo::cast(New(map, TENURED)), in NewSharedFunctionInfo()
3558 NewStringFromAsciiChecked(string, check_cache ? TENURED : NOT_TENURED); in NumberToStringCacheSet()
3564 Handle<FixedArray> new_cache = NewFixedArray(full_size, TENURED); in NumberToStringCacheSet()
3631 Handle<DebugInfo>::cast(NewStruct(DEBUG_INFO_TYPE, TENURED)); in NewDebugInfo()
3666 Handle<BreakPointInfo>::cast(NewStruct(TUPLE2_TYPE, TENURED)); in NewBreakPointInfo()
3674 Handle<BreakPoint>::cast(NewStruct(TUPLE2_TYPE, TENURED)); in NewBreakPoint()
3700 NewStruct(TUPLE2_TYPE, TENURED)); in NewSourcePositionTableWithFrameCache()
3753 maybe_cache = NewWeakFixedArray(kMapCacheSize, TENURED); in ObjectLiteralMapFromCache()
3791 return handle(LoadHandler::cast(New(map, TENURED)), isolate()); in NewLoadHandler()
3813 return handle(StoreHandler::cast(New(map, TENURED)), isolate()); in NewStoreHandler()
4095 Handle<CallHandlerInfo> info(CallHandlerInfo::cast(New(map, TENURED)), in NewCallHandlerInfo()