Home
last modified time | relevance | path

Searched refs:OuterContext (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Djs-context-specialization.h20 struct OuterContext { struct
21 OuterContext() = default;
22 OuterContext(Handle<Context> context_, size_t distance_) in OuterContext() function
40 JSHeapBroker* broker, Maybe<OuterContext> outer, in JSContextSpecialization() argument
69 Maybe<OuterContext> outer() const { return outer_; } in outer()
74 Maybe<OuterContext> outer_;
Djs-context-specialization.cc103 Maybe<OuterContext> maybe_outer) { in GetSpecializationContext()
120 OuterContext outer; in GetSpecializationContext()
228 Maybe<OuterContext> maybe_context) { in GetModuleContext()
259 OuterContext outer; in GetModuleContext()
Dpipeline.cc127 Maybe<OuterContext> GetModuleContext(Handle<JSFunction> closure) { in GetModuleContext()
133 OuterContext(handle(current, current.GetIsolate()), distance)); in GetModuleContext()
138 return Nothing<OuterContext>(); in GetModuleContext()
411 Just(OuterContext(handle(info()->context(), isolate()), 0)); in ChooseSpecializationContext()
417 Maybe<OuterContext> specialization_context() const { in specialization_context()
661 Maybe<OuterContext> specialization_context_ = Nothing<OuterContext>();
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Demangle/
DMicrosoftDemangle.cpp987 BackrefContext OuterContext; in demangleTemplateInstantiationName() local
988 std::swap(OuterContext, Backrefs); in demangleTemplateInstantiationName()
995 std::swap(OuterContext, Backrefs); in demangleTemplateInstantiationName()