v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::CompilationCacheTable Member List

This is the complete list of members for v8::internal::CompilationCacheTable, including all inherited members.

EnsureScriptTableCapacity(Isolate *isolate, Handle< CompilationCacheTable > cache)v8::internal::CompilationCacheTableprivatestatic
EvalFeedbackValueAt(InternalIndex entry)v8::internal::CompilationCacheTableinline
kHashGenerationsv8::internal::CompilationCacheTablestatic
LookupEval(DirectHandle< CompilationCacheTable > table, DirectHandle< String > src, DirectHandle< SharedFunctionInfo > shared, DirectHandle< NativeContext > native_context, LanguageMode language_mode, int position)v8::internal::CompilationCacheTablestatic
LookupRegExp(DirectHandle< String > source, JSRegExp::Flags flags)v8::internal::CompilationCacheTable
LookupScript(DirectHandle< CompilationCacheTable > table, Handle< String > src, const ScriptDetails &script_details, Isolate *isolate)v8::internal::CompilationCacheTablestatic
PrimaryValueAt(InternalIndex entry)v8::internal::CompilationCacheTableinline
PutEval(DirectHandle< CompilationCacheTable > cache, DirectHandle< String > src, DirectHandle< SharedFunctionInfo > outer_info, DirectHandle< SharedFunctionInfo > value, DirectHandle< NativeContext > native_context, DirectHandle< FeedbackCell > feedback_cell, int position)v8::internal::CompilationCacheTablestatic
PutRegExp(Isolate *isolate, DirectHandle< CompilationCacheTable > cache, DirectHandle< String > src, JSRegExp::Flags flags, DirectHandle< RegExpData > value)v8::internal::CompilationCacheTablestatic
PutScript(Handle< CompilationCacheTable > cache, Handle< String > src, MaybeHandle< FixedArray > maybe_wrapped_arguments, DirectHandle< SharedFunctionInfo > value, Isolate *isolate)v8::internal::CompilationCacheTablestatic
Remove(Tagged< Object > value)v8::internal::CompilationCacheTable
RemoveEntry(InternalIndex entry)v8::internal::CompilationCacheTable
SetEvalFeedbackValueAt(InternalIndex entry, Tagged< Object > value, WriteBarrierMode mode=UPDATE_WRITE_BARRIER)v8::internal::CompilationCacheTableinline
SetPrimaryValueAt(InternalIndex entry, Tagged< Object > value, WriteBarrierMode mode=UPDATE_WRITE_BARRIER)v8::internal::CompilationCacheTableinline