Lines Matching refs:TENURED
699 NewFixedArray(scope_info->ContextLength(), TENURED); in NewGlobalContext()
713 NewFixedArray(scope_info->ContextLength(), TENURED); in NewModuleContext()
840 Handle<Foreign> wrapper = NewForeign(0, TENURED); in NewScript()
867 return NewForeign((Address) desc, TENURED); in NewForeign()
1169 return NewStringFromUtf8(CStrVector(buffer), TENURED).ToHandleChecked(); in EmergencyNewError()
1247 AllocationSpace space = pretenure == TENURED ? OLD_POINTER_SPACE : NEW_SPACE; in NewFunction()
1405 Handle<FixedArray> array = NewFixedArray(length, TENURED); in NewScopeInfo()
1434 Handle<ByteArray> reloc_info = NewByteArray(desc.reloc_size, TENURED); in NewCode()
1533 Handle<JSModule>::cast(NewJSObjectFromMap(map, TENURED)); in NewJSModule()
1800 Handle<FixedArray> properties = NewFixedArray(prop_size, TENURED); in ReinitializeJSProxy()
1861 Handle<FixedArray> properties = NewFixedArray(prop_size, TENURED); in ReinitializeJSGlobalProxy()
1900 slot_count, TENURED, in NewTypeFeedbackVector()
2037 Handle<FixedArray> new_cache = NewFixedArray(full_size, TENURED); in SetNumberStringCache()
2068 Handle<String> js_string = NewStringFromAsciiChecked(str, TENURED); in NumberToString()