Home
last modified time | relevance | path

Searched refs:maybe_context (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/snapshot/
Dsnapshot-common.cc66 MaybeHandle<Object> maybe_context = deserializer.DeserializePartial( in NewContextFromSnapshot() local
69 if (!maybe_context.ToHandle(&result)) return MaybeHandle<Context>(); in NewContextFromSnapshot()
/external/v8/src/runtime/
Druntime-debug.cc581 Handle<Object> maybe_context = frame_inspector.GetContext(); in RUNTIME_FUNCTION() local
582 const int local_count_with_synthetic = maybe_context->IsContext() in RUNTIME_FUNCTION()
612 DCHECK(maybe_context->IsContext()); in RUNTIME_FUNCTION()
613 Handle<Context> context(Context::cast(*maybe_context)->closure_context()); in RUNTIME_FUNCTION()
/external/v8/src/
Ddeoptimizer.cc2032 Object* maybe_context = value_iterator->GetRawValue(); in DoComputeCompiledStubFrame() local
2033 CHECK(maybe_context->IsContext()); in DoComputeCompiledStubFrame()
2035 value = reinterpret_cast<intptr_t>(maybe_context); in DoComputeCompiledStubFrame()