HomeSort by relevance Sort by last modified time
    Searched refs:ExitScope (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/v8/src/
allocation-site-scopes.h 57 void ExitScope(Handle<AllocationSite> site, Handle<JSObject> object);
84 inline void ExitScope(Handle<AllocationSite> scope_site,
allocation-site-scopes.cc 39 void AllocationSiteCreationContext::ExitScope(
hydrogen.cc     [all...]
runtime.cc 496 creation_context.ExitScope(site, boilerplate);
510 usage_context.ExitScope(site, boilerplate);
539 creation_context.ExitScope(site, Handle<JSObject>::cast(boilerplate));
572 usage_context.ExitScope(site, boilerplate);
    [all...]
objects.cc     [all...]
  /external/clang/lib/Sema/
SemaCodeComplete.cpp 315 void ExitScope();
    [all...]
  /external/llvm/lib/CodeGen/
MachineCSE.cpp 98 void ExitScope(MachineBasicBlock *MBB);
434 void MachineCSE::ExitScope(MachineBasicBlock *MBB) {
615 ExitScope(Node->getBlock());
622 ExitScope(Parent->getBlock());
MachineLICM.cpp 226 void ExitScope(MachineBasicBlock *MBB);
661 void MachineLICM::ExitScope(MachineBasicBlock *MBB) {
676 ExitScope(Node->getBlock());
683 ExitScope(Parent->getBlock());
    [all...]
  /external/clang/include/clang/Parse/
Parser.h 783 Self->ExitScope();
796 /// ExitScope - Pop a scope off the scope stack.
797 void ExitScope();
    [all...]
  /external/clang/lib/Parse/
ParseDecl.cpp     [all...]
Parser.cpp 362 /// ExitScope - Pop a scope off the scope stack.
363 void Parser::ExitScope() {
    [all...]

Completed in 334 milliseconds