Searched refs:ExitScope (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/v8/src/
H A Dallocation-site-scopes.h57 void ExitScope(Handle<AllocationSite> site, Handle<JSObject> object);
84 inline void ExitScope(Handle<AllocationSite> scope_site, function in class:v8::internal::AllocationSiteUsageContext
H A Dallocation-site-scopes.cc39 void AllocationSiteCreationContext::ExitScope( function in class:v8::internal::AllocationSiteCreationContext
H A Dhydrogen.cc5563 usage_context.ExitScope(site, boilerplate);
5692 creation_context.ExitScope(site, boilerplate_object);
5720 usage_context.ExitScope(site, boilerplate_object);
11089 site_context->ExitScope(current_site, value_object);
11197 site_context->ExitScope(current_site, value_object);
H A Druntime.cc486 creation_context.ExitScope(site, boilerplate);
500 usage_context.ExitScope(site, boilerplate);
529 creation_context.ExitScope(site, Handle<JSObject>::cast(boilerplate));
562 usage_context.ExitScope(site, boilerplate);
H A Dobjects.cc5377 site_context()->ExitScope(current_site, value);
/external/clang/lib/Sema/
H A DSemaCodeComplete.cpp315 void ExitScope();
1027 void ResultBuilder::ExitScope() { function in class:ResultBuilder
3004 Results.ExitScope();
3018 Results.ExitScope();
3206 Results.ExitScope();
3265 Results.ExitScope();
3336 Results.ExitScope();
3406 Results.ExitScope();
3638 Results.ExitScope();
3709 Results.ExitScope();
[all...]
/external/llvm/lib/CodeGen/
H A DMachineCSE.cpp98 void ExitScope(MachineBasicBlock *MBB);
434 void MachineCSE::ExitScope(MachineBasicBlock *MBB) { function in class:MachineCSE
615 ExitScope(Node->getBlock());
622 ExitScope(Parent->getBlock());
H A DMachineLICM.cpp226 void ExitScope(MachineBasicBlock *MBB);
661 void MachineLICM::ExitScope(MachineBasicBlock *MBB) { function in class:MachineLICM
676 ExitScope(Node->getBlock());
683 ExitScope(Parent->getBlock());
/external/clang/include/clang/Parse/
H A DParser.h783 Self->ExitScope();
796 /// ExitScope - Pop a scope off the scope stack.
797 void ExitScope();
2186 P.ExitScope();
/external/clang/lib/Parse/
H A DParseDecl.cpp1849 ExitScope();
1882 ExitScope();
1893 ExitScope();
1916 ExitScope();
H A DParser.cpp362 /// ExitScope - Pop a scope off the scope stack.
363 void Parser::ExitScope() { function in class:Parser

Completed in 415 milliseconds