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

  /external/v8/src/
scopeinfo.h 154 class ZoneScopeInfo: public ScopeInfo<ZoneListAllocationPolicy> {
156 // Create a ZoneScopeInfo instance from a scope.
157 explicit ZoneScopeInfo(Scope* scope)
160 // Create a ZoneScopeInfo instance from a Code object.
161 explicit ZoneScopeInfo(Code* code)
globals.h 278 class ZoneScopeInfo;
codegen.cc 197 ZoneScopeInfo sinfo(info->scope());
factory.h 226 ZoneScopeInfo* sinfo,
factory.cc 551 ZoneScopeInfo* sinfo,
    [all...]
heap.h 596 ZoneScopeInfo* sinfo,
    [all...]
heap.cc     [all...]

Completed in 1199 milliseconds