Home
last modified time | relevance | path

Searched refs:EnterNewScope (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/
Dallocation-site-scopes.h56 Handle<AllocationSite> EnterNewScope();
71 inline Handle<AllocationSite> EnterNewScope() { in EnterNewScope() function
Dallocation-site-scopes.cc11 Handle<AllocationSite> AllocationSiteCreationContext::EnterNewScope() { in EnterNewScope() function in v8::internal::AllocationSiteCreationContext
Dobjects.cc8018 Handle<AllocationSite> current_site = site_context()->EnterNewScope(); in VisitElementOrProperty()
/external/clang/lib/Sema/
DSemaCodeComplete.cpp312 void EnterNewScope();
1021 void ResultBuilder::EnterNewScope() { ShadowMaps.emplace_back(); } in EnterNewScope() function in ResultBuilder
3093 Results.EnterNewScope(); in AddMacroResults()
3119 Results.EnterNewScope(); in AddPrettyFunctionResults()
3272 Results.EnterNewScope(); in CodeCompleteModuleImport()
3323 Results.EnterNewScope(); in CodeCompleteOrdinaryName()
3420 Results.EnterNewScope(); in CodeCompleteDeclSpec()
3511 Results.EnterNewScope(); in CodeCompleteExpression()
3680 Results.EnterNewScope(); in CodeCompleteMemberReferenceExpr()
3807 Results.EnterNewScope(); in CodeCompleteTypeQualifiers()
[all …]
/external/v8/src/runtime/
Druntime-literals.cc286 site = creation_context.EnterNewScope(); in RUNTIME_FUNCTION()
300 usage_context.EnterNewScope(); in RUNTIME_FUNCTION()
326 site = creation_context.EnterNewScope(); in GetLiteralAllocationSite()
359 usage_context.EnterNewScope(); in CreateArrayLiteralImpl()
/external/v8/src/crankshaft/
Dhydrogen.cc5882 site_context.EnterNewScope(); in VisitObjectLiteral()
6013 site = creation_context.EnterNewScope(); in VisitArrayLiteral()
6043 site_context.EnterNewScope(); in VisitArrayLiteral()
11898 Handle<AllocationSite> current_site = site_context->EnterNewScope(); in BuildEmitInObjectProperties()
12001 Handle<AllocationSite> current_site = site_context->EnterNewScope(); in BuildEmitFixedArray()