v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
runtime-compiler.cc File Reference
Include dependency graph for runtime-compiler.cc:

Go to the source code of this file.

Namespaces

namespace  v8
 
namespace  v8::internal
 

Enumerations

enum  v8::internal::AsmJsInstantiateResult { v8::internal::kAsmJsInstantiateSuccess = 0 , v8::internal::kAsmJsInstantiateFail = 1 }
 

Functions

 v8::internal::RUNTIME_FUNCTION (Runtime_CompileLazy)
 
 v8::internal::RUNTIME_FUNCTION (Runtime_InstallBaselineCode)
 
 v8::internal::RUNTIME_FUNCTION (Runtime_InstallSFICode)
 
 v8::internal::RUNTIME_FUNCTION (Runtime_CompileOptimized)
 
 v8::internal::RUNTIME_FUNCTION (Runtime_HealOptimizedCodeSlot)
 
 v8::internal::RUNTIME_FUNCTION (Runtime_FunctionLogNextExecution)
 
 v8::internal::RUNTIME_FUNCTION (Runtime_InstantiateAsmJs)
 
 v8::internal::RUNTIME_FUNCTION (Runtime_NotifyDeoptimized)
 
 v8::internal::RUNTIME_FUNCTION (Runtime_ObserveNode)
 
 v8::internal::RUNTIME_FUNCTION (Runtime_VerifyType)
 
 v8::internal::RUNTIME_FUNCTION (Runtime_CheckTurboshaftTypeOf)
 
 v8::internal::RUNTIME_FUNCTION (Runtime_CompileOptimizedOSR)
 
 v8::internal::RUNTIME_FUNCTION (Runtime_CompileOptimizedOSRFromMaglev)
 
 v8::internal::RUNTIME_FUNCTION (Runtime_CompileOptimizedOSRFromMaglevInlined)
 
 v8::internal::RUNTIME_FUNCTION (Runtime_LogOrTraceOptimizedOSREntry)
 
static Tagged< Objectv8::internal::CompileGlobalEval (Isolate *isolate, Handle< i::Object > source_object, DirectHandle< SharedFunctionInfo > outer_info, LanguageMode language_mode, int eval_scope_info_index, int eval_position)
 
 v8::internal::RUNTIME_FUNCTION (Runtime_ResolvePossiblyDirectEval)