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
Dhydrogen.cc5561 usage_context.EnterNewScope(); in VisitObjectLiteral()
5688 site = creation_context.EnterNewScope(); in VisitArrayLiteral()
5718 usage_context.EnterNewScope(); in VisitArrayLiteral()
11086 Handle<AllocationSite> current_site = site_context->EnterNewScope(); in BuildEmitInObjectProperties()
11194 Handle<AllocationSite> current_site = site_context->EnterNewScope(); in BuildEmitFixedArray()
Druntime.cc482 site = creation_context.EnterNewScope(); in RUNTIME_FUNCTION()
497 usage_context.EnterNewScope(); in RUNTIME_FUNCTION()
524 site = creation_context.EnterNewScope(); in GetLiteralAllocationSite()
556 usage_context.EnterNewScope(); in CreateArrayLiteralImpl()
Dobjects.cc5375 Handle<AllocationSite> current_site = site_context()->EnterNewScope(); in VisitElementOrProperty()
/external/clang/lib/Sema/
DSemaCodeComplete.cpp312 void EnterNewScope();
1021 void ResultBuilder::EnterNewScope() { in EnterNewScope() function in ResultBuilder
3034 Results.EnterNewScope(); in AddMacroResults()
3059 Results.EnterNewScope(); in AddPrettyFunctionResults()
3212 Results.EnterNewScope(); in CodeCompleteModuleImport()
3263 Results.EnterNewScope(); in CodeCompleteOrdinaryName()
3360 Results.EnterNewScope(); in CodeCompleteDeclSpec()
3451 Results.EnterNewScope(); in CodeCompleteExpression()
3618 Results.EnterNewScope(); in CodeCompleteMemberReferenceExpr()
3745 Results.EnterNewScope(); in CodeCompleteTypeQualifiers()
[all …]