Home | History | Annotate | Download | only in src

Lines Matching refs:scope

633   // Allocates a serialized scope info.
984 // Copy the code and scope info part of the code object, but insert
2364 // /* Allocation not allowed: we cannot handle a GC in this scope. */
2396 class Scope BASE_EMBEDDED {
2414 Scope(GCTracer* tracer, ScopeId scope)
2416 scope_(scope) {
2420 ~Scope() {
2476 double scopes_[Scope::kNumberOfScopes];