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

  /external/v8/src/
scopeinfo.cc 32 #include "scopeinfo.h"
41 Handle<ScopeInfo> ScopeInfo::Create(Scope* scope) {
77 Handle<ScopeInfo> scope_info = FACTORY->NewScopeInfo(length);
99 // them to the ScopeInfo object.
111 // context slot index before adding them to the ScopeInfo object.
150 ScopeInfo* ScopeInfo::Empty() {
151 return reinterpret_cast<ScopeInfo*>(HEAP->empty_fixed_array());
155 ScopeType ScopeInfo::Type()
    [all...]
scopes.h 389 Handle<ScopeInfo> GetScopeInfo();
395 void GetNestedScopeChain(List<Handle<ScopeInfo> >* chain,
493 Handle<ScopeInfo> scope_info_;
591 Scope(Scope* inner_scope, ScopeType type, Handle<ScopeInfo> scope_info);
605 Handle<ScopeInfo> scope_info);
contexts.cc 32 #include "scopeinfo.h"
140 Handle<ScopeInfo> scope_info;
142 scope_info = Handle<ScopeInfo>(
145 scope_info = Handle<ScopeInfo>(
146 ScopeInfo::cast(context->extension()), isolate);
scopes.cc 35 #include "scopeinfo.h"
114 SetDefaults(type, outer_scope, Handle<ScopeInfo>::null());
125 Handle<ScopeInfo> scope_info)
156 SetDefaults(CATCH_SCOPE, NULL, Handle<ScopeInfo>::null());
172 Handle<ScopeInfo> scope_info) {
212 Handle<ScopeInfo>::null());
220 ScopeInfo* scope_info = context->closure()->shared()->scope_info();
223 Handle<ScopeInfo>(scope_info));
225 ScopeInfo* scope_info = ScopeInfo::cast(context->extension())
    [all...]
compiler.cc 46 #include "scopeinfo.h"
349 Handle<ScopeInfo> scope_info = ScopeInfo::Create(info->scope());
423 ScopeInfo::Create(info->scope()));
646 ASSERT(shared->scope_info() != ScopeInfo::Empty());
654 Handle<ScopeInfo> scope_info = ScopeInfo::Create(info->scope());
722 Handle<ScopeInfo> scope_info(ScopeInfo::Empty());
731 scope_info = ScopeInfo::Create(info.scope())
    [all...]
factory.h 183 Handle<ScopeInfo> scope_info);
313 Handle<ScopeInfo> NewScopeInfo(int length);
431 Handle<ScopeInfo> scope_info);
v8globals.h 152 class ScopeInfo;
frames.cc 37 #include "scopeinfo.h"
    [all...]
factory.cc 37 #include "scopeinfo.h"
330 Handle<ScopeInfo> scope_info) {
799 Handle<ScopeInfo> Factory::NewScopeInfo(int length) {
803 ScopeInfo);
    [all...]
runtime.cc 56 #include "scopeinfo.h"
    [all...]
accessors.cc 617 Handle<ScopeInfo> scope_info(function->shared()->scope_info());
objects.h 83 // - ScopeInfo
    [all...]
gdb-jit.cc 38 #include "scopeinfo.h"
1098 ScopeInfo<FreeStoreAllocationPolicy> scope_info(info->scope());
    [all...]
full-codegen.cc 38 #include "scopeinfo.h"
922 Handle<ScopeInfo> scope_info = scope_->GetScopeInfo();
    [all...]
objects-inl.h     [all...]
heap.h     [all...]
liveedit.cc 39 #include "scopeinfo.h"
    [all...]
hydrogen.cc 36 #include "scopeinfo.h"
    [all...]
heap.cc 46 #include "scopeinfo.h"
    [all...]
profile-generator.cc 34 #include "scopeinfo.h"
    [all...]
parser.cc 43 #include "scopeinfo.h"
    [all...]
  /external/clang/lib/Sema/
Android.mk 36 ScopeInfo.cpp \
  /external/clang/include/clang/AST/
RecursiveASTVisitor.h     [all...]
  /external/clang/tools/libclang/
RecursiveASTVisitor.h     [all...]

Completed in 342 milliseconds