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

  /external/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 486 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);
    [all...]
objects.cc     [all...]
  /external/clang/lib/Sema/
SemaCodeComplete.cpp 315 void ExitScope();
    [all...]
  /external/llvm/lib/CodeGen/
MachineCSE.cpp 101 void ExitScope(MachineBasicBlock *MBB);
442 void MachineCSE::ExitScope(MachineBasicBlock *MBB) {
663 ExitScope(Node->getBlock());
670 ExitScope(Parent->getBlock());
MachineLICM.cpp 231 void ExitScope(MachineBasicBlock *MBB);
676 void MachineLICM::ExitScope(MachineBasicBlock *MBB) {
691 ExitScope(Node->getBlock());
698 ExitScope(Parent->getBlock());
    [all...]
  /external/clang/include/clang/Parse/
Parser.h 772 Self->ExitScope();
785 /// ExitScope - Pop a scope off the scope stack.
786 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 1890 milliseconds